Template:Page language link
(Redirected from Template:Pll)
[[:Special:MyLanguage/{{{1}}}|{{{1}}}]]
This template is intended for use on translatable pages. It adds a link that points to a translated page in the language that is the same as the language of the current page. If a translated page doesn't exist, it points to the page in the source language.
It is different from {{Localized link }} ({{Ll }}, which links to a page in the language defined in the user's preferences using Special:MyLanguage.
You can use the short form of this template "{{Pll }}".
Usage
{{Pll|target page|text}}
TemplateData
This is the TemplateData documentation for this template used by VisualEditor and other tools.
Page language link
<templatedata> { "description": { "en": "Link to translatable page in the language of the current page, or the user’s language if the target page isn't translated. It uses the special page prefix “Special:MyLanguage/”.", "cs": "Odkaz na přeložitelnou stránku v jazyce aktuální stránky nebo v jazyce uživatele, pokud cílová stránka není přeložena. Používá speciální předponu stránky “Special:MyLanguage/”." }, "format": "inline", "params": { "1": { "label": { "en": "Target page", "cs": "Cílová stránka" }, "description": { "en": "The target page, without language suffix", "cs": "Cílová stránka, bez jazykové přípony" }, "required": true, "type": "wiki-page-name" }, "2": { "label": { "en": "Text", "cs": "Text" }, "description": { "en": "Optional text to show. If not given, the link target will be shown.", "cs": "Volitelný text k zobrazení. Pokud nezadáte, zobrazí se cíl odkazu." }, "suggested": true, "type": "line" }, "nsp": { "label": { "en": "Display the namespace", "cs": "Zobrazit jmenný prostor", "tr": "Ad alanını görüntüleyin" }, "description": { "be-tarask": "Калі парамэтар «nsp» не зададзены, у тэксьце спасылкі выведзецца поўная назва старонкі (з прасторай); інакш кажучы — калі парамэтар «nsp» мае якое-кольвек значэньне, то ў тэксьце спасылкі будзе кароткая назва без прасторы.", "en": "If “nsp” parameter is not defined, as link text displays the full pagename (including namespace); otherwise — if “nsp” parameter is defined by any value — link text displays the short pagename, without namespace.", "cs": "Pokud není parametr “nsp” definován, protože text odkazu zobrazuje celý název stránky (včetně jmenného prostoru). Jinak - pokud je parametr “nsp” definován jakoukoli hodnotou - text odkazu zobrazuje krátký název stránky bez jmenného prostoru.", "tr": "Bağlantı metni tam sayfa adını gösterdiğinden (ad alanı dahil) “nsp” parametresi tanımlanmamışsa; aksi takdirde, “nsp” parametresi herhangi bir değerle tanımlanmışsa, bağlantı metni, ad alanı olmadan kısa sayfa adını görüntüler." }, "type": "wiki-page-name" } } } </templatedata>