add missing fields in template
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Alter</strong></td>
|
||||
<td><u>{{.Character.Age}}</u> rechts. händig</td>
|
||||
<td>{{.Character.Age}} {{.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}} {{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}} {{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}} {{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}} {{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}} {{end}}</td>
|
||||
<td>{{.Damage}}</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user