Template:Lang View history

(undefined)
No edit summary
Line 1: Line 1:
<span lang="{{{1}}}" {{#if:{{{rtl|}}}|dir="rtl"}}>{{{2}}}</span>{{category handler
<span lang="{{{1}}}" {{#if:{{{rtl|}}}|dir="rtl"}}>{{{text|{{{2}}}}}}</span>{{category handler
|main = [[Category:Articles containing {{#switch:{{{1|}}}
|main = [[Category:Articles containing {{#switch:{{{1|}}}
   |en|eng  = explicitly cited English
   |en|eng  = explicitly cited English
Line 9: Line 9:
|nocat = {{{nocat|}}}
|nocat = {{{nocat|}}}
}}<noinclude>
}}<noinclude>
{{ {{TNTN|Documentation}} }}
{{ {{TNTN|Documentation}} }}<templatedata>
{
"params": {
"1": {
"label": "Language code",
"example": "en",
"type": "string",
"required": true
},
"rtl": {
"type": "boolean",
"label": "Enable right-to-left direction",
"example": "on"
},
"text": {
"aliases": [
"2"
],
"label": "Text",
"type": "content",
"suggested": true
}
},
"paramOrder": [
"1",
"text",
"rtl"
]
}
</templatedata>
</noinclude>
</noinclude>

Revision as of 22:45, 3 October 2019

{{{2}}}Template:Category handler

{{ Template:TNTN }}

No description.

Template parameters

ParameterDescriptionTypeStatus
Language code1

no description

Example
en
Stringrequired
Texttext 2

no description

Contentsuggested
Enable right-to-left directionrtl

no description

Example
on
Booleanoptional