Added title and sub title to many roll templates

This commit is contained in:
Peter Bjerg Lidegaard
2024-10-20 10:32:26 +02:00
parent 2e1c6a41ea
commit 8554f36530
@@ -2,9 +2,16 @@
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
{{#title}}
<tr>
<th>{{name}}</th>
</tr>
{{/title}}
{{^title}}
<tr>
<th>{{name}}</th>
</tr>
{{/title}}
{{#subtitle}}
<tr>
<th>{{subtitle}}</th>
@@ -104,14 +111,25 @@
<tr>
<th>{{title}}</th>
</tr>
{{#subtitle}}
<tr>
<th>{{splevel}} * {{school}}</th>
<th>{{subtitle}}</th>
</tr>
{{#sphere}}
<tr>
<th>Priest Sphere: {{sphere}}</th>
</tr>
{{/sphere}}
{{/subtitle}}
{{^subtitle}}
{{#splevel}}
{{#school}}
<tr>
<th>{{splevel}} * {{school}}</th>
</tr>
{{/school}}
{{/splevel}}
{{#sphere}}
<tr>
<th>Priest Sphere: {{sphere}}</th>
</tr>
{{/sphere}}
{{/subtitle}}
</table>
</div>
<div class="sheet-template-body">
@@ -253,6 +271,11 @@
<tr>
<th>{{title}}</th>
</tr>
{{#subtitle}}
<tr>
<th>{{subtitle}}</th>
</tr>
{{/subtitle}}
</table>
</div>
<div class="sheet-template-body">
@@ -280,12 +303,26 @@
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
{{#title}}
<tr>
<th>{{title}}</th>
</tr>
{{/title}}
{{^title}}
<tr>
<th>Save vs. {{savevs}}</th>
</tr>
{{/title}}
{{#subtitle}}
<tr>
<th>{{subtitle}}</th>
</tr>
{{/subtitle}}
{{^subtitle}}
<tr>
<th>for {{character}}</th>
</tr>
{{/subtitle}}
</table>
</div>
<div class="sheet-template-body">
@@ -338,9 +375,16 @@
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
{{#title}}
<tr>
<th>{{title}}</th>
</tr>
{{/title}}
{{^title}}
<tr>
<th>{{checkvs}}</th>
</tr>
{{/title}}
<tr>
<th>for {{character}}</th>
</tr>
@@ -433,12 +477,26 @@
<div class="sheet-template-container">
<div class="sheet-template-head {{color}}">
<table>
{{#title}}
<tr>
<th>{{title}}</th>
</tr>
{{/title}}
{{*title}}
<tr>
<th>{{checkvs}}</th>
</tr>
{{/title}}
{{#subtitle}}
<tr>
<th>{{subtitle}}</th>
</tr>
{{/subtitle}}
{{^subtitle}}
<tr>
<th>for {{character}}</th>
</tr>
{{/subtitle}}
</table>
</div>
<div class="sheet-template-body">
@@ -799,13 +857,20 @@
<tr>
<th>{{title}}</th>
</tr>
{{#discipline}}
{{#tier}}
{{#subtitle}}
<tr>
<th>{{discipline}} * {{tier}}</th>
<th>{{subtitle}}</th>
</tr>
{{/tier}}
{{/discipline}}
{{/subtitle}}
{{^subtitle}}
{{#discipline}}
{{#tier}}
<tr>
<th>{{discipline}} * {{tier}}</th>
</tr>
{{/tier}}
{{/discipline}}
{{/subtitle}}
</table>
</div>
<div class="sheet-template-body">