vault backup: 2023-01-16 21:56:50

This commit is contained in:
Lucas 2023-01-16 21:56:51 +01:00
parent c5243cfa56
commit d26a62e78c
3 changed files with 34 additions and 11 deletions

View file

@ -43,12 +43,9 @@ source: Studio Agate, Créatures vol.1
> | **Déteste**| `=this.hates` > | **Déteste**| `=this.hates`
> ## Références > ## Références
>```dataview >```dataview
>LIST WITHOUT ID file.inlinks >LIST WHERE contains(file.outlinks, this.file.link) SORT file.name
>WHERE file.name = this.file.name
>SORT file.name
>``` >```
# Notes # Notes
- Est un avatar de [Mille-Visages](Mille-Visages.md) - Est un avatar de [Mille-Visages](Mille-Visages.md)

View file

@ -7,7 +7,7 @@ encoutered: false
race: race:
class: class:
ethnicity: ethnicity:
short-desc: "test" short_desc: "test"
image: "../Illustrations/something.png" image: "../Illustrations/something.png"
source: source:
goals: ["Kill everyone","be gentle"] goals: ["Kill everyone","be gentle"]
@ -24,7 +24,7 @@ status: TODO
> >
> | | | > | | |
> | --- | --- | > | --- | --- |
> |**Description** | `= this.short-desc` | > |**Description** | `= this.short_desc` |
> |**Buts** | `=this.goals` | > |**Buts** | `=this.goals` |
> ## Infos > ## Infos
> | | | > | | |
@ -40,9 +40,7 @@ status: TODO
> | **Déteste**| `=this.hates` > | **Déteste**| `=this.hates`
> ## Références > ## Références
>```dataview >```dataview
>LIST WITHOUT ID file.inlinks >LIST WHERE contains(file.outlinks, this.file.link) SORT file.name
>WHERE file.name = this.file.name
>SORT file.name
>``` >```

View file

@ -1,5 +1,33 @@
--- ---
alias: [] alias: []
tags: [] tags: []
date: <% tp.file.creation_date() %> 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
>```