Template:Inventory: Difference between revisions

29 bytes added ,  14:18, 25 August 2019
add displayname-tooltip-override
mNo edit summary
(add displayname-tooltip-override)
Line 1: Line 1:
<noinclude>{{#cargo_declare:_table=Inventory|Item=String|Quantity=Integer|Equipped=Boolean}}[[Category:Cargo Store Templates]]</noinclude><includeonly>{{#cargo_store:_table=Inventory|Item={{{1|}}}|Quantity={{{2|1}}}|Equipped={{{3|no}}}}}<div class="qud-inventory-item">{{favilink|{{{1}}}}} <span class="qud-item-qty">x{{{2|1}}}</span></div></includeonly><noinclude>
<noinclude>{{#cargo_declare:_table=Inventory|Item=String|Quantity=Integer|Equipped=Boolean}}[[Category:Cargo Store Templates]]</noinclude><includeonly>{{#cargo_store:_table=Inventory|Item={{{1|}}}|Quantity={{{2|1}}}|Equipped={{{3|no}}}}}<div class="qud-inventory-item">{{favilink|{{{1}}}|displayname-tooltip-override}} <span class="qud-item-qty">x{{{2|1}}}</span></div></includeonly><noinclude>


Template for inventory items that a Character is carrying. Meant for use in the <code>Character</code> template.
Template for inventory items that a Character is carrying. Meant for use in the <code>Character</code> template.