From dcb8169206251554544a83420aea7a5da802ca49 Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Mon, 29 Jan 2024 15:20:37 +0100 Subject: [PATCH] update template --- fr/books/creatures-1.md | 6 ++++-- templates/wiki book.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/fr/books/creatures-1.md b/fr/books/creatures-1.md index 82eef96..2b9b25d 100644 --- a/fr/books/creatures-1.md +++ b/fr/books/creatures-1.md @@ -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: + + diff --git a/templates/wiki book.md b/templates/wiki book.md index 4245ba3..21bc40a 100644 --- a/templates/wiki book.md +++ b/templates/wiki book.md @@ -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"] || "" %> |