Template:Flag: Difference between revisions

Template page
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}|{{#switch:{{{1|}}}|BE|DE|EE={{country_flag|{{{1|}}}|size={{{size|}}}|notext={{{notext|}}}|border=Y}}
<includeonly>{{#if:{{{1|}}}|{{#if:{{{overrideborder|}}}|{{country_flag|{{{1|}}}|size={{{size|}}}|notext={{{notext|}}}|border={{{border|}}}}}|{{#switch:{{{1|}}}|BE|DE|EE={{country_flag|{{{1|}}}|size={{{size|}}}|notext={{{notext|}}}|border=Y}}}}
|{{country_flag|{{{1|}}}|size={{{size|}}}|notext={{{notext|}}}|border={{{border|}}}}}}}}}</includeonly><noinclude>
|{{country_flag|{{{1|}}}|size={{{size|}}}|notext={{{notext|}}}|border={{{border|}}}}}}}}}</includeonly><noinclude>
== Sample Code ==
== Sample Code ==
Line 9: Line 9:
* '''notext''': Remove all text that shows up, by default, after the flag.
* '''notext''': Remove all text that shows up, by default, after the flag.
* '''border''': Set to <code>Y</code> to add a white border.
* '''border''': Set to <code>Y</code> to add a white border.
 
* '''overrideborder''': Set to <code>Y</code> to override the default border.


{| class="messagebox" style="text-align: center"
{| class="messagebox" style="text-align: center"

Revision as of 14:21, 25 May 2007

Sample Code

{{flag | FLAGCODE | size= | name= | notext= | border=  }}

Required

  • FLAGCODE: This must be included. For possible values, see the table below.

Optional

  • size: Set in px the size of the flag you want. This can be anything as the flags are SVG files.
  • notext: Remove all text that shows up, by default, after the flag.
  • border: Set to Y to add a white border.
  • overrideborder: Set to Y to override the default border.
Flag Table
Code Outputs Example Code
AU {{Flag|AU}}
BE[1] BEL {{Flag|BE}}
CA {{Flag|CA}}
DE[1] DE {{Flag|DE}}
EE[1] EST {{Flag|EE}}
ES {{Flag|ES}}
FI {{Flag|FI}}
FR {{Flag|FR}}
IT {{Flag|IT}}
JP {{Flag|JP}}
MY {{Flag|MY}}
NL {{Flag|NL}}
NO {{Flag|NO}}
NZ {{Flag|NZ}}
PH {{Flag|PH}}
PL {{Flag|PL}}
SE {{Flag|SE}}
TR {{Flag|TR}}
UK {{Flag|UK}}
US {{Flag|US}}
USUK[2] {{Flag|USUK}}
ZH {{Flag|ZH}}

Information

  1. 1.0 1.1 1.2 For the BE, DE, and EE flags, border=Y is assumed. If you don't want a border, use {{country flag|BE}}
  2. To be used only for showing the English Language.