freethlua / individualogist-whats-your-archetype

http://archetype.individualogist.com
0 stars 1 forks source link

Nested template code in transcripts for deluxe follow up reading #35

Closed freethlua closed 7 years ago

freethlua commented 7 years ago

From #23

And please make one addition, display the archetype icon anywhere visible on the text slider, with the name of the archetype underneath, but not too big.

This can be tricky because it requires a nested template, like:

{{JS:{fn:'displayImage', path:'images/archetype-icons/{{archetype}}.png', fadeIn: true}}}
^^ outer template                                     ^^ inner template

This might actually require rewriting the parser.

freethlua commented 7 years ago

fixed with #37