Template:Lang View history

(Remove link - pointless, and broken for most languages.)
m (17 revisions imported from mediawikiwiki:Template:Lang)
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<sup><small><b>({{{1}}})</b></small></sup><noinclude>[[Category:Language templates| ]]</noinclude>
<span lang="{{{1}}}" {{#if:{{{rtl|}}}|dir="rtl"}}>{{{text|{{{2}}}}}}</span><noinclude>
{{ {{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>

Latest revision as of 10:02, 12 May 2020

{{{2}}}

{{ 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