# Conflicts: # fr/books/Adventurers.md # fr/books/Grimoire.md # fr/creatures/index.md
6 lines
164 B
Markdown
6 lines
164 B
Markdown
```dataview
|
|
table WITHOUT ID
|
|
file.link AS Nom, file.frontmatter.creature-puissance AS FP
|
|
where creature-type = this.file.link
|
|
SORT file.creature-puissance DESC
|
|
```
|