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"] || "" %> |