Thank you for visiting SotAwiki, a Shroud of the Avatar Wiki Encyclopedia. If you see any information that is outdated, please take the time to update it, or if you prefer, leave a message for other editors. This community wiki is for the benefit of all Avatars!
Template talk:TablerowOptional
Jump to navigation
Jump to search
Formatted Values[edit]
It doesn't handle formatted values very well. For example:
<nowiki>{{Tabletop}}{{TablerowOptional
| Label = Durability:
| Value = {{{durability}}}/{{{durability}}}
| link = none}}
{{Tablebottom}}
</nowiki>
And has to have workarounds like;
<nowiki>{{Tabletop}}{{#if: {{{durability|}}} | {{TablerowOptional
| Label = Durability:
| Value = {{{durability}}}/{{{durability}}}
| link = none}}}}
{{Tablebottom}}
</nowiki>
I can't think of an elegant way to solve this. Anyone have an idea? -- Fenyx4 (talk) 17:58, 4 April 2014 (UTC)