Category:Locations: Difference between revisions

388 bytes added ,  16:29, 27 December 2021
Divide locations from terrain
m (+favilinks)
(Divide locations from terrain)
 
Line 1: Line 1:
[[Category:World]]
<div style="display:flex;flex-wrap:wrap;">
<div style="margin-right: 2.5em;">
== Specific Locations ==
{{#cargo_query:
{{#cargo_query:
| table  = Locations
| table  = Locations
| fields =
| fields =
     CONCAT('{{(}}favilink{{!}}',_pageName,'{{)}}')=Location,
     CONCAT('{{(}}favilink{{!}}',_pageName,'{{)}}')=Location,
     Biome=Terrain,
     Biome=Parent Terrain,
     GotoID
     GotoID
| where  = _pageNamespace=0
| 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]]