Шаблон:LLT
Версія від 18:09, 4 жовтня 2021, створена Regionet (обговорення | внесок) (Створена сторінка: {{LL|ns=Template:|1={{{1}}}|lang={{{lang|}}}}}<noinclude>{{Documentation}}</noinclude>)
[Редагувати] [10px⧼purge-purge⧽] 50px Template documentation
This documentation is transcluded from Шаблон:LLT/doc. (Редагувати | history)
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Usage[ред.]
Determines the full page name of a specified template name for the language matching the language of the page currently viewed. If the target template is not found in that language with the same language code, use the generic (untranslated) template without the language code (assuming this is the English template by default on this wiki)
The mandatory parameter 1 is the target template name (normally in English) without any language code prefix, and without the "Template:" namespace.
Example[ред.]
{{LLT|Tag}}
, when used in a German page (using the "DE:" prefix) will try to locate Template:DE:Tag if it exists (this can be a redirect to another template name also starting with the "DE:" prefix, but with the rest of the title translated into German (here it could a redirect to Template:DE:Etikett):- when this German template exists, it returns that template full name (i.e. "Template:DE:Tag" in this example — note that even if this is a redirect, the target of this redirect cannot be determined using the current version of MediaWiki);
- otherwise it return the template full name without the language code prefix (i.e. "Template:Tag" in this example).