Difference between revisions of "Template:If lang link"
From Kerbal Space Program Wiki
Lajoswinkler (talk | contribs) m |
m (+specific category; +more description about the force parameter;) |
||
Line 8: | Line 8: | ||
{{Parameter Row|1|Target's name}} | {{Parameter Row|1|Target's name}} | ||
{{Parameter Row|2|name2=en|Visible link text.|{{{1}}}}} | {{Parameter Row|2|name2=en|Visible link text.|{{{1}}}}} | ||
− | |||
{{Parameter Row|de|name2=pl|name3=…|Visible link text in other languages.|Not set}} | {{Parameter Row|de|name2=pl|name3=…|Visible link text in other languages.|Not set}} | ||
+ | {{Parameter Row|force|Forced language target. Usually not required, but can be used to test what that template would show in a different language.|Not set}} | ||
}} | }} | ||
Line 37: | Line 37: | ||
|} | |} | ||
− | [[Category:Language templates]]</noinclude> | + | [[Category:Language templates]] |
+ | [[Category:Language code templates]]</noinclude> |
Revision as of 12:20, 29 January 2014
Creates a link which automatically links to the article in the same language. Requires one parameter to the link target. Optionally it allows another link text in the same languages supported by {{lang}}.
{{if lang link|Main Page}} would create a link to the Main Page if on an English page and to Main Page/ru if on an Russian page.
Parameters
Examples
Code | View | ||
---|---|---|---|
English | German | Russian | |
{{if lang link|Mk16 Parachute|ru=Парашют Mk16}}
|
Mk16 Parachute | Mk16 Parachute | Парашют Mk16 |
{{if lang link|Kerbol|en=Sun|de=Sonne|ru=Солнце}}
|
Sun | Sonne | Солнце |
{{if lang link|Kerbol|en=Sun|de=Sonne|ru=Солнце|force=de}}
|
Sonne | Sonne | Sonne |