Files
l5rx-chiaroscuro/system/templates/items/item/item-text-partial-reference.html
2025-02-16 13:24:03 +00:00

17 lines
648 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_nr}}
<div class="page_nr">
<p>{{localize 'l5r5e.sheets.source_reference.page_abbriviation'}}{{data.system.source_reference.page_nr}}</p>
</div>
{{/if}}
</div>
{{/if}}