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>
|
<Bold>true</Bold>
|
||||||
<MarginBottom>4</MarginBottom>
|
<MarginBottom>4</MarginBottom>
|
||||||
</Style>
|
</Style>
|
||||||
|
<Style Name="Notes">
|
||||||
|
<Valign>middle</Valign>
|
||||||
|
</Style>
|
||||||
<Style Name="Page">
|
<Style Name="Page">
|
||||||
<Margin>8</Margin>
|
<Margin>8</Margin>
|
||||||
</Style>
|
</Style>
|
||||||
@ -96,6 +99,7 @@
|
|||||||
<MarginTop>8</MarginTop>
|
<MarginTop>8</MarginTop>
|
||||||
<MarginBottom>8</MarginBottom>
|
<MarginBottom>8</MarginBottom>
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
</Styles>
|
</Styles>
|
||||||
<Pages>
|
<Pages>
|
||||||
<!-- Profile/Persönliche Daten -->
|
<!-- Profile/Persönliche Daten -->
|
||||||
@ -417,7 +421,7 @@
|
|||||||
<Text>[data.character.definition.optics]</Text>
|
<Text>[data.character.definition.optics]</Text>
|
||||||
</Label>
|
</Label>
|
||||||
|
|
||||||
<HorizontalLine>
|
<HorizontalLine Styles="SpacerS">
|
||||||
<Size>2</Size>
|
<Size>2</Size>
|
||||||
</HorizontalLine>
|
</HorizontalLine>
|
||||||
|
|
||||||
@ -436,7 +440,7 @@
|
|||||||
<Label Styles="SmallHeaderNoTopSpacer">
|
<Label Styles="SmallHeaderNoTopSpacer">
|
||||||
<Text>"Lebensgeschichte - Was geschah bis jetzt?"</Text>
|
<Text>"Lebensgeschichte - Was geschah bis jetzt?"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label Styles="Notes">
|
||||||
<Text>"Notizen"</Text>
|
<Text>"Notizen"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label>
|
||||||
@ -446,21 +450,55 @@
|
|||||||
</TableLayout>
|
</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">
|
<TableLayout>
|
||||||
<Text>Motivation - Was möchtest du erreichen?</Text>
|
<Columns>
|
||||||
</Label>
|
<Column>
|
||||||
<Label>
|
<Width>60</Width>
|
||||||
<Text>[data.character.definition.motivation]</Text>
|
<Percent>true</Percent>
|
||||||
</Label>
|
</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">
|
<Label Styles="SmallHeader">
|
||||||
<Text>"Was ist dir wichtig? / Was sind deine Überzeugungen?"</Text>
|
<Text>"Was ist dir wichtig? / Was sind deine Überzeugungen?"</Text>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user