vault backup: 2023-01-16 21:56:50
This commit is contained in:
parent
c5243cfa56
commit
d26a62e78c
3 changed files with 34 additions and 11 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
>```
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,33 @@
|
|||
---
|
||||
alias: []
|
||||
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
|
||||
>```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue