update template

This commit is contained in:
Lucas 2024-01-29 15:20:37 +01:00
parent 4ae97aba98
commit dcb8169206
2 changed files with 5 additions and 3 deletions

View file

@ -9,13 +9,13 @@ book-type: Livre de Base
authors: authors:
- Équipe Agate - Équipe Agate
--- ---
> [!wiki] Créatures > [!wiki]+ Créatures
> ![[CRE01_BC_FR.png]] > ![[CRE01_BC_FR.png]]
> >
> | | | > | | |
> | ----------------------- | ------------- | > | ----------------------- | ------------- |
> | **Type** | Livre de Base | > | **Type** | Livre de Base |
> | **Auteur(s)** | "Équipe Agate" | > | **Auteur(s)** | Équipe Agate |
> | **Date de publication** | | > | **Date de publication** | |
@ -23,3 +23,5 @@ authors:

View file

@ -4,6 +4,6 @@
> | | | > | | |
> | ----------------------- | ------------- | > | ----------------------- | ------------- |
> | **Type** | <% tp.frontmatter["book-type"] %> | > | **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"] || "" %> | > | **Date de publication** | <% tp.frontmatter["release-date"] || "" %> |