Main Page: Difference between revisions

From Union of Democratic States Wiki
Jump to navigation Jump to search
m Protected "Main Page": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
Line 3: Line 3:
== Getting started ==
== Getting started ==
* -
* -
== Nations --
{{#cargo_query:tables=Nations
|fields=_pageName=Nation, capital=Capital, government=Government, population=Population
|where=region='Eastern Marches'
|order by=_pageName
|format=table
}}

Revision as of 05:06, 18 September 2026

UDS Wiki, a WIP Wiki dedicated to the history of the UDS and it's various other community functions.

Getting started

  • -

== Nations --

Error 1054: Unknown column 'region' in 'WHERE'

Function: CargoSQLQuery::run Query: SELECT `Nations`.`_pageID` AS `cargo_backlink_page_id_Nations`,`_pageName` AS `Nation`,`capital` AS `Capital`,`government` AS `Government`,`population` AS `Population` FROM `cargo__Nations` `Nations` WHERE region='Eastern Marches' ORDER BY `_pageName` LIMIT 100