Open main menu
Home
Random
Donate
Recent changes
Special pages
Community portal
Preferences
About Stockhub
Disclaimers
Search
User menu
Talk
Contributions
Create account
Log in
Editing
Module:Flags/LocaleData
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
-- Instructions for translators can be found at the /doc page. -- You don't want to touch this. :) local m = {} m.fullName = {} -- Examples for demo purposes. Remove them when you copy this module to your project. m.fullName["China"] = "中華人民共和國" m.fullName["United Kingdom"] = "Regne Unit" m.fullName["the Balearic Islands"] = "Illes Balears" m.fullName["Native Peoples of Colombia"] = "Pueblos Indígenas de Colombia" -- Structure of the table: -- 1. Full names -- 1.1 International organizations -- 1.2 All territories ISO 3166-1 -- 1.3 All ISO 3166-1 variants and ISO 3166-2 subdivisions -- 1.4 Other territories not fitting above -- 1.5 Other flags supported and not fitting above -- 2. Local 2 letter codes -- 3. Local 3 letter codes -- 1. FULL NAMES -- 1.1 INTERNATIONAL ORGANIZATIONS -- 1.3 ALL TERRITORIES ISO 3166-1 -- For the list of territories see http://en.wikipedia.org/wiki/ISO_3166-1 -- 1.3 All ISO 3166-1 VARIANTS AND ISO 3166-2 SUBDIVISIONS -- For the subdivisions see http://en.wikipedia.org/wiki/ISO_3166-2 -- For the subdivisions and variants see http://en.wikipedia.org/wiki/Category:Country_data_templates -- 1.4 OTHER TERRITORIES NOT FITTING ABOVE -- 1.5 OTHER FLAGS SUPPORTED NOT FITTING ABOVE -- 2. LOCAL 2 LETTER CODES -- Not recommended! Too easy to clash with other ISO codes. -- 3. LOCAL 3 LETTER CODES -- Be careful not clashing with ISO codes. -- You don't want to touch this either! return m
Summary:
Please note that all contributions to Stockhub may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Stockhub:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Module:Flags/LocaleData/doc
(
edit
)