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">Main Hand</div><div class="mb-1" style="font-weight: 500; color: #fff;">{{{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">Main Hand</div><div class="mb-1" style="font-weight: 500; color: #fff;">{{{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: {{{armor|}}}|<div class="me-2">[[File:{{{armor|}}}.webp|90px|alt={{{armor|}}}|link=]]</div><div><div class="mb-1" style="font-weight: 500; color: #fff; | <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">Armor</div><div class="mb-1" style="font-weight: 500; color: #fff;">{{{armor|}}}</div><div>{{{armor skills|}}}</div>|Missing "armor" property.}}</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; | <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">Head</div><div class="mb-1" style="font-weight: 500; color: #fff;">{{{head|}}}</div><div>{{{head skills|}}}</div>|Missing "head" property.}}</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; | <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">Shoes</div><div class="mb-1" style="font-weight: 500; color: #fff;">{{{shoes|}}}</div><div>{{{shoes skills|}}}</div>|Missing "shoes" property.}}</div></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; | <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">Potion</div><div class="mb-1" style="font-weight: 500; color: #fff;">{{{potion|}}}</div>|Missing "potion" property.}}</div></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; | <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">Food</div><div class="mb-1" style="font-weight: 500; color: #fff;">{{{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> |