diff --git a/fr/books/creatures-1.md b/fr/books/creatures-1.md index 62b3e0c..82eef96 100644 --- a/fr/books/creatures-1.md +++ b/fr/books/creatures-1.md @@ -9,4 +9,17 @@ book-type: Livre de Base authors: - Équipe Agate --- -![[CRE01_BC_FR.png]] \ No newline at end of file +> [!wiki] Créatures +> ![[CRE01_BC_FR.png]] +> +> | | | +> | ----------------------- | ------------- | +> | **Type** | Livre de Base | +> | **Auteur(s)** | "Équipe Agate" | +> | **Date de publication** | | + + + + + + diff --git a/templates/wiki book.md b/templates/wiki book.md new file mode 100644 index 0000000..4245ba3 --- /dev/null +++ b/templates/wiki book.md @@ -0,0 +1,9 @@ +> [!wiki] <% tp.frontmatter.title %> +> !<% tp.frontmatter.cover %> +> +> | | | +> | ----------------------- | ------------- | +> | **Type** | <% tp.frontmatter["book-type"] %> | +> | **Auteur(s)** | <% tp.frontmatter.authors.map(prop => ` "${prop}"`).join(", ") %> | +> | **Date de publication** | <% tp.frontmatter["release-date"] || "" %> | +