Template:Localized link
[[Special:MyLanguage/{{{1}}}|{{{1}}}]]
This template has been protected from editing to prevent vandalism. Please discuss changes on the talk page or request unprotection. |
This template can be used to link to translatable pages in the user’s language. It uses the special page Special:MyLanguage, which checks if there is a translated version of a page in the user’s language, and links to it if there is one, and links to the English version if there isn’t.
It may be used in translated pages, so that they link to the right page even if there is no translated page in that language.
Usage
{{Localized link |1= |2= }}
Template parameters
- TemplateData
TemplateData is a way to store information about template parameters (the description of those and of the whole template) for both humans and machines. It is used by VisualEditor and possibly other tools like Upload Wizard.
Existing template documentation
At Wikimedia Commons, it is recommended to use {{TemplateBox}} with either useTemplateData=1
or useTemplateData=only
on the /doc
subpage and transcluding it with {{Documentation}} into the template. <nowiki>
-tags can be wrapped around the arguments, if required, to avoid templates being expanded.
Newly created template documentation and imports
Another option, especially for imported templates, or for users with JSON experience, is placing raw <templatedata>
-tags into the Wikitext of the template, as described in various Wikipediae.
Wikipedia's help about TemplateData • Commons-specific information
This template can be used to link to translatable pages in the user’s language. It uses the special page Special:MyLanguage, which checks if there is a translated version of a page in the user’s language, and links to it if there is one, and links to the English version if there isn’t. It may be used in translated pages, so that they link to the right page even if there is no translated page in that language.
Parameter | Description | Type | Status | |
---|---|---|---|---|
target | 1 | Target of the link | Page name | required |
link text | 2 | The displayed text of the link. If empty, the template tries to use the translated title of the target page in the user’s language, else it shows the target title. | Line | 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
Example
{{Localized link|Commons:Welcome}}<br>{{Localized link|Commons:Welcome|关于}}
renders as:
See also
- {{Pg}} More suitable for Commons help pages. Similar functionality, but on non-English pages attempts to link first to a version of the target page in the current page language, then in the user’s preferred language, then in English as a last resort.
- Template:Localized link/messagedoc – should be used for message documentation in translatable pages that use this template.
- {{Multilingual link}} Links to Wikipedia article in user's interface language.
Localization
This template is not intended to be localized.