Category:Locations: Difference between revisions

Jump to navigation Jump to search
576 bytes added ,  16:29, 27 December 2021
Divide locations from terrain
imported>Mossybarn
(Created blank page)
 
(Divide locations from terrain)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<div style="display:flex;flex-wrap:wrap;">
<div style="margin-right: 2.5em;">
== Specific Locations ==
{{#cargo_query:
| table  = Locations
| fields =
    CONCAT('{{(}}favilink{{!}}',_pageName,'{{)}}')=Location,
    Biome=Parent Terrain,
    GotoID
| where  = _pageNamespace=0 AND IsTerrain = False
}}
</div>
<div style="margin-right: 2.5em;">
== World Map Terrain ==
{{#cargo_query:
| table  = Locations
| fields =
    CONCAT('{{(}}favilink{{!}}',_pageName,'{{)}}')=Terrain
| format = table
| where  = _pageNamespace=0 AND IsTerrain = True
}}
</div>
</div>
[[Category:World]]

Navigation menu