<div style="max-width: 670px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>
<button class="button-square">[[Glossary – Persons|Persons]]</button> <button class="button-square">[[Glossary – Terms|Terms]]</button> <button class="button-square">[[Glossary – Events|Events]]</button> <button class="button-square">[[Glossary – Places|Places]]</button> <button class="button-square">[[Glossary – Worldviews|Worldviews]]</button> <button class="button-square">[[Glossary – Entities|Entities]]</button> <button class="button-square">[[Glossary – Titles|Titles]]</button> <button class="button-square">[[Glossary – Objects|Objects]]</button>
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT
ID file.link AS Title,
join(default(type, "")) AS Type,
join(default(genre, "")) AS Genre,
join(default(tier, "")) AS Tier,
join(filter([religion, sect, creed, method, law], (x) => x)) AS "Ideology",
join(default(author, "")) AS Author,
join(default(century, "")) AS Century,
join(default(subjects, "")) AS Subjects,
join(default(themes, "")) AS Themes
WHERE contains(publish, true)
AND contains(class, "Glossary")
AND contains(category, "Work")
SORT file.name ASC
```
%%
| Title | Type | Genre | Tier | Ideology | Author | Century | Subjects | Themes |
| ---------------------------------------------------------------- | ---------- | ------ | ------- | -------- | ------ | ---------------------------------- | -------- | ------ |
| [[Pages/Glossary/al-Amali (al-Saduq).md\|al-Amali (al-Saduq)]] | Book | Hadith | Primary | | | [[4th Century AH\|4th Century AH]] | | |
| [[Pages/Glossary/The Four Books.md\|The Four Books]] | Collection | Hadith | | | | | | |
| [[Pages/Glossary/Uyun Akhbar al-Ridha.md\|Uyun Akhbar al-Ridha]] | | Hadith | Primary | | | [[4th Century AH\|4th Century AH]] | | |
%% DATAVIEW_PUBLISHER: end %%
%% #Dataview %%