Module:Data/UŊCDSO/Countries/doc: Difference between revisions

From Nguhcraft Wiki
Jump to navigation Jump to search
Created page with "What an entry looks like: <pre> {code2 = "XX", code3 = "XXX", common_name = "Exampleland", name = "United Sovereign Republic of Exampleland", ruler = "Example Character", ruler_title = "President", ruler_link = "User:Example", founded = date(1970, 1, 31), capital = "Example City", ung = former, ung_joined = date(1986, 2, 24), ung_demoted = date(2012, 5, 1), ung_left(2015, 11, 25), dissolved = "Reason/Context for dissolution", dissolved_date = date(201..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Warning|This is deprecated, do not edit this}}
What an entry looks like:
What an entry looks like:
<pre>
<pre>
Line 5: Line 7:
     ruler = "Example Character", ruler_title = "President", ruler_link = "User:Example",
     ruler = "Example Character", ruler_title = "President", ruler_link = "User:Example",
     founded = date(1970, 1, 31), capital = "Example City",
     founded = date(1970, 1, 31), capital = "Example City",
     ung = former, ung_joined = date(1986, 2, 24), ung_demoted = date(2012, 5, 1), ung_left(2015, 11, 25),
     ung = former, ung_joined = date(1986, 2, 24), ung_demoted = date(2012, 5, 1), ung_left = date(2015, 11, 25),
     dissolved = "Reason/Context for dissolution", dissolved_date = date(2015, 11, 25),
     dissolved = "Reason/Context for dissolution", dissolved_date = date(2015, 11, 25),
    disputed = "Reason for being disputed",
    not_ngation = true,
     condominium = {"AB", "CD"},
     condominium = {"AB", "CD"},
     banner = "File:Examplish_Banner.png"},
     banner = "File:Examplish_Banner.png"},
Line 17: Line 21:
* <code>ung</code> can be any of <code>member</code>, <code>observer</code> or <code>former</code>, only add the <code>ung_*</code> dates that apply
* <code>ung</code> can be any of <code>member</code>, <code>observer</code> or <code>former</code>, only add the <code>ung_*</code> dates that apply
* if the country dissolved without any reason or context available, set dissolved to <code>""</code> instead of omitting the field
* if the country dissolved without any reason or context available, set dissolved to <code>""</code> instead of omitting the field
* if the entity you are adding is not a ngation, set <code>not_ngation</code> to <code>true</code>
* <code>condominium</code> is a list of <code>code2</code>s of all countries taking part in the condominium, also use this field for dependent territories with a separate code.
* <code>condominium</code> is a list of <code>code2</code>s of all countries taking part in the condominium, also use this field for dependent territories with a separate code.
* Please if at all possible, do not omit <code>banner</code>, <code>common_name</code>, <code>ruler</code>.
* Please if at all possible, do not omit <code>banner</code>, <code>common_name</code>, <code>ruler</code>.

Latest revision as of 19:01, 18 November 2025

Warning Warning: This is deprecated, do not edit this

What an entry looks like:

{code2 = "XX", code3 = "XXX",
    common_name = "Exampleland", name = "United Sovereign Republic of Exampleland",
    ruler = "Example Character", ruler_title = "President", ruler_link = "User:Example",
    founded = date(1970, 1, 31), capital = "Example City",
    ung = former, ung_joined = date(1986, 2, 24), ung_demoted = date(2012, 5, 1), ung_left = date(2015, 11, 25),
    dissolved = "Reason/Context for dissolution", dissolved_date = date(2015, 11, 25),
    disputed = "Reason for being disputed",
    not_ngation = true,
    condominium = {"AB", "CD"},
    banner = "File:Examplish_Banner.png"},
  • Omit any field that don’t apply to your entry.
  • If you aren’t the UŊCDSO officer, do not touch the code2 and code3 fields. Omit them and ping the current officer when adding creating new entry.
  • common_name is the short name of your contry. It should be the name of the wiki page for your contry or that of a page which redirects to it.
  • If the full name is the same as the short name, omit the name field.
  • ruler_link is the wiki page for the ruler player/character, only use if different from ruler
  • ung can be any of member, observer or former, only add the ung_* dates that apply
  • if the country dissolved without any reason or context available, set dissolved to "" instead of omitting the field
  • if the entity you are adding is not a ngation, set not_ngation to true
  • condominium is a list of code2s of all countries taking part in the condominium, also use this field for dependent territories with a separate code.
  • Please if at all possible, do not omit banner, common_name, ruler.