Template:CharacterSheet: Difference between revisions

From The Wild Beyond the Witchlight
No edit summary
No edit summary
Line 645: Line 645:
<!-- Display all spells for the LEFT column -->
<!-- Display all spells for the LEFT column -->
{{#if:{{{SpellsLeft|}}}|
{{#if:{{{SpellsLeft|}}}|
   {{#af_foreach:{{{SpellsLeft}}}| |Spell|{{Template:SpellArray|{{{Spell}}}}}}}
   {{#af_foreach:{{{SpellsLeft}}}| |Spell|{{Template:DisplaySpell|{{{Spell}}}}}}}
}}
}}


Line 679: Line 679:
<!-- Display all spells for the MIDDLE column -->
<!-- Display all spells for the MIDDLE column -->
{{#if:{{{SpellsMiddle|}}}|  
{{#if:{{{SpellsMiddle|}}}|  
   {{#af_foreach:{{{SpellsMiddle}}}| |Spell|{{Template:SpellArray|{{{Spell}}}}}}}
   {{#af_foreach:{{{SpellsMiddle}}}| |Spell|{{Template:DisplaySpell|{{{Spell}}}}}}}
}}
}}
</div>
</div>
Line 685: Line 685:
<!-- Display all spells for the RIGHTcolumn -->
<!-- Display all spells for the RIGHTcolumn -->
{{#if:{{{SpellsRight|}}}|
{{#if:{{{SpellsRight|}}}|
   {{#af_foreach:{{{SpellsRight}}}| |Spell|{{Template:SpellArray|{{{Spell}}}}}}}
   {{#af_foreach:{{{SpellsRight}}}| |Spell|{{Template:DisplaySpell|{{{Spell}}}}}}}
}}
}}
</div>
</div>

Revision as of 13:56, 23 October 2024