diff --git a/PNJ/Althéa Temperenza.md b/PNJ/Althéa Temperenza.md index 842e382..3feb75a 100644 --- a/PNJ/Althéa Temperenza.md +++ b/PNJ/Althéa Temperenza.md @@ -43,12 +43,9 @@ source: Studio Agate, Créatures vol.1 > | **Déteste**| `=this.hates` > ## Références >```dataview ->LIST WITHOUT ID file.inlinks ->WHERE file.name = this.file.name ->SORT file.name +>LIST WHERE contains(file.outlinks, this.file.link) SORT file.name >``` - # Notes - Est un avatar de [Mille-Visages](Mille-Visages.md) diff --git a/Templates/PNJ.md b/Templates/PNJ.md index 771cf31..eea055e 100644 --- a/Templates/PNJ.md +++ b/Templates/PNJ.md @@ -7,7 +7,7 @@ encoutered: false race: class: ethnicity: -short-desc: "test" +short_desc: "test" image: "../Illustrations/something.png" source: goals: ["Kill everyone","be gentle"] @@ -24,7 +24,7 @@ status: TODO > > | | | > | --- | --- | -> |**Description** | `= this.short-desc` | +> |**Description** | `= this.short_desc` | > |**Buts** | `=this.goals` | > ## Infos > | | | @@ -40,9 +40,7 @@ status: TODO > | **Déteste**| `=this.hates` > ## Références >```dataview ->LIST WITHOUT ID file.inlinks ->WHERE file.name = this.file.name ->SORT file.name +>LIST WHERE contains(file.outlinks, this.file.link) SORT file.name >``` diff --git a/Templates/Sessions.md b/Templates/Sessions.md index 7946b12..cc1e4f6 100644 --- a/Templates/Sessions.md +++ b/Templates/Sessions.md @@ -1,5 +1,33 @@ --- alias: [] tags: [] -date: <% tp.file.creation_date() %> ---- \ No newline at end of file +short_desc: "Les joueurs sont en route pour le valhalla" +session_date: <% tp.file.creation_date() %> +session_goals: + - Manger le jambon d'Odin + - Tuer Loki +--- + + +> [!infobox]+ `= this.file.name` +> **`= this.file.session_date`** +> +> | | | +> | --- | --- | +> |**Description** | `= this.short_desc` | +> ## Buts +> +>```dataview +>LIST WITHOUT ID session_goals +>WHERE file.name = this.file.name +>FLATTEN session_goals +>``` +> +> ## Infos +> +> ## Références +>```dataview +>LIST WHERE contains(file.outlinks, this.file.link) SORT file.name +>``` + +