foundry-sw5e/templates/actors/newActor/parts/swalt-resources.html

36 lines
1.7 KiB
HTML
Raw Normal View History

{{!-- Resources, Counters, & Favorites --}}
<section class="favorites">
2021-02-28 08:57:21 +01:00
<h1>{{localize "SW5E.Favorites"}}</h1>
<div class="favtabtarget"></div>
</section>
<p>&nbsp;</p>
<section class="background">
2021-02-28 08:57:21 +01:00
<h1>{{localize "SW5E.JournalAndNotes"}}</h1>
<input type="text" name="data.details.notesname" value="{{data.details.notesname}}"
2021-02-28 08:57:21 +01:00
placeholder="{{localize 'SW5E.Journal'}}" />
{{editor content=data.details.notes.value target="data.details.notes.value" button=true owner=owner editable=editable}}
</section>
<section>
<input type="text" name="data.details.notes1name" value="{{data.details.notes1name}}"
2021-02-28 08:57:21 +01:00
placeholder="{{localize 'SW5E.AdditionalNotes'}}" />
{{editor content=data.details.notes1.value target="data.details.notes1.value" button=true owner=owner editable=editable}}
</section>
<section>
<input type="text" name="data.details.notes2name" value="{{data.details.notes2name}}"
2021-02-28 08:57:21 +01:00
placeholder="{{localize 'SW5E.AdditionalNotes'}}" />
{{editor content=data.details.notes2.value target="data.details.notes2.value" button=true owner=owner editable=editable}}
</section>
<section>
<input type="text" name="data.details.notes3name" value="{{data.details.notes3name}}"
2021-02-28 08:57:21 +01:00
placeholder="{{localize 'SW5E.AdditionalNotes'}}" />
{{editor content=data.details.notes3.value target="data.details.notes3.value" button=true owner=owner editable=editable}}
</section>
<section>
<input type="text" name="data.details.notes4name" value="{{data.details.notes4name}}"
2021-02-28 08:57:21 +01:00
placeholder="{{localize 'SW5E.AdditionalNotes'}}" />
{{editor content=data.details.notes4.value target="data.details.notes4.value" button=true owner=owner editable=editable}}
</section>