Use hbs extension

This commit is contained in:
2025-01-27 22:13:33 +01:00
parent 70e3e63001
commit 681fbc3177
245 changed files with 525 additions and 525 deletions

View File

@@ -1,8 +1,8 @@
<form class="{{cssClass}}" autocomplete="off">
{{>"systems/foundryvtt-reve-de-dragon/templates/header-item.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/header-item.hbs"}}
<nav class="sheet-tabs tabs" data-group="primary">
<a class="item" data-tab="informations">Informations</a>
{{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-tab-environnement.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-tab-environnement.hbs"}}
</nav>
<section class="sheet-body">
<div class="tab items flexcol" data-group="primary" data-tab="informations">
@@ -11,7 +11,7 @@
<select name="system.competence" data-dtype="String">
{{#select system.competence}}
<option value="">- impossible -</option>
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-competence.html" categorie='melee'}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-competence.hbs" categorie='melee'}}
{{/select}}
</select>
</div>
@@ -20,7 +20,7 @@
<select name="system.lancer" data-dtype="String">
{{#select system.lancer}}
<option value="">- impossible -</option>
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-competence.html" categorie='lancer'}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-competence.hbs" categorie='lancer'}}
{{/select}}
</select>
</div>
@@ -29,7 +29,7 @@
<select name="system.tir" data-dtype="String">
{{#select system.tir}}
<option value="">- impossible -</option>
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-competence.html" categorie='tir'}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-competence.hbs" categorie='tir'}}
{{/select}}
</select>
</div>
@@ -41,7 +41,7 @@
<label for="system.mortalite">Mortalité</label>
<select name="system.mortalite" data-dtype="String">
{{#select system.mortalite}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-mortalite.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-mortalite.hbs"}}
{{/select}}
</select>
</div>
@@ -54,7 +54,7 @@
<label for="system.categorie_parade">Catégorie parade </label>
<select name="system.categorie_parade" data-dtype="String">
{{#select system.categorie_parade}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-categorie-parade.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-categorie-parade.hbs"}}
{{/select}}
</select>
</div>
@@ -106,13 +106,13 @@
<label for="system.initpremierround">Classe d'initiative au premier round (mêlée seulement) </label>
<select name="system.initpremierround" data-dtype="String">
{{#select system.initpremierround}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-initpremierround.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-initpremierround.hbs"}}
{{/select}}
</select>
</div>
{{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-inventaire.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-inventaire.hbs"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.hbs"}}
</div>
{{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-environnement.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-environnement.hbs"}}
</section>
</form>