> [!game] 5e Game System Compatible
> [company:: "N/A"]
> [url:: "N/A"]
>
> ---
>
> (description:: Games that are compatible with [[Dungeons & Dragons 5e]], but are not licensed by [[Wizards of the Coast]].)
> [!log] Games in Collection
> ```dataview
> TABLE WITHOUT ID
> link(file.path, title) AS "Title",
> mechanics AS "Mechanics",
> description AS "Description"
> FROM "60 Games/61 Tabletop"
> WHERE contains(type, "Game") AND contains(system, this.file.link)
> SORT title_sort asc
> ```