Difference between revisions of "Template:Equipment footer"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
m (Fix spelling in helptext for "storable")
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
-->{{#ifeq: {{{2|n}}}|n|<div class="adv-melding" title="This item cannot undergo overmelding.">Advanced Melding Forbidden</div>{{#set:Has advanced melding=No}}|{{#set:Has advanced melding=Yes}}}}
-->{{#ifeq: {{{2|n}}}|n|<div class="adv-melding" title="This item cannot undergo overmelding.">Advanced Melding Forbidden</div>{{#set:Has advanced melding=No}}|{{#set:Has advanced melding=Yes}}}}
<hr><!--
<hr><!--
--><div class="equip-props"><span class="equip-prop {{#vardefineecho:is-convertible|{{#if:{{{3|}}}|yes|no}}}}" title="{{#if:{{{3|}}}|This item can be converted into a materia.|This item cannot be converted into a materia.}}">{{#set:Is convertible={{#var:is-convertible}}}}Extractable</span>&nbsp;&nbsp;•&nbsp;&nbsp;<span class="equip-prop {{#vardefineecho:is-projectable|{{#if:{{{4|}}}|yes|no}}}}" title="{{#if:{{{4|}}}|This item can have its appearance projected onto another similar item.|This item cannot have its appearance projected onto another similar item.}}">{{#set:Is projectable={{#var:is-projectable}}}}Projectable</span>&nbsp;&nbsp;•&nbsp;&nbsp;<span class="equip-prop {{#vardefineecho:is-desynthesizable|{{#if:{{{5|}}}|yes|no}}}}" title="{{#if:{{{5|}}}|This item can be desynthesized into base materials.|This item cannot be desynthesized into base materials.}}">{{#set:Is desynthesizable={{#var:is-desynthesizable}}}}Desynthesizable{{#if:{{{5|}}}|&nbsp;<small>({{ {{#explode:{{{5}}}| |0}}|name=y}} {{#explode:{{{5}}}| |1}})</small>}}</span>&nbsp;&nbsp;•&nbsp;&nbsp;<span class="equip-prop {{#vardefineecho:is-dyeable|{{#if:{{{6|}}}|yes|no}}}}" title="{{#if:{{{6|}}}|This item can be dyed.|This item cannot be dyed.}}">{{#set:Is dyeable={{#var:is-dyeable}}}}Dyeable</span>&nbsp;&nbsp;•&nbsp;&nbsp;<span class="equip-prop {{#vardefineecho:is-storable|{{#if:{{{7|}}}|yes|no}}}}" title="{{#if:{{{7|}}}|This item can be stored in the Armoire.|This item cannot be stored in the Armoire.}}">{{#set:Is storable={{#var:is-storable}}}}Storable</span>&nbsp;&nbsp;•&nbsp;&nbsp;<span class="equip-prop {{#vardefineecho:is-crestworthy|{{#if:{{{8|}}}|yes|no}}}}" title="{{#if:{{{8|}}}|Free Company crests can be attached to this item.|Free Company crests cannot be attached to this item.}}">{{#set:Is crest-worthy={{#var:is-crestworthy}}}}Crest-worthy</span>&nbsp;&nbsp;•&nbsp;&nbsp;<span class="equip-prop {{#vardefineecho:is-collectable|{{#if:{{{9|}}}|yes|no}}}}" title="{{#if:{{{9|}}}|This item can be used in collectible synthesis.|This item cannot be used in collectible synthesis.}}">{{#set:Is collectable={{#var:is-collectable}}}}Collectable</span></div>
--><div class="equip-props"><span class="equip-prop {{#vardefineecho:is-convertible|{{#if:{{{3|}}}|yes|no}}}}" title="{{#if:{{{3|}}}|Materia can be extracted from this item.|Materia cannot be extracted from this item.}}">{{#set:Is convertible={{#var:is-convertible}}}}Extractable</span>&nbsp;&nbsp;•&nbsp;&nbsp;<span class="equip-prop {{#vardefineecho:is-projectable|{{#if:{{{4|}}}|yes|no}}}}" title="{{#if:{{{4|}}}|This item can have its appearance projected onto another similar item.|This item cannot have its appearance projected onto another similar item.}}">{{#set:Is projectable={{#var:is-projectable}}}}Projectable</span>&nbsp;&nbsp;•&nbsp;&nbsp;<span class="equip-prop {{#vardefineecho:is-desynthesizable|{{#if:{{{5|}}}|yes|no}}}}" title="{{#if:{{{5|}}}|This item can be desynthesized into base materials.|This item cannot be desynthesized into base materials.}}">{{#set:Is desynthesizable={{#var:is-desynthesizable}}}}Desynthesizable{{#if:{{{5|}}}|&nbsp;<small>({{ {{#explode:{{{5}}}| |0}}|name=y}} {{#explode:{{{5}}}| |1}})</small>}}</span>&nbsp;&nbsp;•&nbsp;&nbsp;<span class="equip-prop {{#vardefineecho:is-dyeable|{{#if:{{{6|}}}|yes|no}}}}" title="{{#if:{{{6|}}}|This item can be dyed.|This item cannot be dyed.}}">{{#set:Is dyeable={{#var:is-dyeable}}}}Dyeable</span>&nbsp;&nbsp;•&nbsp;&nbsp;<span class="equip-prop {{#vardefineecho:is-storable|{{#if:{{{7|}}}|yes|no}}}}" title="{{#if:{{{7|}}}|This item can be stored in the Armoire.|This item cannot be stored in the Armoire.}}">{{#set:Is storable={{#var:is-storable}}}}Storable</span>&nbsp;&nbsp;•&nbsp;&nbsp;<span class="equip-prop {{#vardefineecho:is-crestworthy|{{#if:{{{8|}}}|yes|no}}}}" title="{{#if:{{{8|}}}|Free Company crests can be attached to this item.|Free Company crests cannot be attached to this item.}}">{{#set:Is crest-worthy={{#var:is-crestworthy}}}}Crest-worthy</span></div>
</div></includeonly><noinclude>
</div></includeonly><noinclude>
== Description ==
== Description ==
Adds a footer with equipment-related properties such as melding slots, convertible status, projectable status, desynthesizable status, dyeable status, etc. Meant to be used by {{tl|Weapon infobox}}, {{tl|Armor infobox}}, and {{tl|Accessory infobox}}.
Adds a footer with equipment-related properties such as melding slots, extractable status, projectable status, desynthesizable status, dyeable status, etc. Meant to be used by {{tl|Weapon infobox}}, {{tl|Armor infobox}}, and {{tl|Accessory infobox}}.


=== Parameters ===
=== Parameters ===

Latest revision as of 15:44, 11 September 2023

Description

Adds a footer with equipment-related properties such as melding slots, extractable status, projectable status, desynthesizable status, dyeable status, etc. Meant to be used by {{Weapon infobox}}, {{Armor infobox}}, and {{Accessory infobox}}.

Parameters

  1. Materia slots
  2. Advanced melding
  3. Convertible?
  4. Projectable?
  5. Desynthesizable?
  6. Dyeable?
  7. Storable?
  8. Crest-worthy?
  9. Collectable?