From 4ae97aba98634b6049ea6545017eb851f399a4cb Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Mon, 29 Jan 2024 12:45:56 +0100 Subject: [PATCH] wiki book template --- fr/books/creatures-1.md | 15 ++++++++++++++- templates/wiki book.md | 9 +++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 templates/wiki book.md 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"] || "" %> | +