Difference between revisions of "Template:Flag/doc"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | '''Template:Flag''' displays a flag icon | + | '''Template:Flag''' displays a flag icon. |
== Usage == | == Usage == | ||
| − | <code><nowiki>{{flag|</nowiki>'''<nowiki> | + | <code><nowiki>{{flag|</nowiki>'''<nowiki>1</nowiki>'''<nowiki>}}</nowiki></code> |
| − | === | + | === 1 === |
| − | This is the only parameter in the template and is used for defining which country's | + | This is the only parameter in the template and is used for defining which country's flag will be shown. |
| − | + | * All valid settings for flags are listed in the tables below | |
| − | * | + | * This parameter is case-insensitive. |
| − | + | ||
| − | |||
| − | * | ||
== Examples == | == Examples == | ||
| − | {| class="wikitable" style="text-align: center | + | {| class="wikitable" style="text-align: center;" |
| − | + | | style="background-color:white;border-top:hidden;border-left:hidden" | | |
| − | ! | + | ! You type |
| + | ! You get | ||
| + | |- | ||
| + | ! Full name | ||
| + | | <code><nowiki>{{flag|United Nations}}</nowiki></code> | ||
| + | | {{flag|United Nations}} | ||
| + | |- | ||
| + | ! Alternate name | ||
| + | | <code><nowiki>{{flag|world}}</nowiki></code> | ||
| + | | {{flag|world}} | ||
|- | |- | ||
| − | + | ! Abbreviation | |
| − | | <code><nowiki>{{flag| | + | | <code><nowiki>{{flag|un}}</nowiki></code> |
| − | + | | {{flag|un}} | |
| − | |||
| − | | {{flag| | ||
| − | |||
|- | |- | ||
| − | + | ! No parameter | |
| − | | <code><nowiki>{{flag| | + | | <code><nowiki>{{flag|}}</nowiki></code> |
| − | + | | {{flag|}} | |
| − | |||
| − | | {{flag| | ||
| − | |||
|- | |- | ||
| − | + | ! Invalid parameter | |
| <code><nowiki>{{flag|invalid}}</nowiki></code> | | <code><nowiki>{{flag|invalid}}</nowiki></code> | ||
| − | |||
| − | |||
| {{flag|invalid}} | | {{flag|invalid}} | ||
| − | |||
|} | |} | ||
== Valid settings == | == Valid settings == | ||
| − | + | === Note: United Kingdom flags === | |
| − | + | The individual flags of {{flag|uken}} England, {{flag|ukni}} Northern Ireland, {{flag|uksc}} Scotland, and {{flag|ukwa}} Wales should take preference in '''all possible circumstances''' over the {{flag|uk}} United Kingdom flag. | |
| − | === | ||
| − | The individual flags of | ||
{| class=wikitable style="width: 100%; text-align: center;" | {| class=wikitable style="width: 100%; text-align: center;" | ||
|[[Template:Flag#Miscellaneous | Misc]] · [[Template:Flag#A | A]] · [[Template:Flag#B | B]] · [[Template:Flag#C | C]] · [[Template:Flag#D | D]] · [[Template:Flag#E | E]] · [[Template:Flag#F | F]] · [[Template:Flag#G | G]] · [[Template:Flag#H | H]] · [[Template:Flag#I | I]] · [[Template:Flag#J | J]] · [[Template:Flag#K | K]] · [[Template:Flag#L | L]] · [[Template:Flag#M | M]] · [[Template:Flag#N | N]] · [[Template:Flag#O | O]] · [[Template:Flag#P | P]] · [[Template:Flag#Q | Q]] · [[Template:Flag#R | R]] · [[Template:Flag#S | S]] · [[Template:Flag#T | T]] · [[Template:Flag#U | U]] · [[Template:Flag#V | V]] · [[Template:Flag#W | W]] · [[Template:Flag#X | X]] · [[Template:Flag#Y | Y]] · [[Template:Flag#Z | Z]] | |[[Template:Flag#Miscellaneous | Misc]] · [[Template:Flag#A | A]] · [[Template:Flag#B | B]] · [[Template:Flag#C | C]] · [[Template:Flag#D | D]] · [[Template:Flag#E | E]] · [[Template:Flag#F | F]] · [[Template:Flag#G | G]] · [[Template:Flag#H | H]] · [[Template:Flag#I | I]] · [[Template:Flag#J | J]] · [[Template:Flag#K | K]] · [[Template:Flag#L | L]] · [[Template:Flag#M | M]] · [[Template:Flag#N | N]] · [[Template:Flag#O | O]] · [[Template:Flag#P | P]] · [[Template:Flag#Q | Q]] · [[Template:Flag#R | R]] · [[Template:Flag#S | S]] · [[Template:Flag#T | T]] · [[Template:Flag#U | U]] · [[Template:Flag#V | V]] · [[Template:Flag#W | W]] · [[Template:Flag#X | X]] · [[Template:Flag#Y | Y]] · [[Template:Flag#Z | Z]] | ||
| Line 1,059: | Line 1,055: | ||
{{Box|end}} | {{Box|end}} | ||
| − | == | + | == Developer documentation == |
| − | If you wish to add a flag, the following requirements must be followed | + | === How this template works === |
| − | === Image size === | + | # '''Template:Flag''' takes the input parameter and calls a sub-template at "Template:Flag/X". For example, <code><nowiki>{{flag|united nations}}</nowiki></code> will call [[Template:Flag/united nations]]. |
| + | # This sub-template then in turn calls [[Template:Flag icon]], supplying it with a single parameter (<code><nowiki>{{Flag icon|X}}</nowiki></code>). For example, Template:Flag/united nations supplies Template:Flag icon with the single parameter <code>United Nations</code> | ||
| + | # Template:Flag icon calls for a flag image at "File:Flag of X.png", and applies formatting such as sizing and a 1px border. For example, if Template:Flag icon is given the parameter <code>United Nations</code>, it will supply [[:File:Flag of United Nations.png]] ({{flag|un}}). | ||
| + | |||
| + | * Many of the sub-templates (such as the abbreviations and alternate names) are simple redirects to a primary sub-template. For example, [[Template:Flag/un]], [[Template:Flag/global]], [[Template:Flag/international]] and [[Template:Flag/world]] all redirect to [[Template:Flag/united nations]]. Template:Flag/united nations is the primary sub-template which then calls Template:Flag icon. | ||
| + | |||
| + | === How to add a flag === | ||
| + | If you wish to add a flag, the following requirements must be followed: | ||
| + | ==== Image size ==== | ||
*Width: equal or less than 23px | *Width: equal or less than 23px | ||
*Height: equal or less than 15px | *Height: equal or less than 15px | ||
*Aspect ratio: retained from source flag | *Aspect ratio: retained from source flag | ||
If your flag is a custom flag (e.g. {{flag|nam}}), we recommend a 23x15px flag which has a 2:3 ratio. | If your flag is a custom flag (e.g. {{flag|nam}}), we recommend a 23x15px flag which has a 2:3 ratio. | ||
| − | === Upload === | + | ==== Upload ==== |
| − | *Your flag should be uploaded to <Code>File:Flag of < | + | *Your flag should be uploaded to <Code>File:Flag of '''ProperFlagName'''.png</code>, where <code>'''ProperFlagName'''</code> is the full name of your flag with correct capitalization |
| − | *Make sure you add your flag to [[:Category:Flag Images]] | + | *Make sure you add your flag image to [[:Category:Flag Images]]. |
| − | === Update templates === | + | ==== Update templates ==== |
| − | *[[Template:Flag/abbr | + | *Create a template at <code>Template:Flag/'''lowercaseflagname'''</code>, where <code>'''lowercaseflagname'''</code> is the full name of your flag in complete lowercase. This template should contain the code below: |
| − | + | <pre><nowiki>{{Flag icon|</nowiki>'''ProperFlagName'''<nowiki>}}<noinclude>[[Category:Flag sub-templates]]</noinclude></nowiki></pre> | |
| − | + | *Create a template at <code>Template:Flag/'''abbr'''</code>, where <code>abbr</code> is the lowercase abbreviation of your flag. This template should be a simple redirect to the primary sub-template (<code>Template:Flag/'''lowercaseflagname'''</code>) | |
| − | <noinclude>[[Category:Flag Documentation Templates]]</noinclude> | + | **If your template has any alternate names or abbreviations, create them as simple redirects to the primary sub-template as well |
| + | *Add your flag to the correct table in the [[Template:Flag/doc|documentation template]].<noinclude>[[Category:Flag Documentation Templates]]</noinclude> | ||
Revision as of 17:31, 11 May 2020
Template:Flag displays a flag icon.
Usage
{{flag|1}}
1
This is the only parameter in the template and is used for defining which country's flag will be shown.
- All valid settings for flags are listed in the tables below
- This parameter is case-insensitive.
Examples
| You type | You get | |
|---|---|---|
| Full name | {{flag|United Nations}}
|
Error creating thumbnail: Unable to save thumbnail to destination
|
| Alternate name | {{flag|world}}
|
Error creating thumbnail: Unable to save thumbnail to destination
|
| Abbreviation | {{flag|un}}
|
Error creating thumbnail: Unable to save thumbnail to destination
|
| No parameter | {{flag|}}
|
Error creating thumbnail: Unable to save thumbnail to destination
|
| Invalid parameter | {{flag|invalid}}
|
Template:Flag/invalid |
Valid settings
Note: United Kingdom flags
The individual flags of
Error creating thumbnail: Unable to save thumbnail to destination
England,
Error creating thumbnail: Unable to save thumbnail to destination
Northern Ireland,
Error creating thumbnail: Unable to save thumbnail to destination
Scotland, and
Error creating thumbnail: Unable to save thumbnail to destination
Wales should take preference in all possible circumstances over the
Error creating thumbnail: Unable to save thumbnail to destination
United Kingdom flag.
| Misc · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z |
Miscellaneous
Error creating thumbnail: Unable to save thumbnail to destination
|
aunz
|
Australasia |
| Oceania | ||
| Australia/New Zealand | ||
nzau
|
New Zealand/Australia | |
Error creating thumbnail: Unable to save thumbnail to destination
|
ukus
|
English Language |
usuk
| ||
Error creating thumbnail: Unable to save thumbnail to destination
|
eu
|
Europe |
| European Union | ||
Error creating thumbnail: Unable to save thumbnail to destination
|
nam
|
North America |
Error creating thumbnail: Unable to save thumbnail to destination
|
sam
|
South America |
Error creating thumbnail: Unable to save thumbnail to destination
|
un
|
United Nations |
| Global | ||
| International | ||
| World | ||
Error creating thumbnail: Unable to save thumbnail to destination
|
|
Unknown |
A
Error creating thumbnail: Unable to save thumbnail to destination
|
af
|
Afghanistan |
Error creating thumbnail: Unable to save thumbnail to destination
|
al
|
Albania |
Error creating thumbnail: Unable to save thumbnail to destination
|
dz
|
Algeria |
Error creating thumbnail: Unable to save thumbnail to destination
|
ad
|
Andorra |
Error creating thumbnail: Unable to save thumbnail to destination
|
ao
|
Angola |
Error creating thumbnail: Unable to save thumbnail to destination
|
ag
|
Antigua and Barbuda |
Error creating thumbnail: Unable to save thumbnail to destination
|
ar
|
Argentina |
Error creating thumbnail: Unable to save thumbnail to destination
|
am
|
Armenia |
Error creating thumbnail: Unable to save thumbnail to destination
|
au
|
Australia |
Error creating thumbnail: Unable to save thumbnail to destination
|
at
|
Austria |
Error creating thumbnail: Unable to save thumbnail to destination
|
az
|
Azerbaijan |
B
Error creating thumbnail: Unable to save thumbnail to destination
|
bs
|
Bahamas |
| The Bahamas | ||
Error creating thumbnail: Unable to save thumbnail to destination
|
bh
|
Bahrain |
Error creating thumbnail: Unable to save thumbnail to destination
|
bd
|
Bangladesh |
Error creating thumbnail: Unable to save thumbnail to destination
|
bb
|
Barbados |
Error creating thumbnail: Unable to save thumbnail to destination
|
by
|
Belarus |
Error creating thumbnail: Unable to save thumbnail to destination
|
be
|
Belgium |
Error creating thumbnail: Unable to save thumbnail to destination
|
bz
|
Belize |
Error creating thumbnail: Unable to save thumbnail to destination
|
bj
|
Benin |
Error creating thumbnail: Unable to save thumbnail to destination
|
bt
|
Bhutan |
Error creating thumbnail: Unable to save thumbnail to destination
|
bo
|
Bolivia |
Error creating thumbnail: Unable to save thumbnail to destination
|
ba
|
Bosnia and Herzegovina |
Error creating thumbnail: Unable to save thumbnail to destination
|
bw
|
Botswana |
Error creating thumbnail: Unable to save thumbnail to destination
|
br
|
Brazil |
Error creating thumbnail: Unable to save thumbnail to destination
|
bn
|
Brunei |
Error creating thumbnail: Unable to save thumbnail to destination
|
bg
|
Bulgaria |
Error creating thumbnail: Unable to save thumbnail to destination
|
bf
|
Burkina Faso |
Error creating thumbnail: Unable to save thumbnail to destination
|
bi
|
Burundi |
C
Error creating thumbnail: Unable to save thumbnail to destination
|
kh
|
Cambodia |
Error creating thumbnail: Unable to save thumbnail to destination
|
cm
|
Cameroon |
Error creating thumbnail: Unable to save thumbnail to destination
|
ca
|
Canada |
Error creating thumbnail: Unable to save thumbnail to destination
|
cv
|
Cape Verde |
| Cabo Verde | ||
Error creating thumbnail: Unable to save thumbnail to destination
|
cf
|
Central African Republic |
Error creating thumbnail: Unable to save thumbnail to destination
|
td
|
Chad |
Error creating thumbnail: Unable to save thumbnail to destination
|
cl
|
Chile |
Error creating thumbnail: Unable to save thumbnail to destination
|
cn
|
China |
Error creating thumbnail: Unable to save thumbnail to destination
|
co
|
Colombia |
Error creating thumbnail: Unable to save thumbnail to destination
|
km
|
Comoros |
Error creating thumbnail: Unable to save thumbnail to destination
|
cr
|
Costa Rica |
Error creating thumbnail: Unable to save thumbnail to destination
|
hr
|
Croatia |
Error creating thumbnail: Unable to save thumbnail to destination
|
cu
|
Cuba |
Error creating thumbnail: Unable to save thumbnail to destination
|
cy
|
Cyprus |
Error creating thumbnail: Unable to save thumbnail to destination
|
cz
|
Czech Republic |
| Czechia | ||
Error creating thumbnail: Unable to save thumbnail to destination
|
ci
|
Côte d'Ivoire |
| Ivory Coast |
D
Error creating thumbnail: Unable to save thumbnail to destination
|
cd
|
Democratic Republic of the Congo |
| Zaire | ||
Error creating thumbnail: Unable to save thumbnail to destination
|
dk
|
Denmark |
Error creating thumbnail: Unable to save thumbnail to destination
|
dj
|
Djibouti |
Error creating thumbnail: Unable to save thumbnail to destination
|
dm
|
Dominica |
Error creating thumbnail: Unable to save thumbnail to destination
|
do
|
Dominican Republic |
E
Error creating thumbnail: Unable to save thumbnail to destination
|
tl
|
East Timor |
| Timor-Leste | ||
Error creating thumbnail: Unable to save thumbnail to destination
|
ec
|
Ecuador |
Error creating thumbnail: Unable to save thumbnail to destination
|
eg
|
Egypt |
Error creating thumbnail: Unable to save thumbnail to destination
|
sv
|
El Salvador |
Error creating thumbnail: Unable to save thumbnail to destination
|
uken
|
England |
en
| ||
Error creating thumbnail: Unable to save thumbnail to destination
|
gq
|
Equatorial Guinea |
Error creating thumbnail: Unable to save thumbnail to destination
|
er
|
Eritrea |
Error creating thumbnail: Unable to save thumbnail to destination
|
ee
|
Estonia |
Error creating thumbnail: Unable to save thumbnail to destination
|
sz
|
Eswatini |
| Swaziland | ||
Error creating thumbnail: Unable to save thumbnail to destination
|
et
|
Ethiopia |
F
Error creating thumbnail: Unable to save thumbnail to destination
|
fj
|
Fiji |
Error creating thumbnail: Unable to save thumbnail to destination
|
fi
|
Finland |
Error creating thumbnail: Unable to save thumbnail to destination
|
fr
|
France |
G
Error creating thumbnail: Unable to save thumbnail to destination
|
ga
|
Gabon |
Error creating thumbnail: Unable to save thumbnail to destination
|
gm
|
The Gambia |
| Gambia | ||
Error creating thumbnail: Unable to save thumbnail to destination
|
ge
|
Georgia |
Error creating thumbnail: Unable to save thumbnail to destination
|
de
|
Germany |
Error creating thumbnail: Unable to save thumbnail to destination
|
gh
|
Ghana |
Error creating thumbnail: Unable to save thumbnail to destination
|
gr
|
Greece |
Error creating thumbnail: Unable to save thumbnail to destination
|
gl
|
Greenland |
Error creating thumbnail: Unable to save thumbnail to destination
|
gd
|
Grenada |
Error creating thumbnail: Unable to save thumbnail to destination
|
gt
|
Guatemala |
Error creating thumbnail: Unable to save thumbnail to destination
|
gn
|
Guinea |
Error creating thumbnail: Unable to save thumbnail to destination
|
gw
|
Guinea-Bissau |
Error creating thumbnail: Unable to save thumbnail to destination
|
gy
|
Guyana |
H
Error creating thumbnail: Unable to save thumbnail to destination
|
ht
|
Haiti |
Error creating thumbnail: Unable to save thumbnail to destination
|
hn
|
Honduras |
Error creating thumbnail: Unable to save thumbnail to destination
|
hk
|
Hong Kong |
Error creating thumbnail: Unable to save thumbnail to destination
|
hu
|
Hungary |
I
Error creating thumbnail: Unable to save thumbnail to destination
|
is
|
Iceland |
Error creating thumbnail: Unable to save thumbnail to destination
|
in
|
India |
Error creating thumbnail: Unable to save thumbnail to destination
|
id
|
Indonesia |
Error creating thumbnail: Unable to save thumbnail to destination
|
ir
|
Iran |
Error creating thumbnail: Unable to save thumbnail to destination
|
iq
|
Iraq |
Error creating thumbnail: Unable to save thumbnail to destination
|
ie
|
Ireland |
Error creating thumbnail: Unable to save thumbnail to destination
|
il
|
Israel |
Error creating thumbnail: Unable to save thumbnail to destination
|
it
|
Italy |
J
Error creating thumbnail: Unable to save thumbnail to destination
|
jm
|
Jamaica |
Error creating thumbnail: Unable to save thumbnail to destination
|
jp
|
Japan |
Error creating thumbnail: Unable to save thumbnail to destination
|
jo
|
Jordan |
K
Error creating thumbnail: Unable to save thumbnail to destination
|
kz
|
Kazakhstan |
Error creating thumbnail: Unable to save thumbnail to destination
|
ke
|
Kenya |
Error creating thumbnail: Unable to save thumbnail to destination
|
ki
|
Kiribati |
Error creating thumbnail: Unable to save thumbnail to destination
|
xk
|
Kosovo |
Error creating thumbnail: Unable to save thumbnail to destination
|
kw
|
Kuwait |
Error creating thumbnail: Unable to save thumbnail to destination
|
kg
|
Kyrgyzstan |
L
Error creating thumbnail: Unable to save thumbnail to destination
|
la
|
Laos |
Error creating thumbnail: Unable to save thumbnail to destination
|
lv
|
Latvia |
Error creating thumbnail: Unable to save thumbnail to destination
|
lb
|
Lebanon |
Error creating thumbnail: Unable to save thumbnail to destination
|
ls
|
Lesotho |
Error creating thumbnail: Unable to save thumbnail to destination
|
lr
|
Liberia |
Error creating thumbnail: Unable to save thumbnail to destination
|
ly
|
Libya |
Error creating thumbnail: Unable to save thumbnail to destination
|
li
|
Liechtenstein |
Error creating thumbnail: Unable to save thumbnail to destination
|
lt
|
Lithuania |
Error creating thumbnail: Unable to save thumbnail to destination
|
lu
|
Luxembourg |
M
Error creating thumbnail: Unable to save thumbnail to destination
|
mg
|
Madagascar |
Error creating thumbnail: Unable to save thumbnail to destination
|
mw
|
Malawi |
Error creating thumbnail: Unable to save thumbnail to destination
|
my
|
Malaysia |
Error creating thumbnail: Unable to save thumbnail to destination
|
mv
|
Maldives |
Error creating thumbnail: Unable to save thumbnail to destination
|
ml
|
Mali |
Error creating thumbnail: Unable to save thumbnail to destination
|
mt
|
Malta |
Error creating thumbnail: Unable to save thumbnail to destination
|
mh
|
Marshall Islands |
Error creating thumbnail: Unable to save thumbnail to destination
|
mr
|
Mauritania |
Error creating thumbnail: Unable to save thumbnail to destination
|
mu
|
Mauritius |
Error creating thumbnail: Unable to save thumbnail to destination
|
mx
|
Mexico |
Error creating thumbnail: Unable to save thumbnail to destination
|
fm
|
Micronesia |
Error creating thumbnail: Unable to save thumbnail to destination
|
md
|
Moldova |
Error creating thumbnail: Unable to save thumbnail to destination
|
mc
|
Monaco |
Error creating thumbnail: Unable to save thumbnail to destination
|
mn
|
Mongolia |
Error creating thumbnail: Unable to save thumbnail to destination
|
me
|
Montenegro |
Error creating thumbnail: Unable to save thumbnail to destination
|
ma
|
Morocco |
Error creating thumbnail: Unable to save thumbnail to destination
|
mz
|
Mozambique |
Error creating thumbnail: Unable to save thumbnail to destination
|
mm
|
Myanmar |
N
Error creating thumbnail: Unable to save thumbnail to destination
|
na
|
Namibia |
Error creating thumbnail: Unable to save thumbnail to destination
|
nr
|
Nauru |
Error creating thumbnail: Unable to save thumbnail to destination
|
np
|
Nepal |
Error creating thumbnail: Unable to save thumbnail to destination
|
nl
|
Netherlands |
| Holland | ||
Error creating thumbnail: Unable to save thumbnail to destination
|
nz
|
New Zealand |
Error creating thumbnail: Unable to save thumbnail to destination
|
ni
|
Nicaragua |
Error creating thumbnail: Unable to save thumbnail to destination
|
ne
|
Niger |
Error creating thumbnail: Unable to save thumbnail to destination
|
ng
|
Nigeria |
Error creating thumbnail: Unable to save thumbnail to destination
|
kp
|
North Korea |
Error creating thumbnail: Unable to save thumbnail to destination
|
mk
|
Macedonia |
| North Macedonia | ||
Error creating thumbnail: Unable to save thumbnail to destination
|
ukni
|
Northern Ireland |
Error creating thumbnail: Unable to save thumbnail to destination
|
no
|
Norway |
P
Error creating thumbnail: Unable to save thumbnail to destination
|
pk
|
Pakistan |
Error creating thumbnail: Unable to save thumbnail to destination
|
pw
|
Palau |
Error creating thumbnail: Unable to save thumbnail to destination
|
ps
|
Palestine |
Error creating thumbnail: Unable to save thumbnail to destination
|
pa
|
Panama |
Error creating thumbnail: Unable to save thumbnail to destination
|
pg
|
Papua New Guinea |
Error creating thumbnail: Unable to save thumbnail to destination
|
py
|
Paraguay |
Error creating thumbnail: Unable to save thumbnail to destination
|
pe
|
Peru |
Error creating thumbnail: Unable to save thumbnail to destination
|
ph
|
Philippines |
Error creating thumbnail: Unable to save thumbnail to destination
|
pl
|
Poland |
Error creating thumbnail: Unable to save thumbnail to destination
|
pt
|
Portugal |
Error creating thumbnail: Unable to save thumbnail to destination
|
pr
|
Puerto Rico |
R
Error creating thumbnail: Unable to save thumbnail to destination
|
cg
|
Republic of the Congo |
| Congo | ||
Error creating thumbnail: Unable to save thumbnail to destination
|
ro
|
Romania |
Error creating thumbnail: Unable to save thumbnail to destination
|
ru
|
Russia |
Error creating thumbnail: Unable to save thumbnail to destination
|
rw
|
Rwanda |
S
Error creating thumbnail: Unable to save thumbnail to destination
|
kn
|
Saint Kitts and Nevis |
Error creating thumbnail: Unable to save thumbnail to destination
|
lc
|
Saint Lucia |
Error creating thumbnail: Unable to save thumbnail to destination
|
vc
|
Saint Vincent and the Grenadines |
Error creating thumbnail: Unable to save thumbnail to destination
|
ws
|
Samoa |
Error creating thumbnail: Unable to save thumbnail to destination
|
sm
|
San Marino |
Error creating thumbnail: Unable to save thumbnail to destination
|
st
|
Sao Tome and Principe |
Error creating thumbnail: Unable to save thumbnail to destination
|
sa
|
Saudi Arabia |
Error creating thumbnail: Unable to save thumbnail to destination
|
uksc
|
Scotland |
Error creating thumbnail: Unable to save thumbnail to destination
|
sn
|
Senegal |
Error creating thumbnail: Unable to save thumbnail to destination
|
rs
|
Serbia |
Error creating thumbnail: Unable to save thumbnail to destination
|
sc
|
Seychelles |
Error creating thumbnail: Unable to save thumbnail to destination
|
sl
|
Sierra Leone |
Error creating thumbnail: Unable to save thumbnail to destination
|
sg
|
Singapore |
Error creating thumbnail: Unable to save thumbnail to destination
|
sk
|
Slovakia |
Error creating thumbnail: Unable to save thumbnail to destination
|
si
|
Slovenia |
Error creating thumbnail: Unable to save thumbnail to destination
|
sb
|
Soloman Islands |
Error creating thumbnail: Unable to save thumbnail to destination
|
so
|
Somalia |
Error creating thumbnail: Unable to save thumbnail to destination
|
za
|
South Africa |
rsa
| ||
Error creating thumbnail: Unable to save thumbnail to destination
|
kr
|
South Korea |
Error creating thumbnail: Unable to save thumbnail to destination
|
ss
|
South Sudan |
Error creating thumbnail: Unable to save thumbnail to destination
|
es
|
Spain |
Error creating thumbnail: Unable to save thumbnail to destination
|
lk
|
Sri Lanka |
Error creating thumbnail: Unable to save thumbnail to destination
|
sd
|
Sudan |
Error creating thumbnail: Unable to save thumbnail to destination
|
sr
|
Suriname |
Error creating thumbnail: Unable to save thumbnail to destination
|
se
|
Sweden |
Error creating thumbnail: Unable to save thumbnail to destination
|
ch
|
Switzerland |
Error creating thumbnail: Unable to save thumbnail to destination
|
sy
|
Syria |
T
Error creating thumbnail: Unable to save thumbnail to destination
|
tw
|
Taiwan |
Error creating thumbnail: Unable to save thumbnail to destination
|
tj
|
Tajikistan |
Error creating thumbnail: Unable to save thumbnail to destination
|
tz
|
Tanzania |
Error creating thumbnail: Unable to save thumbnail to destination
|
th
|
Thailand |
Error creating thumbnail: Unable to save thumbnail to destination
|
tg
|
Togo |
Error creating thumbnail: Unable to save thumbnail to destination
|
to
|
Tonga |
Error creating thumbnail: Unable to save thumbnail to destination
|
tt
|
Trinidad and Tobago |
Error creating thumbnail: Unable to save thumbnail to destination
|
tn
|
Tunisia |
Error creating thumbnail: Unable to save thumbnail to destination
|
tr
|
Turkey |
Error creating thumbnail: Unable to save thumbnail to destination
|
tm
|
Turkmenistan |
Error creating thumbnail: Unable to save thumbnail to destination
|
tv
|
Tuvalu |
U
Error creating thumbnail: Unable to save thumbnail to destination
|
ug
|
Uganda |
| 1zqjex'"(){}<x>:/1zqjex;9 | ua
|
Ukraine |
Error creating thumbnail: Unable to save thumbnail to destination
|
ae
|
United Arab Emirates |
uae
| ||
Error creating thumbnail: Unable to save thumbnail to destination
|
uk
|
United Kingdom |
gb
|
Britain | |
| Great Britain | ||
Error creating thumbnail: Unable to save thumbnail to destination
|
us
|
United States |
usa
|
United States of America | |
Error creating thumbnail: Unable to save thumbnail to destination
|
uy
|
Uruguay |
Error creating thumbnail: Unable to save thumbnail to destination
|
uz
|
Uzbekistan |
V
Error creating thumbnail: Unable to save thumbnail to destination
|
vu
|
Vanuatu |
Error creating thumbnail: Unable to save thumbnail to destination
|
va
|
Vatican City |
Error creating thumbnail: Unable to save thumbnail to destination
|
ve
|
Venezuela |
Error creating thumbnail: Unable to save thumbnail to destination
|
vn
|
Vietnam |
X
Developer documentation
How this template works
- Template:Flag takes the input parameter and calls a sub-template at "Template:Flag/X". For example,
{{flag|united nations}}will call Template:Flag/united nations. - This sub-template then in turn calls Template:Flag icon, supplying it with a single parameter (
{{Flag icon|X}}). For example, Template:Flag/united nations supplies Template:Flag icon with the single parameterUnited Nations - Template:Flag icon calls for a flag image at "File:Flag of X.png", and applies formatting such as sizing and a 1px border. For example, if Template:Flag icon is given the parameter
United Nations, it will supply File:Flag of United Nations.png (Error creating thumbnail: Unable to save thumbnail to destination).
- Many of the sub-templates (such as the abbreviations and alternate names) are simple redirects to a primary sub-template. For example, Template:Flag/un, Template:Flag/global, Template:Flag/international and Template:Flag/world all redirect to Template:Flag/united nations. Template:Flag/united nations is the primary sub-template which then calls Template:Flag icon.
How to add a flag
If you wish to add a flag, the following requirements must be followed:
Image size
- Width: equal or less than 23px
- Height: equal or less than 15px
- Aspect ratio: retained from source flag
If your flag is a custom flag (e.g.
Error creating thumbnail: Unable to save thumbnail to destination
), we recommend a 23x15px flag which has a 2:3 ratio.
Upload
- Your flag should be uploaded to
File:Flag of ProperFlagName.png, whereProperFlagNameis the full name of your flag with correct capitalization - Make sure you add your flag image to Category:Flag Images.
Update templates
- Create a template at
Template:Flag/lowercaseflagname, wherelowercaseflagnameis the full name of your flag in complete lowercase. This template should contain the code below:
{{Flag icon|'''ProperFlagName'''}}<noinclude>[[Category:Flag sub-templates]]</noinclude>
- Create a template at
Template:Flag/abbr, whereabbris the lowercase abbreviation of your flag. This template should be a simple redirect to the primary sub-template (Template:Flag/lowercaseflagname)- If your template has any alternate names or abbreviations, create them as simple redirects to the primary sub-template as well
- Add your flag to the correct table in the documentation template.