Files
l5rx-chiaroscuro/system/templates/items/property/property-text.html
2021-07-02 12:36:11 +02:00

11 lines
498 B
HTML

<div class="{{cssClass}}" data-actor-id="{{actor.data._id}}" data-item-id="{{data._id}}">
<header class="card-header">
<h2 class="item-name"><img src="{{data.img}}" title="{{data.name}}" width="36" height="36"/> {{data.name}}</h2>
</header>
<section class="sheet-body">
{{!--item-infos--}}
{{localize 'l5r5e.description'}} : {{{data.data.description}}}
<br>
{{localize 'l5r5e.book_reference'}} : {{data.data.book_reference}}
</section>
</div>