vault backup: 2023-01-16 22:21:06
This commit is contained in:
parent
d26a62e78c
commit
4aa6d3f3d3
2 changed files with 11 additions and 4 deletions
|
@ -15,8 +15,12 @@
|
||||||
"enable_folder_templates": true,
|
"enable_folder_templates": true,
|
||||||
"folder_templates": [
|
"folder_templates": [
|
||||||
{
|
{
|
||||||
"folder": "",
|
"folder": "PNJ",
|
||||||
"template": ""
|
"template": "Templates/PNJ.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"folder": "Locations",
|
||||||
|
"template": "Templates/Locations.md"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"syntax_highlighting": true,
|
"syntax_highlighting": true,
|
||||||
|
|
|
@ -5,8 +5,9 @@ banner:
|
||||||
race: Humain
|
race: Humain
|
||||||
class: Politique
|
class: Politique
|
||||||
ethnicity:
|
ethnicity:
|
||||||
short-desc: Une politicienne qui a le soutien populaire, et la principale commanditaire des personnages
|
short_desc: Une politicienne qui a le soutien populaire, et la principale commanditaire des personnages
|
||||||
image: ../Illustrations/Portraits/Althéa.png
|
image: ../Illustrations/Portraits/Althéa.png
|
||||||
|
image-test: ""
|
||||||
goals:
|
goals:
|
||||||
- Acceder au [Conseil de la ville](../Factions/La%20Main.md)
|
- Acceder au [Conseil de la ville](../Factions/La%20Main.md)
|
||||||
- Se faire élire en tant qu'Absolue
|
- Se faire élire en tant qu'Absolue
|
||||||
|
@ -27,7 +28,7 @@ source: Studio Agate, Créatures vol.1
|
||||||
>
|
>
|
||||||
> | | |
|
> | | |
|
||||||
> | --- | --- |
|
> | --- | --- |
|
||||||
> |**Description** | `= this.short-desc` |
|
> |**Description** | `= this.short_desc` |
|
||||||
> |**Buts** | `=this.goals` |
|
> |**Buts** | `=this.goals` |
|
||||||
> ## Infos
|
> ## Infos
|
||||||
> | | |
|
> | | |
|
||||||
|
@ -46,6 +47,8 @@ source: Studio Agate, Créatures vol.1
|
||||||
>LIST WHERE contains(file.outlinks, this.file.link) SORT file.name
|
>LIST WHERE contains(file.outlinks, this.file.link) SORT file.name
|
||||||
>```
|
>```
|
||||||
|
|
||||||
|
<%+ tp.frontmatter["image-test"] %>
|
||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
- Est un avatar de [Mille-Visages](Mille-Visages.md)
|
- Est un avatar de [Mille-Visages](Mille-Visages.md)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue