Template:Lang: Difference between revisions

From The FunKey Wiki
Content added Content deleted
(Cleanup enwiki-isms; these categories make no sense at all on a multi-lingual wiki)
m (1 revision imported)
Line 1: Line 1:
<span lang="{{{1}}}" {{#if:{{{rtl|}}}|dir="rtl"}}>{{{text|{{{2}}}}}}</span><noinclude>
<div lang="{{{1}}}" dir="{{dir|{{{1}}}}}" class="description {{{1}}}" style="display:inline;">{{{2}}}</div><noinclude>
{{ {{TNTN|Documentation}} }}<templatedata>
{{Documentation}}

{
[[Category:Internationalization templates]]
"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 21:36, 28 August 2020

{{{2}}}
This documentation is transcluded from Template:Lang/doc.