Files
fvtt-mournblade/templates/item-rune-sheet.hbs

31 lines
1.5 KiB
Handlebars

<section class="{{cssClass}}" autocomplete="off">
{{> systems/fvtt-mournblade/templates/partial-item-header.hbs this}}
{{> systems/fvtt-mournblade/templates/partial-item-nav.hbs this}}
{{> systems/fvtt-mournblade/templates/partial-item-description.hbs this}}
<div class="tab details" data-group="primary" data-tab="details">
<ul class="item-list alternate-list">
<li class="flexrow item">
<label class="generic-label item-field-label-long">{{localize "MNBL.highlanguage"}} : </label>
<input type="text" class="padd-right item-field-label-long1" name="system.formule" value="{{system.formule}}" data-dtype="String" />
</li>
<li class="flexrow item">
<label class="generic-label item-field-label-long">{{localize "MNBL.difficulty"}} : </label>
<input type="text" class="padd-right numeric-input item-field-label-short" name="system.seuil" value="{{system.seuil}}" data-dtype="Number" />
</li>
<li class="item">
<label class="generic-label item-field-label-long">{{localize "MNBL.pronouncedrune"}} : </label>
<input type="text" class="padd-right item-field-label-long1" name="system.prononcee" value="{{system.prononcee}}" data-dtype="String" />
</li>
<li class="item">
<label class="generic-label item-field-label-long">{{localize "MNBL.tracedrune"}} : </label>
<input type="text" class="padd-right item-field-label-long1" name="system.tracee" value="{{system.tracee}}" data-dtype="String" />
</li>
</ul>
</div>
</section>