Template:CharacterSheet: Difference between revisions

From The Wild Beyond the Witchlight
No edit summary
No edit summary
Line 644: Line 644:


<!-- Display all spells for the LEFT column -->
<!-- Display all spells for the LEFT column -->
{{#af_foreach:{{{SpellsLeft}}}| |Spell|{{Template:SpellArray|{{{Spell}}}}}}}
{{#if:{{{SpellsLeft|}}}|
 
  {{#af_foreach:{{{SpellsLeft}}}| |Spell|{{Template:SpellArray|{{{Spell}}}}}}}
}}


</div>
</div>
Line 676: Line 677:
</div>
</div>


<!-- Display all spells for the MIDDLE column -->
{{#if:{{{SpellsMiddle|}}}|
  {{#af_foreach:{{{SpellsMiddle}}}| |Spell|{{Template:SpellArray|{{{Spell}}}}}}}
||
</div>
</div>
<div class="column">  
<div class="column">  
teste
<!-- Display all spells for the RIGHTcolumn -->
{{#if:{{{SpellsRight|}}}|
  {{#af_foreach:{{{SpellsRight}}}| |Spell|{{Template:SpellArray|{{{Spell}}}}}}}
}}
</div>
</div>
</div>
</div>

Revision as of 13:54, 23 October 2024