7 lines
166 B
Markdown
7 lines
166 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
|
|
```
|