Update character PDF XML: add Notes style, refine table layouts, and enhance label formatting for improved structure and readability
This commit is contained in:
parent
deaeea04ec
commit
fececdcb02
@ -69,6 +69,9 @@
|
||||
<Bold>true</Bold>
|
||||
<MarginBottom>4</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="Notes">
|
||||
<Valign>middle</Valign>
|
||||
</Style>
|
||||
<Style Name="Page">
|
||||
<Margin>8</Margin>
|
||||
</Style>
|
||||
@ -96,6 +99,7 @@
|
||||
<MarginTop>8</MarginTop>
|
||||
<MarginBottom>8</MarginBottom>
|
||||
</Style>
|
||||
|
||||
</Styles>
|
||||
<Pages>
|
||||
<!-- Profile/Persönliche Daten -->
|
||||
@ -417,7 +421,7 @@
|
||||
<Text>[data.character.definition.optics]</Text>
|
||||
</Label>
|
||||
|
||||
<HorizontalLine>
|
||||
<HorizontalLine Styles="SpacerS">
|
||||
<Size>2</Size>
|
||||
</HorizontalLine>
|
||||
|
||||
@ -436,7 +440,7 @@
|
||||
<Label Styles="SmallHeaderNoTopSpacer">
|
||||
<Text>"Lebensgeschichte - Was geschah bis jetzt?"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Label Styles="Notes">
|
||||
<Text>"Notizen"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
@ -446,21 +450,55 @@
|
||||
</TableLayout>
|
||||
|
||||
|
||||
<TableLayout>
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>60</Width>
|
||||
<Percent>true</Percent>
|
||||
</Column>
|
||||
<Column>
|
||||
<Width>40</Width>
|
||||
<Percent>true</Percent>
|
||||
</Column>
|
||||
</Columns>
|
||||
<Content>
|
||||
<Label Styles="SmallHeaderNoTopSpacer">
|
||||
<Text>Motivation - Was möchtest du erreichen?</Text>
|
||||
</Label>
|
||||
<Label Styles="Notes">
|
||||
<Text>"Notizen"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.motivation]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</TableLayout>
|
||||
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>Motivation - Was möchtest du erreichen?</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.motivation]</Text>
|
||||
</Label>
|
||||
<TableLayout>
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>60</Width>
|
||||
<Percent>true</Percent>
|
||||
</Column>
|
||||
<Column>
|
||||
<Width>40</Width>
|
||||
<Percent>true</Percent>
|
||||
</Column>
|
||||
</Columns>
|
||||
<Content>
|
||||
<Label Styles="SmallHeaderNoTopSpacer">
|
||||
<Text>"Was sind deine Passionen/Begabungen?"</Text>
|
||||
</Label>
|
||||
<Label Styles="Notes">
|
||||
<Text>"Notizen"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.passions]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</TableLayout>
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>"Was sind deine Passionen/Begabungen?"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.passions]</Text>
|
||||
</Label>
|
||||
|
||||
<Label Styles="SmallHeader">
|
||||
<Text>"Was ist dir wichtig? / Was sind deine Überzeugungen?"</Text>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user