Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:UselangLink: Difference between revisions

Template page
sort
m transfer doc to subpage
Line 1: Line 1:
<onlyinclude>{{#if:{{{bare|}}}
{{#if:{{{bare|}}}|{{fullurl:{{FULLPAGENAME}}|uselang={{{1}}}{{#if:{{{action|}}}|&{{{action}}}}}}}|<span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|uselang={{{1}}}}}{{#if:{{{action|}}}|&{{{action}}}}} {{{text|{{#language:{{{1}}}}}}}}]</span>}}<noinclude>{{documentation}}</noinclude>
|{{fullurl:{{FULLPAGENAME}}|uselang={{{1}}}{{#if:{{{action|}}}|&{{{action}}}}}}}
|<span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|uselang={{{1}}}}}{{#if:{{{action|}}}|&{{{action}}}}} {{{text|{{#language:{{{1}}}}}}}}]</span>
}}</onlyinclude>
 
Takes a mandatory unnamed parameter containing a [[m:List of Wikipedias|language code]]. Returns a link to the corresponding language version of the page it's used on.
 
The text of the link defaults to the language's [[w:autonym|autonym]], and the optional named parameter {{para|text}} can be used to replaced it.
 
If the dummy parameter {{para|bare}} is present, only the target link will be returned.
 
The content of the optional named parameter {{para|action}} will be appended to the URL with a leading "&amp;".
 
Uses only [[mw:Help:Magic words|magic words]], should work on any MediaWiki installation.
 
== Examples ==
* {{tlc|UselangLink|ja}} yields {{UselangLink|ja}}
* {{tlc|UselangLink|2=ja|3=text=Japanese}} yields {{UselangLink|ja|text=Japanese}}
* {{tlc|UselangLink|2=ja|3=bare=yes}} yields {{UselangLink|ja|bare=yes}}
* {{tlc|UselangLink|INVALID}} yields {{UselangLink|INVALID}}
* {{tlc|UselangLink|2=ja|3=bare=yes|4=action=edit}} yields {{UselangLink|ja|bare=yes|action=action=edit}}
* {{tlc|UselangLink|2=ja|3=bare=yes|4=action=edit}} yields {{UselangLink|ja|bare=yes|action=action=edit&section=1}}
* {{tlc|UselangLink|2=ja|3=bare=yes|4=action=edit}} yields {{UselangLink|ja|bare=yes|action=action=history}}
 
[[Category:Helper templates|{{PAGENAME}}]]
[[category:internationalization templates]]

Revision as of 01:01, 17 July 2010

{{{1}}}

Template documentation[ view · edit · history · purge ]
This documentation is transcluded from Template:UselangLink/doc.

Returns a link to the corresponding language version of the page it's used on.

Usage

{{UselangLink |1= }}

Template parameters

ParameterDescriptionDefaultStatus
1emptyoptional

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

See also

Description

Takes a mandatory unnamed parameter containing a language code.

The text of the link defaults to the language's autonym, and the optional named parameter |text= can be used to replaced it.

If the dummy parameter |bare= is present, only the target link will be returned.

The content of the optional named parameter |action= will be appended to the URL with a leading "&".

Uses only magic words, should work on any MediaWiki installation.

Examples

Cookies help us deliver our services. By using our services, you agree to our use of cookies.