Template:DialogueBox: Difference between revisions
Jump to navigation
Jump to search
Created page with "<noinclude> <templatedata> { "params": { "engtranscription": { "aliases": [ "engscript" ], "label": "English Transcription", "description": "A transcription of text", "type": "string", "default": "No Text" } }, "paramOrder": [ "engtranscription" ] } </templatedata> </noinclude> <h2>{{{engtranscription}}}</h2>" |
No edit summary |
||
Line 3: | Line 3: | ||
{ | { | ||
"params": { | "params": { | ||
" | "transcription": { | ||
"label": "English Transcription", | "label": "English Transcription", | ||
"description": "A transcription of text", | "description": "A transcription of text from", | ||
"type": "string", | "type": "string", | ||
"default": "No Text" | "default": "No Text" | ||
Line 14: | Line 11: | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "transcription" | ||
] | ] | ||
} | } | ||
Line 20: | Line 17: | ||
</noinclude> | </noinclude> | ||
<h2>{{{ | <h2>{{{transcription}}}</h2> |
Revision as of 21:51, 11 December 2024
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
English Transcription | transcription | A transcription of text from
| String | optional |