Files
l5rx-chiaroscuro/system/templates/items/item/item-text-partial-reference.html
Vlyan f49919b588 Added some translations stuff.
Better migration check and now triggering.
Minors refactors.
2025-02-16 17:52:15 +01:00

17 lines
639 B
HTML

{{#if data.enrichedHtml.description}}
<div class="description">
<p><strong>{{localize 'l5r5e.sheets.description'}}</strong> : {{{data.enrichedHtml.description}}}</p>
</div>
{{/if}}
{{#if data.system.source_reference.source}}
<div class="reference">
<div class="source">
<p><strong>{{localize 'l5r5e.sheets.source_reference.reference'}}</strong> : {{data.system.source_reference.source}}</p>
</div>
{{#if data.system.source_reference.page}}
<div class="page">
<p>{{localize 'l5r5e.sheets.source_reference.page_abbreviation'}}{{data.system.source_reference.page}}</p>
</div>
{{/if}}
</div>
{{/if}}