<div class="lheading">Towns & Cities</div>
---
>[!cite|no-title]
>#### [[Locations|Back to Locations]]
>[!cite|no-title]
>## Cities
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID cover, name, location, summary
FROM "Compendium/Compendium Pages/Locations" AND #active
WHERE type = "location"
WHERE size = "City"
SORT file.name ASC
```
%%
| cover | name | location | summary |
| ------------------------------------------------------------ | ------------------------------------------------------------------------------ | ---------------------------------- | -------------------------------------------------------------------------------- |
| ![[z_Assets/Images/LOCATION/img, city.webp\|img, city.webp]] | [[Compendium/Compendium Pages/Locations/Elysee/New Dawnhold.md\|New Dawnhold]] | [[Verdelune Vale\|Verdelune Vale]] | _The City of Gold, the highest order of holy righteousness and divinely sacred._ |
%% DATAVIEW_PUBLISHER: end %%
>[!cite|no-title]
>## Towns
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID cover, name, location, summary
FROM "Compendium/Compendium Pages/Locations" AND #active
WHERE type = "location"
WHERE size = "Town"
SORT file.name ASC
```
%%
| cover | name | location | summary |
| -------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| ![[z_Assets/Images/LOCATION/brightmere cover.webp\|brightmere cover.webp]] | [[Compendium/Compendium Pages/Locations/Elysee/Wayperwoods/Brightmere/Brightmere.md\|Brightmere]] | [[Compendium/Compendium Pages/Locations/Elysee/Wayperwoods/Wayperwoods.md\|Wayperwoods]] | _Corn, corn, and more corn._ |
| ![[z_Assets/Images/LOCATION/img, town.webp\|img, town.webp]] | [[Compendium/Compendium Pages/Locations/Elysee/Wayperwoods/The Holy Town of Gortle/The Holy Town of Gortle.md\|The Holy Town of Gortle]] | [[Compendium/Compendium Pages/Locations/Elysee/Wayperwoods/Wayperwoods.md\|Wayperwoods]] | _You'd think a town would have more than maybe two houses._ |
%% DATAVIEW_PUBLISHER: end %%