Template:Build equipment: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
<div class="gear-entry d-flex align-items-center">{{#if: {{{main hand weapon|}}}|<div class="me-2">[[File:{{{main hand weapon|}}}.webp|90px|alt={{{main hand weapon|}}}|link=]]</div><div><div class="mb-1" style="font-weight: 500; color: #fff;">Main Hand</div><div class="mb-1">{{{main hand weapon|}}}</div><div>{{{main hand weapon skills|}}}</div>|Missing "main hand weapon" property.}}</div></div> | <div class="gear-entry d-flex align-items-center">{{#if: {{{main hand weapon|}}}|<div class="me-2">[[File:{{{main hand weapon|}}}.webp|90px|alt={{{main hand weapon|}}}|link=]]</div><div><div class="mb-1" style="font-weight: 500; color: #fff;">Main Hand</div><div class="mb-1">{{{main hand weapon|}}}</div><div>{{{main hand weapon skills|}}}</div>|Missing "main hand weapon" property.}}</div></div> | ||
<div class="gear-entry">{{#if: {{{armor|}}}|<div class="mb-1" style="font-weight: 500; color: #fff;">Armor</div><div class="mb-1">{{{armor|}}}</div><div | <div class="gear-entry d-flex align-items-center">{{#if: {{{armor|}}}|<div class="me-2">[[File:{{{armor|}}}.webp|90px|alt={{{armor|}}}|link=]]</div><div><div class="mb-1" style="font-weight: 500; color: #fff;">Armor</div><div class="mb-1">{{{armor|}}}</div><div>{{{armor skills|}}}</div>|Missing "armor" property.}}</div></div> | ||
<div class="gear-entry">{{#if: {{{head|}}}|<div class="mb-1" style="font-weight: 500; color: #fff;">Head</div><div class="mb-1">{{{head|}}}</div><div | <div class="gear-entry d-flex align-items-center">{{#if: {{{head|}}}|<div class="me-2">[[File:{{{head|}}}.webp|90px|alt={{{head|}}}|link=]]</div><div><div class="mb-1" style="font-weight: 500; color: #fff;">Head</div><div class="mb-1">{{{head|}}}</div><div>{{{head skills|}}}</div>|Missing "head" property.}}</div></div> | ||
<div class="gear-entry">{{#if: {{{shoes|}}}|<div class="mb-1" style="font-weight: 500; color: #fff;">Shoes</div><div class="mb-1">{{{shoes|}}}</div><div | <div class="gear-entry d-flex align-items-center">{{#if: {{{shoes|}}}|<div class="me-2">[[File:{{{shoes|}}}.webp|90px|alt={{{shoes|}}}|link=]]</div><div><div class="mb-1" style="font-weight: 500; color: #fff;">Shoes</div><div class="mb-1">{{{shoes|}}}</div><div>{{{shoes skills|}}}</div>|Missing "shoes" property.}}</div></div> | ||
<div class="gear-entry">{{#if: {{{potion|}}}|<div class="mb-1" style="font-weight: 500; color: #fff;">Potion</div><div class="mb-1">{{{potion|}}}</div> | <div class="gear-entry d-flex align-items-center">{{#if: {{{potion|}}}|<div class="me-2">[[File:{{{potion|}}}.webp|90px|alt={{{potion|}}}|link=]]</div><div><div class="mb-1" style="font-weight: 500; color: #fff;">Potion</div><div class="mb-1">{{{potion|}}}</div>|Missing "potion" property.}}</div></div> | ||
<div class="gear-entry">{{#if: {{{food|}}}|<div class="mb-1" style="font-weight: 500; color: #fff;">Food</div><div class="mb-1">{{{food|}}}</div> | <div class="gear-entry d-flex align-items-center">{{#if: {{{food|}}}|<div class="me-2">[[File:{{{food|}}}.webp|90px|alt={{{food|}}}|link=]]</div><div><div class="mb-1" style="font-weight: 500; color: #fff;">Food</div><div class="mb-1">{{{food|}}}</div>|Missing "food" property.}}</div></div> | ||
</div>{{#if: {{{main hand weapon|}}}|{{#set:Has main hand weapon={{ucfirst:{{{main hand weapon}}}}}}}}} | </div>{{#if: {{{main hand weapon|}}}|{{#set:Has main hand weapon={{ucfirst:{{{main hand weapon}}}}}}}}} | ||
{{#if: {{{main hand weapon skills|}}}|{{#arraymap:{{{main hand weapon skills}}}|,|@@@|{{#set:Has main weapon skills=@@@}}|}}}}</includeonly> | {{#if: {{{main hand weapon skills|}}}|{{#arraymap:{{{main hand weapon skills}}}|,|@@@|{{#set:Has main weapon skills=@@@}}|}}}}</includeonly> |