wiki book template
This commit is contained in:
parent
83cabefa12
commit
4ae97aba98
2 changed files with 23 additions and 1 deletions
|
@ -9,4 +9,17 @@ book-type: Livre de Base
|
|||
authors:
|
||||
- Équipe Agate
|
||||
---
|
||||
![[CRE01_BC_FR.png]]
|
||||
> [!wiki] Créatures
|
||||
> ![[CRE01_BC_FR.png]]
|
||||
>
|
||||
> | | |
|
||||
> | ----------------------- | ------------- |
|
||||
> | **Type** | Livre de Base |
|
||||
> | **Auteur(s)** | "Équipe Agate" |
|
||||
> | **Date de publication** | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
9
templates/wiki book.md
Normal file
9
templates/wiki book.md
Normal file
|
@ -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"] || "" %> |
|
||||
|
Loading…
Reference in a new issue