mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-11-01 07:56:04 +00:00
Ajustements avant publi
This commit is contained in:
parent
ce5199dffe
commit
b7cf17d63a
4 changed files with 10 additions and 2 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
<ScrollView Grid.Row="1" Grid.ColumnSpan="2">
|
<ScrollView Grid.Row="1" Grid.ColumnSpan="2">
|
||||||
<StackLayout Orientation="Vertical" Padding="16,20,16,20" Spacing="10">
|
<StackLayout Orientation="Vertical" Padding="16,20,16,20" Spacing="10">
|
||||||
|
|
||||||
<Label Text="Cette application est une aide de jeu pour le plus grand jeu de rôle au monde" />
|
<Label Text="Cette application est une aide de jeu pour le plus grand jeu de rôle au monde et ses dérivés" />
|
||||||
|
|
||||||
<Label>
|
<Label>
|
||||||
<Label.FormattedText>
|
<Label.FormattedText>
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
<DataTemplate>
|
<DataTemplate>
|
||||||
<ViewCell AutomationProperties.IsInAccessibleTree="True" AutomationId="machin" AutomationProperties.Name="hop">
|
<ViewCell AutomationProperties.IsInAccessibleTree="True" AutomationId="machin" AutomationProperties.Name="hop">
|
||||||
<StackLayout Padding="10" Orientation="Vertical">
|
<StackLayout Padding="10" Orientation="Vertical">
|
||||||
<Label Text="{Binding Name}" LineBreakMode="WordWrap" Style="{Binding NameLevel,Converter={StaticResource HeaderLevelToStyleConverter}}" />
|
<Label Text="{Binding Name}" LineBreakMode="WordWrap" TextColor="#0366d6" Style="{Binding NameLevel,Converter={StaticResource HeaderLevelToStyleConverter}}" />
|
||||||
<Label Text="{Binding AltNameText}" LineBreakMode="WordWrap" Style="{DynamicResource subsubsection}" FontSize="12" />
|
<Label Text="{Binding AltNameText}" LineBreakMode="WordWrap" Style="{DynamicResource subsubsection}" FontSize="12" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
</ViewCell>
|
</ViewCell>
|
||||||
|
|
|
||||||
|
|
@ -14,14 +14,19 @@
|
||||||
|
|
||||||
## [Partir à l'aventure](adventure_hd.md)
|
## [Partir à l'aventure](adventure_hd.md)
|
||||||
|
|
||||||
|
<!--
|
||||||
## [Combattre](combat_hd.md)
|
## [Combattre](combat_hd.md)
|
||||||
|
-->
|
||||||
|
|
||||||
## [Gérer la santé](manage_health_hd.md)
|
## [Gérer la santé](manage_health_hd.md)
|
||||||
|
|
||||||
|
<!--
|
||||||
## [Lancer des sorts](spellcasting_hd.md)
|
## [Lancer des sorts](spellcasting_hd.md)
|
||||||
|
-->
|
||||||
|
|
||||||
## [Description des Sorts](spells_hd.md)
|
## [Description des Sorts](spells_hd.md)
|
||||||
|
|
||||||
|
<!--
|
||||||
# Cadre de campagne
|
# Cadre de campagne
|
||||||
|
|
||||||
## [Objets magiques](magicitems_hd.md)
|
## [Objets magiques](magicitems_hd.md)
|
||||||
|
|
@ -31,6 +36,7 @@
|
||||||
### [Objets magiques intelligents](sentient_magicitems_hd.md)
|
### [Objets magiques intelligents](sentient_magicitems_hd.md)
|
||||||
|
|
||||||
### [Artefacts](artifacts_hd.md)
|
### [Artefacts](artifacts_hd.md)
|
||||||
|
-->
|
||||||
|
|
||||||
# Créatures et oppositions
|
# Créatures et oppositions
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,11 @@
|
||||||
|
|
||||||
# Gérer la santé
|
# Gérer la santé
|
||||||
|
|
||||||
|
<!--
|
||||||
[][LinkItem]
|
[][LinkItem]
|
||||||
|
|
||||||
## [Dégâts et guérison](damage_healing_hd.md)
|
## [Dégâts et guérison](damage_healing_hd.md)
|
||||||
|
-->
|
||||||
|
|
||||||
[][LinkItem]
|
[][LinkItem]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue