Template:Nihongo: Difference between revisions
(Created page with "{{{en}}} (in Japanese <span lang="ja" title="Japanese-language text">{{{jp}}}</span>, transliterated as <i lang="ja-Latn" title="Transliteration">{{{ro}}}</i>)") |
No edit summary |
||
Line 1: | Line 1: | ||
{{{en}}} (in Japanese <span lang="ja" title="Japanese-language text">{{{jp}}}</span>, transliterated as <i lang="ja-Latn" title="Transliteration">{{{ro}}}</i>) | <includeonly>{{{en}}} (in Japanese <span lang="ja" title="Japanese-language text">{{{jp}}}</span>, transliterated as <i lang="ja-Latn" title="Transliteration">{{{ro}}}</i>)</includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"en": { | |||
"label": "English Text", | |||
"description": "The word(s) translated into English.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"jp": { | |||
"label": "Japanese Text", | |||
"description": "The word(s) written in Japanese (kanji, kana, Roman letters, and possibly other marks).", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"ro": { | |||
"label": "Romaji Text", | |||
"description": "Romanization of the Japanese word(s).", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"paramOrder": [ | |||
"en", | |||
"jp", | |||
"ro" | |||
], | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 14:29, 31 May 2021
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
English Text | en | The word(s) translated into English. | String | required |
Japanese Text | jp | The word(s) written in Japanese (kanji, kana, Roman letters, and possibly other marks). | String | required |
Romaji Text | ro | Romanization of the Japanese word(s). | String | required |