Category:Locations: Difference between revisions

Jump to navigation Jump to search
455 bytes added ,  16:29, 27 December 2021
Divide locations from terrain
(added cargoquery with all gotoids)
(Divide locations from terrain)
 
(One intermediate revision by the same user 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]]
[[Category:World]]
{{#cargo_query:table=Locations|fields=_pageName=Location,Biome=Terrain,GotoID|where=_pageNamespace=0}}

Navigation menu