Template:LanguageSelector/switch: Difference between revisions
Template page
More actions
m transfer doc to subpage |
mNo edit summary |
||
| Line 8: | Line 8: | ||
|ru | |ru | ||
|zh | |zh | ||
|en={{LanguageSelector/link|{{{1}}}|{{{2}}}|{{LanguageSelector/iconfile|{{{1}}}}}|action={{{action|}}}}} | |en={{LanguageSelector/link|{{{1|}}}|{{{2|}}}|{{LanguageSelector/iconfile|{{{1|}}}}}|action={{{action|}}}}} | ||
|#default={{LanguageSelector/link|{{{1|{{CONTENTLANGUAGE}}}}}|action={{{action|}}}}} | |#default={{LanguageSelector/link|{{{1|{{CONTENTLANGUAGE}}}}}|action={{{action|}}}}} | ||
}}<noinclude>{{documentation}}</noinclude> | }}<noinclude>{{documentation}}</noinclude> | ||
Revision as of 04:13, 17 July 2010
This documentation is transcluded from Template:LanguageSelector/switch/doc.
Selects a default icon.
Usage
{{LanguageSelector/switch |1= |2= |action= }}
Template parameters
| Parameter | Description | Default | Status | |
|---|---|---|---|---|
1 | language code | empty | required | |
2 | determines what is displayed
| code | required | |
action | is passed through to {{LanguageSelector/link}}, and ultimately to {{UselangLink}}. | empty | optional | |
Additional information
The template is intended to be used in the following namespaces: no namespace specified
The template is intended to be used by the following user groups: no user group specified
Relies on:
{{LanguageSelector/link}}
Examples
| Code | Renders as |
|---|---|
"{{LanguageSelector/switch|fr}}"
|
"français" |
"{{LanguageSelector/switch|fr|code}}"
|
"fr]"
|
"{{LanguageSelector/switch|fr|yes}}"
|
" |
"{{LanguageSelector/switch|fr|only}}"
|
" |
"{{LanguageSelector/switch}}"
|
"English" |