Module:Data/UŊCDSO/Countries/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
ung = former, ung_joined = date(1986, 2, 24), ung_demoted = date(2012, 5, 1), ung_left = date(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 19: | ||
* <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>. | ||
Revision as of 14:30, 23 September 2025
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
code2andcode3fields. Omit them and ping the current officer when adding creating new entry. common_nameis 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
namefield. ruler_linkis the wiki page for the ruler player/character, only use if different fromrulerungcan be any ofmember,observerorformer, only add theung_*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_ngationtotrue condominiumis a list ofcode2s 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.