Module:Country alias/data: Difference between revisions

Content deleted Content added
add EAI (Panam Games)
add optional countrydata_name property for compatibility with Module:CountryData without changing existing behavior for Virgin Islands
Line 41:
EXA = { -- example for testing
name = "Example Country",
countrydata_name = "U.S. Example Country", -- optional, use when Template:Country data {name} would not be correct
{1951, "Flag1951.svg"}, -- year <= 1951
{1995, "Flag1995.svg"}, -- 1951 < year <= 1995
Line 831 ⟶ 832:
ISV = {
name = "Virgin Islands",
countrydata_name = "U.S. Virgin Islands",
"Flag of the United States Virgin Islands.svg",
},