add missing fields in template

This commit is contained in:
2025-12-19 22:51:56 +01:00
parent 92f9e4c27b
commit c47e00457f
2 changed files with 6 additions and 6 deletions
@@ -72,7 +72,7 @@
</tr>
<tr>
<td><strong>Alter</strong></td>
<td><u>{{.Character.Age}}</u> rechts. händig</td>
<td>{{.Character.Age}}&nbsp;&nbsp;{{.Character.Hand}}-händig</td>
</tr>
<tr>
<td><strong>Größe</strong></td>
@@ -165,7 +165,7 @@
<th>PP</th>
</tr>
{{range .SkillsColumn1}}
<tr><td>{{.Name}}</td><td>+ {{.Value}}</td><td>{{if .PracticePoints}}{{.PracticePoints}}{{end}}</td></tr>
<tr><td>{{.Name}}</td><td>{{if .Name}}+ {{.Value}}{{else}}&nbsp;{{end}}</td><td>{{if .PracticePoints}}{{.PracticePoints}}{{end}}</td></tr>
{{end}}
</table>
<!-- BLOCK: skills_column2, TYPE: skills, MAX: 29 -->
@@ -176,7 +176,7 @@
<th>PP</th>
</tr>
{{range .SkillsColumn2}}
<tr><td>{{.Name}}</td><td>+ {{.Value}}</td><td>{{if .PracticePoints}}{{.PracticePoints}}{{end}}</td></tr>
<tr><td>{{.Name}}</td><td>{{if .Name}}+ {{.Value}}{{else}}&nbsp;{{end}}</td><td>{{if .PracticePoints}}{{.PracticePoints}}{{end}}</td></tr>
{{end}}
</table>
</div>
@@ -56,7 +56,7 @@
<th>PP</th>
</tr>
{{range .SkillsLearned}}
<tr><td>{{.Name}}</td><td>+ {{.Value}}</td><td>{{if .PracticePoints}}{{.PracticePoints}}{{end}}</td></tr>
<tr><td>{{.Name}}</td><td>{{if .Value}}+ {{.Value}}{{else}}&nbsp;{{end}}</td><td>{{if .PracticePoints}}{{.PracticePoints}}{{end}}</td></tr>
{{end}}
</table>
<div class="skills-stack">
@@ -86,7 +86,7 @@
<th>PP</th>
</tr>
{{range .SkillsLanguage}}
<tr><td>{{.Name}}</td><td>+ {{.Value}}</td><td>{{if .PracticePoints}}{{.PracticePoints}}{{end}}</td></tr>
<tr><td>{{.Name}}</td><td>{{if .Value}}+ {{.Value}}{{else}}&nbsp;{{end}}</td><td>{{if .PracticePoints}}{{.PracticePoints}}{{end}}</td></tr>
{{end}}
</table>
</div>
@@ -164,7 +164,7 @@
{{range .Weapons}}
<tr>
<td>{{.Name}}</td>
<td>{{.Value}}</td>
<td>{{if .Value}}{{.Value}}{{else}}&nbsp;{{end}}</td>
<td>{{.Damage}}</td>
<td>&nbsp;</td>
</tr>