Template:LanguageInline: Difference between revisions
(Created page with "<span class="language-target jp-content">{{{jp|}}}</span><span class="language-target ro-content">{{{ro|}}}</span><span class="language-target en-content">{{{en|}}}</span>") |
No edit summary |
||
Line 1: | Line 1: | ||
<span class="language-target jp-content">{{{jp|}}}</span><span class="language-target ro-content">{{{ro|}}}</span><span class="language-target en-content">{{{en|}}}</span> | <span class="language-target jp-content">{{{jp|}}}</span><span class="language-target ro-content">{{{ro|}}}</span><span class="language-target en-content">{{{en|}}}</span> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"jp": { | |||
"label": "Japanese Text", | |||
"description": "Japanese text.", | |||
"example": "檻の中の箱庭", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"ro": { | |||
"label": "Romaji Text", | |||
"description": "Romanization of the Japanese text.", | |||
"example": "Ori no Naka no Hakoniwa", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"en": { | |||
"label": "English Text", | |||
"description": "English translation of the Japanese text.", | |||
"example": "The Miniature Garden within the Cage", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "This template automatically surrounds multi-lingual text with the necessary markup to work with the language toggle buttons.", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 17:38, 24 March 2021
This template automatically surrounds multi-lingual text with the necessary markup to work with the language toggle buttons.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Japanese Text | jp | Japanese text.
| String | suggested |
Romaji Text | ro | Romanization of the Japanese text.
| String | suggested |
English Text | en | English translation of the Japanese text.
| String | suggested |