Template:DialogueBox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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", | ||
"default": "No Text" | "default": "No Text" | ||
}, | |||
"jptranscription": { | |||
"aliases": [ | |||
"jpscript" | |||
], | |||
"label": "Japanese Transcription", | |||
"description": "Transcription of the original Japanese text" | |||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "entranscription", | ||
"jptranscription" | |||
] | ] | ||
} | } |
Revision as of 21:53, 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 | Unknown | optional |