fateforge/templates/wiki book.md

10 lines
402 B
Markdown
Raw Normal View History

2024-01-29 11:45:56 +00:00
> [!wiki] <% tp.frontmatter.title %>
> !<% tp.frontmatter.cover %>
>
> | | |
> | ----------------------- | ------------- |
> | **Type** | <% tp.frontmatter["book-type"] %> |
2024-01-29 14:20:37 +00:00
> | **Auteur(s)** | <% tp.frontmatter.authors.map(prop => `${prop}`).join(", ") %> |
2024-01-29 11:45:56 +00:00
> | **Date de publication** | <% tp.frontmatter["release-date"] || "" %> |