# One Shots
> [!overview]
> parent:: [[62 Campaigns]]
> [!info] Publish nerdery
> Including this as a public link, since people are often curious about my notes as a player for table top role playing games, such as [[Dungeons & Dragons]]. I'll be really honest… this is just a landing page, suggesting you check out the navigation to the 62.01 folder. For how I use this page in my *actual* vault, I have this Dataview codeblock below that gathers all of the info autmatically. I won't be manually updating this landing page.
```dataview
TABLE WITHOUT ID
date AS "",
link(file.link,title) AS "Title",
dm AS "GM",
player AS "Player(s)",
("[[" + system + "]]") AS "Game/System"
FROM "60 Games/62 Campaigns/62.01 One Shots"
WHERE contains(type, "One-shot")
SORT file.name asc
```