Template:DialogueBox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(17 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
{ | { | ||
"params": { | "params": { | ||
" | "entranscription": { | ||
"aliases": [ | |||
"enscript" | |||
], | |||
"label": "English Transcription", | "label": "English Transcription", | ||
"description": " | "description": "Transcription of the translated English text", | ||
"type": "string", | "type": "string" | ||
" | }, | ||
"jptranscription": { | |||
"aliases": [ | |||
"jpscript" | |||
], | |||
"label": "Japanese Transcription", | |||
"description": "Transcription of the original Japanese text", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "entranscription", | ||
"jptranscription" | |||
] | ] | ||
} | } | ||
Line 17: | Line 28: | ||
</noinclude> | </noinclude> | ||
<h2>{{{ | |||
<h2 style="font-family: monospace; width: 320px;">{{{enscript}}}</h2> | |||
<h2 style="font-family: monospace; width: 320px;">{{{jpscript}}}</h2> |
Latest revision as of 22:30, 11 December 2024
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
English Transcription | entranscription enscript | Transcription of the translated English text | String | optional |
Japanese Transcription | jptranscription jpscript | Transcription of the original Japanese text | String | optional |