vault backup: 2023-01-17 00:29:15
This commit is contained in:
parent
d516b95bb6
commit
85bca3ccb5
22 changed files with 141 additions and 97 deletions
|
@ -10,7 +10,7 @@ image: "../Illustrations/Ambiances/L'assemblée.jpg"
|
||||||
source:
|
source:
|
||||||
org_found_in: []
|
org_found_in: []
|
||||||
org_goals: ["Kill everyone","Name the king"]
|
org_goals: ["Kill everyone","Name the king"]
|
||||||
org_parent:
|
org_parent: "[La Main](La%20Main.md)"
|
||||||
org_leader:
|
org_leader:
|
||||||
signature:
|
signature:
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ status: TODO
|
||||||
> |**Dirigeant** | `= link(this.org_leader)` |
|
> |**Dirigeant** | `= link(this.org_leader)` |
|
||||||
> ## Membres
|
> ## Membres
|
||||||
>```dataview
|
>```dataview
|
||||||
>LIST WHERE contains(file.frontmatter.organisations, this.file.link) SORT file.name
|
>LIST WHERE contains(file.frontmatter.organisations, this.file.path) SORT file.name
|
||||||
>```
|
>```
|
||||||
>
|
>
|
||||||
> ## Références
|
> ## Références
|
||||||
|
|
|
@ -44,7 +44,7 @@ status: TODO
|
||||||
> |**Dirigeant** | `= this.org_leader` |
|
> |**Dirigeant** | `= this.org_leader` |
|
||||||
> ## Membres
|
> ## Membres
|
||||||
>```dataview
|
>```dataview
|
||||||
>LIST WHERE contains(file.frontmatter.organisations, this.file.path) SORT file.name
|
>LIST WHERE contains(file.frontmatter.organisations, this.file.name) SORT file.name
|
||||||
>```
|
>```
|
||||||
>
|
>
|
||||||
> ## Références
|
> ## Références
|
||||||
|
|
|
@ -1,56 +1,67 @@
|
||||||
---
|
---
|
||||||
alias: ["Conseil de la ville"]
|
alias: ["Conseil de la ville"]
|
||||||
tags: []
|
tags: []
|
||||||
---
|
banner:
|
||||||
```RpgManagerData
|
encoutered: false
|
||||||
data:
|
|
||||||
synopsis: "5 membres de [[L'Assemblée]], élus pour une période de 6 ans ; ils choisissent leur équipe d’assistants. \n"
|
|
||||||
complete: false
|
|
||||||
relationships:
|
|
||||||
- type: "bidirectional"
|
|
||||||
path: "PNJ/Lunarion Agnadelle.md"
|
|
||||||
description: "Membre depuis 8ans (deuxième mandat), il succède a son père."
|
|
||||||
- type: "child"
|
|
||||||
path: "Factions/L’Assemblée.md"
|
|
||||||
description:
|
|
||||||
- type: "bidirectional"
|
|
||||||
path: "Locations/Grand Palais.md"
|
|
||||||
description:
|
|
||||||
```
|
|
||||||
```RpgManager
|
|
||||||
models:
|
|
||||||
header: true
|
|
||||||
lists:
|
|
||||||
pcs:
|
|
||||||
npcs:
|
|
||||||
locations:
|
|
||||||
subplots:
|
|
||||||
```
|
|
||||||
---
|
|
||||||
### Faction Details
|
|
||||||
|
|
||||||
Installés en permanence dans les bâtiments officiels, les membres sont les premiers avertis en cas de problème. Ils gèrent les affaires courantes et préparent l’essentiel de l’ordre du jour de [[L’Assemblée]].
|
short_desc: "5 membres de [L'Assemblée](Assemblée.md), élus pour une période de 6 ans ; ils choisissent leur équipe d’assistants."
|
||||||
|
image: "../Illustrations/something.png"
|
||||||
|
source:
|
||||||
|
org_found_in: [""]
|
||||||
|
org_goals: ["Installés en permanence dans les bâtiments officiels, les membres sont les premiers avertis en cas de problème.","Ils gèrent les affaires courantes et préparent l’essentiel de l’ordre du jour de l’Assemblée."]
|
||||||
|
org_parent:
|
||||||
|
org_leader:
|
||||||
|
signature: "Couleur de Vigence : Dorée"
|
||||||
|
|
||||||
|
status: TODO
|
||||||
|
|
||||||
|
---
|
||||||
|
`$= dv.current().file.path`
|
||||||
|
`$= dv.list(dv.pages().where(page => page.org_parent == dv.current().file.name))`
|
||||||
|
|
||||||
|
> [!infobox]+ `= this.file.name`
|
||||||
|
>`$= "<a class='internal-link' data-href='" + dv.current().image.replace(/'/g, "%27") + "' ><img src='app://local/" + this.app.vault.adapter.basePath + "/" + this.app.vault.config.attachmentFolderPath + "/" + encodeURIComponent(dv.current().image).replace(/'/g, "%27") + "' > </a>"`
|
||||||
|
> *source: `= this.source`*
|
||||||
|
>
|
||||||
|
> | | |
|
||||||
|
> | --- | --- |
|
||||||
|
> |**Description** | `= this.short_desc` |
|
||||||
|
> |**Surnoms** | `= this.alias` |
|
||||||
|
> | **Signature**| `= this.signature`
|
||||||
|
> ## Buts
|
||||||
|
>```dataview
|
||||||
|
>LIST WITHOUT ID org_goals
|
||||||
|
>WHERE file.name = this.file.name
|
||||||
|
>FLATTEN org_goals
|
||||||
|
>```
|
||||||
|
>
|
||||||
|
> ## Infos
|
||||||
|
> | | |
|
||||||
|
> | --- | --- |
|
||||||
|
> |**Implantations** | `=link(this.org_found_in)`
|
||||||
|
> | **Organisation parente**| `= this.org_parent` |
|
||||||
|
> | **Organisations subsidiaires**| `$= dv.list(dv.pages().where(page => page.org_parent == dv.current().file.name).file.link)` |
|
||||||
|
> |**Dirigeant** | `= link(this.org_leader)` |
|
||||||
|
> ## Membres
|
||||||
|
>```dataview
|
||||||
|
>LIST WHERE contains(file.frontmatter.organisations, this.file.name) SORT file.name
|
||||||
|
>```
|
||||||
|
>
|
||||||
|
> ## Références
|
||||||
|
>```dataview
|
||||||
|
>LIST WHERE contains(file.outlinks, this.file.link) SORT file.name
|
||||||
|
>```
|
||||||
|
|
||||||
|
|
||||||
|
Installés en permanence dans les bâtiments officiels, les membres sont les premiers avertis en cas de problème. Ils gèrent les affaires courantes et préparent l’essentiel de l’ordre du jour de [L’Assemblée](Assemblée.md).
|
||||||
|
|
||||||
Le dernier vote pour le conseil a eu lieu l'année dernière
|
Le dernier vote pour le conseil a eu lieu l'année dernière
|
||||||
|
|
||||||
### Membres actuels
|
### Membres actuels
|
||||||
- [Lunarion Agnadelle](../PNJ/Lunarion%20Agnadelle.md) (deuxième mandat), il succède a son père.
|
- [Lunarion Agnadelle](../PNJ/Lunarion%20Agnadelle.md)] Membre depuis 8ans (deuxième mandat), il succède a son père.
|
||||||
- [[Malvina Ceréel[[../PNJ/Malvina Ceréel]]halfeline de la famille Ceréel, entame sa 13e année (3eme mandat) et ne compte pas partir.
|
- [Malvina Ceréel](../PNJ/Malvina%20Ceréel.md), halfeline de la famille Ceréel, entame sa 13e année (3eme mandat) et ne compte pas partir.
|
||||||
- [[Artistophane I[[../PNJ/Artistophane Ipato]]a famille Ipato est dans son premier mandat, et c'est la première fois qu'une famille Cyrillane arrive au conseil de la main.
|
- [Artistophane Ipato](../PNJ/Artistophane%20Ipato.md). La famille Ipato est dans son premier mandat, et c'est la première fois qu'une famille Cyrillane arrive au conseil de la main.
|
||||||
- [[Zerka Valtor]][[../PNJ/Zerka Valtor]]placée dans l'institution de la Steinbank.
|
- [Zerka Valtor](../PNJ/Zerka%20Valtor.md), placée dans l'institution de la Steinbank.
|
||||||
- Le [[Baron de l'Éth[[../PNJ/Baron de l'Éther]]ossède la majorité des transports de la villes. Compagnie de barques, [[néfélytres]] et [[boursoufleuses]]. Il siège au conseil du [[Quartier de l'éolienne]]
|
- Le [Baron de l'Éther](../PNJ/Baron%20de%20l'Éther.md), possède la majorité des transports de la villes. Compagnie de barques, [[néfélytres]] et [[boursoufleuses]]. Il siège au conseil du [quartier des inventions](../Locations/Quartier%20éolien.md)
|
||||||
---
|
|
||||||
```RpgManagerID
|
|
||||||
### DO NOT EDIT MANUALLY IF NOT INSTRUCTED TO DO SO ###
|
|
||||||
type: 1024
|
|
||||||
campaignSettings: 0
|
|
||||||
id: "38edaba0-c820-47b0-b098-0585bc21fa7c"
|
|
||||||
campaignId: "160d7ffd-1d69-4848-b5e5-443eb5992dea"
|
|
||||||
parentId: "160d7ffd-1d69-4848-b5e5-443eb5992dea"
|
|
||||||
positionInParent: 0
|
|
||||||
```
|
|
||||||
[[Lunarion Agnadelle|]]
|
|
||||||
[[L’Assemblée|]]
|
|
||||||
[[Grand Palais|]]
|
|
||||||
[[Lunarion Agnad[[../PNJ/Lunarion Agnadelle|]]]
|
|
||||||
|
|
||||||
|
|
|
@ -1,35 +1,61 @@
|
||||||
---
|
---
|
||||||
alias: []
|
alias: []
|
||||||
tags: []
|
tags: []
|
||||||
---
|
banner:
|
||||||
```RpgManagerData
|
encoutered: false
|
||||||
data:
|
|
||||||
synopsis:
|
short_desc: "test"
|
||||||
complete: false
|
image: "../Illustrations/Logo/Signature de la Raqisa.png"
|
||||||
images:
|
source:
|
||||||
- path: "Illustrations/Logo/Signature de la Raqisa.png"
|
org_found_in: []
|
||||||
caption: ""
|
org_goals: []
|
||||||
```
|
org_parent:
|
||||||
```RpgManager
|
org_leader:
|
||||||
models:
|
signature:
|
||||||
header: true
|
|
||||||
lists:
|
status: TODO
|
||||||
pcs:
|
|
||||||
npcs:
|
|
||||||
locations:
|
|
||||||
subplots:
|
|
||||||
```
|
|
||||||
---
|
|
||||||
### Faction Details
|
|
||||||
-
|
|
||||||
|
|
||||||
---
|
---
|
||||||
```RpgManagerID
|
> [!infobox]+ `= this.file.name`
|
||||||
### DO NOT EDIT MANUALLY IF NOT INSTRUCTED TO DO SO ###
|
>`$= "<a class='internal-link' data-href='" + dv.current().image.replace(/'/g, "%27") + "' ><img src='app://local/" + this.app.vault.adapter.basePath + "/" + this.app.vault.config.attachmentFolderPath + "/" + encodeURIComponent(dv.current().image).replace(/'/g, "%27") + "' > </a>"`
|
||||||
type: 1024
|
> *source: `= this.source`*
|
||||||
campaignSettings: 0
|
>
|
||||||
id: "34b2b186-4d66-4c75-a840-6a8aafc31f94"
|
> | | |
|
||||||
campaignId: "160d7ffd-1d69-4848-b5e5-443eb5992dea"
|
> | --- | --- |
|
||||||
parentId: "160d7ffd-1d69-4848-b5e5-443eb5992dea"
|
> |**Description** | `= this.short_desc` |
|
||||||
positionInParent: 0
|
> |**Surnoms** | `= this.alias` |
|
||||||
```
|
> | **Signature**| `= this.signature`
|
||||||
|
> ## Buts
|
||||||
|
>```dataview
|
||||||
|
>LIST WITHOUT ID org_goals
|
||||||
|
>WHERE file.name = this.file.name
|
||||||
|
>FLATTEN org_goals
|
||||||
|
>```
|
||||||
|
>
|
||||||
|
> ## Infos
|
||||||
|
> | | |
|
||||||
|
> | --- | --- |
|
||||||
|
> |**Implantations** | `=link(this.org_found_in)`
|
||||||
|
> | **Organisation parente**| `= this.org_parent` |
|
||||||
|
> | **Organisations subsidiaires**| `$= dv.list(dv.pages().where(page => page.org_parent == dv.current().file.name).file.link)` |
|
||||||
|
> |**Dirigeant** | `= link(this.org_leader)` |
|
||||||
|
> ## Membres
|
||||||
|
>```dataview
|
||||||
|
>LIST WHERE contains(file.frontmatter.organisations, this.file.path) SORT file.name
|
||||||
|
>```
|
||||||
|
>
|
||||||
|
> ## Références
|
||||||
|
>```dataview
|
||||||
|
>LIST WHERE contains(file.outlinks, this.file.link) SORT file.name
|
||||||
|
>```
|
||||||
|
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
## Organisation
|
||||||
|
|
||||||
|
|
||||||
|
## Histoire
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,8 @@ likes:
|
||||||
- La Philosophie
|
- La Philosophie
|
||||||
hates:
|
hates:
|
||||||
- La Violence
|
- La Violence
|
||||||
|
organisations:
|
||||||
|
- "[l'Assemblée](../Factions/Assemblée.md)"
|
||||||
status: DONE
|
status: DONE
|
||||||
source: Studio Agate, Créatures vol.1
|
source: Studio Agate, Créatures vol.1
|
||||||
---
|
---
|
||||||
|
@ -34,7 +36,7 @@ source: Studio Agate, Créatures vol.1
|
||||||
> | --- | --- |
|
> | --- | --- |
|
||||||
> |**Peuple** | `=this.race` |
|
> |**Peuple** | `=this.race` |
|
||||||
> | **Ethnie**| `=this.ethnicity`
|
> | **Ethnie**| `=this.ethnicity`
|
||||||
> | **Organisations**| `todo` |
|
> | **Organisations**| `=this.organisations` |
|
||||||
> | **Relations**| `todo` |
|
> | **Relations**| `todo` |
|
||||||
> ## Goûts
|
> ## Goûts
|
||||||
> | | |
|
> | | |
|
||||||
|
|
|
@ -13,6 +13,8 @@ goals:
|
||||||
- be gentle
|
- be gentle
|
||||||
likes: []
|
likes: []
|
||||||
hates: []
|
hates: []
|
||||||
|
organisations:
|
||||||
|
- "[La Main](../Factions/La%20Main.md)"
|
||||||
status: TODO
|
status: TODO
|
||||||
---
|
---
|
||||||
> [!infobox]+ `= this.file.name`
|
> [!infobox]+ `= this.file.name`
|
||||||
|
@ -28,7 +30,7 @@ status: TODO
|
||||||
> | --- | --- |
|
> | --- | --- |
|
||||||
> |**Peuple** | `=this.race` |
|
> |**Peuple** | `=this.race` |
|
||||||
> | **Ethnie**| `=this.ethnicity`
|
> | **Ethnie**| `=this.ethnicity`
|
||||||
> | **Organisations**| `todo` |
|
> | **Organisations**| `=this.organisations` |
|
||||||
> | **Relations**| `todo` |
|
> | **Relations**| `todo` |
|
||||||
> ## Goûts
|
> ## Goûts
|
||||||
> | | |
|
> | | |
|
||||||
|
@ -37,7 +39,6 @@ status: TODO
|
||||||
> | **Déteste**| `=this.hates`
|
> | **Déteste**| `=this.hates`
|
||||||
>```dataview
|
>```dataview
|
||||||
>LIST WHERE contains(file.outlinks, this.file.link) SORT file.name
|
>LIST WHERE contains(file.outlinks, this.file.link) SORT file.name
|
||||||
>```T file.name
|
|
||||||
>```
|
>```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ todo:
|
||||||
> | --- | --- |
|
> | --- | --- |
|
||||||
> |**Peuple** | `=this.race` |
|
> |**Peuple** | `=this.race` |
|
||||||
> | **Ethnie**| `=this.ethnicity`
|
> | **Ethnie**| `=this.ethnicity`
|
||||||
> | **Organisations**| `todo` |
|
> | **Organisations**| `=this.organisations` |
|
||||||
> | **Relations**| `todo` |
|
> | **Relations**| `todo` |
|
||||||
> ## Goûts
|
> ## Goûts
|
||||||
> | | |
|
> | | |
|
||||||
|
|
|
@ -30,7 +30,7 @@ status: TODO
|
||||||
> | --- | --- |
|
> | --- | --- |
|
||||||
> |**Peuple** | `=this.race` |
|
> |**Peuple** | `=this.race` |
|
||||||
> | **Ethnie**| `=this.ethnicity`
|
> | **Ethnie**| `=this.ethnicity`
|
||||||
> | **Organisations**| `todo` |
|
> | **Organisations**| `=this.organisations` |
|
||||||
> | **Relations**| `todo` |
|
> | **Relations**| `todo` |
|
||||||
> ## Goûts
|
> ## Goûts
|
||||||
> | | |
|
> | | |
|
||||||
|
|
|
@ -30,7 +30,7 @@ status: TODO
|
||||||
> | --- | --- |
|
> | --- | --- |
|
||||||
> |**Peuple** | `=this.race` |
|
> |**Peuple** | `=this.race` |
|
||||||
> | **Ethnie**| `=this.ethnicity`
|
> | **Ethnie**| `=this.ethnicity`
|
||||||
> | **Organisations**| `todo` |
|
> | **Organisations**| `=this.organisations` |
|
||||||
> | **Relations**| `todo` |
|
> | **Relations**| `todo` |
|
||||||
> ## Goûts
|
> ## Goûts
|
||||||
> | | |
|
> | | |
|
||||||
|
|
|
@ -28,7 +28,7 @@ status: TODO
|
||||||
> | --- | --- |
|
> | --- | --- |
|
||||||
> |**Peuple** | `=this.race` |
|
> |**Peuple** | `=this.race` |
|
||||||
> | **Ethnie**| `=this.ethnicity`
|
> | **Ethnie**| `=this.ethnicity`
|
||||||
> | **Organisations**| `todo` |
|
> | **Organisations**| `=this.organisations` |
|
||||||
> | **Relations**| `todo` |
|
> | **Relations**| `todo` |
|
||||||
> ## Goûts
|
> ## Goûts
|
||||||
> | | |
|
> | | |
|
||||||
|
|
|
@ -32,7 +32,7 @@ status: TODO
|
||||||
> | --- | --- |
|
> | --- | --- |
|
||||||
> |**Peuple** | `=this.race` |
|
> |**Peuple** | `=this.race` |
|
||||||
> | **Ethnie**| `=this.ethnicity`
|
> | **Ethnie**| `=this.ethnicity`
|
||||||
> | **Organisations**| `todo` |
|
> | **Organisations**| `=this.organisations` |
|
||||||
> | **Relations**| `todo` |
|
> | **Relations**| `todo` |
|
||||||
> ## Goûts
|
> ## Goûts
|
||||||
> | | |
|
> | | |
|
||||||
|
|
|
@ -29,7 +29,7 @@ status: TODO
|
||||||
> | --- | --- |
|
> | --- | --- |
|
||||||
> |**Peuple** | `=this.race` |
|
> |**Peuple** | `=this.race` |
|
||||||
> | **Ethnie**| `=this.ethnicity`
|
> | **Ethnie**| `=this.ethnicity`
|
||||||
> | **Organisations**| `todo` |
|
> | **Organisations**| `=this.organisations` |
|
||||||
> | **Relations**| `todo` |
|
> | **Relations**| `todo` |
|
||||||
> ## Goûts
|
> ## Goûts
|
||||||
> | | |
|
> | | |
|
||||||
|
|
|
@ -27,7 +27,7 @@ status: TODO
|
||||||
> | --- | --- |
|
> | --- | --- |
|
||||||
> |**Peuple** | `=this.race` |
|
> |**Peuple** | `=this.race` |
|
||||||
> | **Ethnie**| `=this.ethnicity`
|
> | **Ethnie**| `=this.ethnicity`
|
||||||
> | **Organisations**| `todo` |
|
> | **Organisations**| `=this.organisations` |
|
||||||
> | **Relations**| `todo` |
|
> | **Relations**| `todo` |
|
||||||
> ## Goûts
|
> ## Goûts
|
||||||
> | | |
|
> | | |
|
||||||
|
|
|
@ -19,6 +19,8 @@ goals:
|
||||||
likes: []
|
likes: []
|
||||||
hates: []
|
hates: []
|
||||||
status: TODO
|
status: TODO
|
||||||
|
organisations:
|
||||||
|
- "[La Main](../Factions/La%20Main.md)"
|
||||||
---
|
---
|
||||||
> [!infobox]+ `= this.file.name`
|
> [!infobox]+ `= this.file.name`
|
||||||
> `$= "<img src='app://local/" + this.app.vault.adapter.basePath + "/" + this.app.vault.config.attachmentFolderPath + "/" + dv.current().image + "'> </img>"`
|
> `$= "<img src='app://local/" + this.app.vault.adapter.basePath + "/" + this.app.vault.config.attachmentFolderPath + "/" + dv.current().image + "'> </img>"`
|
||||||
|
|
|
@ -27,7 +27,7 @@ status: TODO
|
||||||
> | --- | --- |
|
> | --- | --- |
|
||||||
> |**Peuple** | `=this.race` |
|
> |**Peuple** | `=this.race` |
|
||||||
> | **Ethnie**| `=this.ethnicity`
|
> | **Ethnie**| `=this.ethnicity`
|
||||||
> | **Organisations**| `todo` |
|
> | **Organisations**| `=this.organisations` |
|
||||||
> | **Relations**| `todo` |
|
> | **Relations**| `todo` |
|
||||||
> ## Goûts
|
> ## Goûts
|
||||||
> | | |
|
> | | |
|
||||||
|
|
|
@ -32,7 +32,7 @@ status: TODO
|
||||||
> | --- | --- |
|
> | --- | --- |
|
||||||
> |**Peuple** | `=this.race` |
|
> |**Peuple** | `=this.race` |
|
||||||
> | **Ethnie**| `=this.ethnicity`
|
> | **Ethnie**| `=this.ethnicity`
|
||||||
> | **Organisations**| `todo` |
|
> | **Organisations**| `=this.organisations` |
|
||||||
> | **Relations**| `todo` |
|
> | **Relations**| `todo` |
|
||||||
> ## Goûts
|
> ## Goûts
|
||||||
> | | |
|
> | | |
|
||||||
|
|
|
@ -13,6 +13,8 @@ goals:
|
||||||
likes: []
|
likes: []
|
||||||
hates:
|
hates:
|
||||||
- Paradoxalement, le vin
|
- Paradoxalement, le vin
|
||||||
|
organisations:
|
||||||
|
- "[La Main](../Factions/La%20Main.md)"
|
||||||
status: TODO
|
status: TODO
|
||||||
---
|
---
|
||||||
> [!infobox]+ `= this.file.name`
|
> [!infobox]+ `= this.file.name`
|
||||||
|
|
|
@ -29,7 +29,7 @@ status: TODO
|
||||||
> | --- | --- |
|
> | --- | --- |
|
||||||
> |**Peuple** | `=this.race` |
|
> |**Peuple** | `=this.race` |
|
||||||
> | **Ethnie**| `=this.ethnicity`
|
> | **Ethnie**| `=this.ethnicity`
|
||||||
> | **Organisations**| `todo` |
|
> | **Organisations**| `=this.organisations` |
|
||||||
> | **Relations**| `todo` |
|
> | **Relations**| `todo` |
|
||||||
> ## Goûts
|
> ## Goûts
|
||||||
> | | |
|
> | | |
|
||||||
|
|
|
@ -33,7 +33,7 @@ banner_y: 0.65714
|
||||||
> | --- | --- |
|
> | --- | --- |
|
||||||
> |**Peuple** | `=this.race` |
|
> |**Peuple** | `=this.race` |
|
||||||
> | **Ethnie**| `=this.ethnicity`
|
> | **Ethnie**| `=this.ethnicity`
|
||||||
> | **Organisations**| `todo` |
|
> | **Organisations**| `=this.organisations` |
|
||||||
> | **Relations**| `todo` |
|
> | **Relations**| `todo` |
|
||||||
> ## Goûts
|
> ## Goûts
|
||||||
> | | |
|
> | | |
|
||||||
|
|
|
@ -29,7 +29,7 @@ status: TODO
|
||||||
> | --- | --- |
|
> | --- | --- |
|
||||||
> |**Peuple** | `=this.race` |
|
> |**Peuple** | `=this.race` |
|
||||||
> | **Ethnie**| `=this.ethnicity`
|
> | **Ethnie**| `=this.ethnicity`
|
||||||
> | **Organisations**| `todo` |
|
> | **Organisations**| `=this.organisations` |
|
||||||
> | **Relations**| `todo` |
|
> | **Relations**| `todo` |
|
||||||
> ## Goûts
|
> ## Goûts
|
||||||
> | | |
|
> | | |
|
||||||
|
|
|
@ -41,7 +41,7 @@ status: TODO
|
||||||
> |**Dirigeant** | `= link(this.org_leader)` |
|
> |**Dirigeant** | `= link(this.org_leader)` |
|
||||||
> ## Membres
|
> ## Membres
|
||||||
>```dataview
|
>```dataview
|
||||||
>LIST WHERE contains(file.frontmatter.organisations, this.file.link) SORT file.name
|
>LIST WHERE contains(file.frontmatter.organisations, this.file.name) SORT file.name
|
||||||
>```
|
>```
|
||||||
>
|
>
|
||||||
> ## Références
|
> ## Références
|
||||||
|
|
|
@ -10,10 +10,10 @@ ethnicity:
|
||||||
short_desc: "test"
|
short_desc: "test"
|
||||||
image: "../Illustrations/something.png"
|
image: "../Illustrations/something.png"
|
||||||
source:
|
source:
|
||||||
goals: ["Kill everyone","be gentle"]
|
goals: []
|
||||||
likes: []
|
likes: []
|
||||||
hates: []
|
hates: []
|
||||||
organisations: ["[La Main](../Factions/La%20Main.md)",]
|
organisations: []
|
||||||
|
|
||||||
status: TODO
|
status: TODO
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue