update template
This commit is contained in:
parent
4ae97aba98
commit
dcb8169206
2 changed files with 5 additions and 3 deletions
|
@ -9,13 +9,13 @@ book-type: Livre de Base
|
|||
authors:
|
||||
- Équipe Agate
|
||||
---
|
||||
> [!wiki] Créatures
|
||||
> [!wiki]+ Créatures
|
||||
> ![[CRE01_BC_FR.png]]
|
||||
>
|
||||
> | | |
|
||||
> | ----------------------- | ------------- |
|
||||
> | **Type** | Livre de Base |
|
||||
> | **Auteur(s)** | "Équipe Agate" |
|
||||
> | **Auteur(s)** | Équipe Agate |
|
||||
> | **Date de publication** | |
|
||||
|
||||
|
||||
|
@ -23,3 +23,5 @@ authors:
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
> | | |
|
||||
> | ----------------------- | ------------- |
|
||||
> | **Type** | <% tp.frontmatter["book-type"] %> |
|
||||
> | **Auteur(s)** | <% tp.frontmatter.authors.map(prop => ` "${prop}"`).join(", ") %> |
|
||||
> | **Auteur(s)** | <% tp.frontmatter.authors.map(prop => `${prop}`).join(", ") %> |
|
||||
> | **Date de publication** | <% tp.frontmatter["release-date"] || "" %> |
|
||||
|
||||
|
|
Loading…
Reference in a new issue