Difference between revisions of "Template:ConsumableTable/row"

From Stoneshard wiki
Jump to navigation Jump to search
old>Realpsojed
(Add check, if freshness = 0 then "never spoils", otherwise "spoils in X days". If freshness does not exist, don't show anything (for non-food items).)
old>Realpsojed
(add check for zero in freshness data value, replacing the zero with "9999" - to sort items that never spoil above the long duration ones.)
Line 28: Line 28:
| {{Properties|{{{1}}}}}{{#if:{{:{{{1}}}|PropertyText}}|{{:{{{1}}}|PropertyText}}<div>&nbsp;</div>}}
| {{Properties|{{{1}}}}}{{#if:{{:{{{1}}}|PropertyText}}|{{:{{{1}}}|PropertyText}}<div>&nbsp;</div>}}
| {{#switch:{{:{{{1}}}|Uses}}|0=-|=1|{{:{{{1}}}|Uses}}}}
| {{#switch:{{:{{{1}}}|Uses}}|0=-|=1|{{:{{{1}}}|Uses}}}}
|data-sort-value="{{:{{{1}}}|Freshness}}"| {{#if:{{:{{{1}}}|Freshness}}|{{#switch: {{#expr: ceil({{:{{{1}}}|Freshness}}/24) }}|0=∞|1=1 day|#default={{#expr: ceil({{:{{{1}}}|Freshness}}/24)}} days}}}}
|data-sort-value="{{#ifeq: {{:{{{1}}}|Freshness}}|0|9999|{{:{{{1}}}|Freshness}}}}"| {{#if:{{:{{{1}}}|Freshness}}|{{#switch: {{#expr: ceil({{:{{{1}}}|Freshness}}/24) }}|0=∞|1=1 day|#default={{#expr: ceil({{:{{{1}}}|Freshness}}/24)}} days}}}}
| {{:{{{1}}}|Description}}<!--
| {{:{{{1}}}|Description}}<!--
-->{{#if:{{#var:consumable table notes}}|
-->{{#if:{{#var:consumable table notes}}|
{{!}} {{:{{{1}}}|Notes}}
{{!}} {{:{{{1}}}|Notes}}
}}</includeonly><noinclude>{{doc|Template:ArmorTable}}[[Category:Templates]]</noinclude>
}}</includeonly><noinclude>{{doc|Template:ArmorTable}}[[Category:Templates]]</noinclude>

Revision as of 23:09, 1 July 2021

This template has no documentation. If you know how to use this template, please add some.