%% DATAVIEW_PUBLISHER: start
```dataview
LIST WITHOUT ID file.link + choice(Status = "Alive" OR Status = "Unknown", " ", " (" + Status + ") ") + choice(contains(FormerTitles, this.Subject), "(Former)", "")
FROM "Characters"
WHERE contains(Titles, this.Subject) OR contains(FormerTitles, this.Subject)
SORT
choice(
Status != "Dead" and !contains(FormerTitles, this.Subject), 1,
choice(
Status = "Dead" and !contains(FormerTitles, this.Subject), 2,
choice(
Status != "Dead" and contains(FormerTitles, this.Subject), 3,
4
)
)
) ASC,
file.name ASC
```
%%
- [[Characters/Adventurers/Campaigns/The Boy Scout Boys/Ayula, Daughter of Goreclaw.md|Ayula, Daughter of Goreclaw]]
- [[Characters/Minor/Named/Q/Queen Veletha Ovlorn.md|Queen Veletha Ovlorn]]
- [[Characters/Minor/Unnamed/T-V/The Githyanki Queen.md|The Githyanki Queen]]
- [[Characters/Major/Named/Y/Y'Driltha The Grave.md|Y'Driltha The Grave]] (Dead)
%% DATAVIEW_PUBLISHER: end %%