BigJk / snd

Sales & Dungeons — Thermal Printer as D&D / TTRPG Utility
https://sales-and-dungeons.app/
MIT License
474 stars 17 forks source link

List Template in Wiki #11

Closed MMetze closed 4 years ago

MMetze commented 4 years ago

I don't know how list templates work, or what their actual purpose is. Need clarification to describe in wiki.

https://github.com/BigJk/snd/wiki/Templates

BigJk commented 4 years ago

The List Templates defines if and what should be shown under the name of each entry in the entry list. For Example: If you want to have the Spell Level and School under every entry in Spells (e.g. 2nd-level Transmutation) you can use:

<span style="font-size: 14px">{{ it.level }} {{ it.school }}</span>

Result:

It's also just Nunjucks :)

MMetze commented 4 years ago

Updated the wiki section.