Files
fvtt-mournblade-cyd-2-0/templates/item-profil-sheet.hbs
T
uberwald b877262283
Release Creation / build (release) Successful in 8m22s
Minor fixes from v14 feedback
2026-05-23 23:07:10 +02:00

101 lines
4.8 KiB
Handlebars

<section>
{{> systems/fvtt-mournblade-cyd-2-0/templates/partial-item-header.hbs}}
{{> systems/fvtt-mournblade-cyd-2-0/templates/partial-item-nav.hbs}}
{{!-- Sheet Body --}}
<section class="sheet-body">
{{> systems/fvtt-mournblade-cyd-2-0/templates/partial-item-description.hbs}}
<div class="tab details" data-group="primary" data-tab="details">
<ul class="item-list alternate-list">
<li class="flexrow item">
<label class="generic-label">{{localize "MNBL.examples"}} : </label>
</li>
<li class="flexrow item">
<input type="text" class="padd-right status-small-label color-class-common" name="system.exemples"
value="{{system.exemples}}" data-dtype="String" />
</li>
<li class="flexrow items">
<label class="generic-label item-field-label-long">{{localize "MNBL.mainattribute"}} 1 </label>
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
name="system.attribut1" value="{{system.attribut1}}" data-dtype="string">
{{selectOptions config.attributs selected=system.attribut1}}
</select>
</li>
<li class="flexrow item ">
<label class="generic-label item-field-label-long">{{localize "MNBL.mainattribute"}} 2 </label>
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
name="system.attribut2" value="{{system.attribut2}}" data-dtype="string">
<option value="none">{{localize "MNBL.none"}}</option>
{{selectOptions config.attributs selected=system.attribut2}}
</select>
</li>
<li class="flexrow item ">
<label class="generic-label item-field-label-long">{{localize "MNBL.mainattribute"}} 3 </label>
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
name="system.attribut3" value="{{system.attribut3}}" data-dtype="string">
<option value="none">{{localize "MNBL.none"}}</option>
{{selectOptions config.attributs selected=system.attribut3}}
</select>
</li>
<li class="flexrow item">
<label class="generic-label">{{localize "MNBL.exercisedskills"}} : </label>
</li>
<li class="flexrow item">
<textarea type="text" rows="3" class="padd-right status-small-label color-class-common"
name="system.compétences" data-dtype="String">{{system.compétences}}</textarea>
</li>
<li class="flexrow item">
<label class="generic-label">{{localize "MNBL.initiateTalents"}} : </label>
</li>
<li class="flexrow item">
<textarea type="text" rows="3" class="padd-right status-small-label color-class-common"
name="system.talentsinitie" data-dtype="String">{{system.talentsinitie}}</textarea>
</li>
<li class="flexrow item">
<label class="generic-label">{{localize "MNBL.prerequisitesAguerri"}} : </label>
</li>
<li class="flexrow item">
<textarea type="text" rows="3" class="padd-right status-small-label color-class-common"
name="system.prerequisaguerri" data-dtype="String">{{system.prerequisaguerri}}</textarea>
</li>
<li class="flexrow item">
<label class="generic-label">{{localize "MNBL.aguerriTalents"}} : </label>
</li>
<li class="flexrow item">
<textarea rows="3" type="text" class="padd-right status-small-label color-class-common"
name="system.talentsaguerri" data-dtype="String">{{system.talentsaguerri}}</textarea>
</li>
<li class="flexrow item">
<label class="generic-label">{{localize "MNBL.prerequisitesMaitre"}} : </label>
</li>
<li class="flexrow item">
<textarea rows="3" type="text" class="padd-right status-small-label color-class-common"
name="system.prerequismaitre" data-dtype="String">{{system.prerequismaitre}}</textarea>
</li>
<li class="flexrow item">
<label class="generic-label">{{localize "MNBL.maitreTalents"}} : </label>
</li>
<li class="flexrow item">
<textarea rows="3" type="text" class="padd-right status-small-label color-class-common"
name="system.talentsmaitre" data-dtype="String">{{system.talentsmaitre}}</textarea>
</li>
<li class="flexrow item">
<label class="generic-label">{{localize "MNBL.equipment"}} : </label>
</li>
<li class="flexrow item">
<input type="text" class="padd-right status-small-label color-class-common" name="system.equipement"
value="{{system.equipement}}" data-dtype="String" />
</li>
</ul>
</div>
</section>
</section>