Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
13,331
edits
(Created page with "{{#cargo_query: tables=Countries |fields=CONCAT('', country_name, '')=CountryName,continent,region,catholic_population,catholic_percentage,official_languages,capital_city,patron_saints,catholicism_status |format=table |order by=country_name }}") |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Countries | tables=Countries | ||
|fields=CONCAT('[[', _pageName, '|', country_name, ']]')=CountryName,continent,region,catholic_population,catholic_percentage,official_languages,capital_city,patron_saints,catholicism_status | |fields=CONCAT('[[', _pageName, '|', country_name, ']]')=CountryName,continent,region,catholic_population,catholic_percentage,official_languages,capital_city,patron_saints,catholicism_status,historic | ||
|where={{{where|1=1}}} | |||
|format=table | |format=table | ||
|order by=country_name | |order by=country_name | ||
}} | }} | ||