Template:VoiceLineCite/doc: Difference between revisionsGive feedback
Gammaton32 (talk | contribs) No edit summary |
Gammaton32 (talk | contribs) No edit summary |
||
| Line 15: | Line 15: | ||
{ | { | ||
"params": { | "params": { | ||
" | "hero": { | ||
"aliases": [ | "aliases": [ | ||
" | "1" | ||
], | ], | ||
"description": "The name of the hero who the voice line belongs", | "description": "The name of the hero who the voice line belongs", | ||
| Line 23: | Line 23: | ||
}, | }, | ||
"file": { | "file": { | ||
"aliases": [ | |||
"2" | |||
], | |||
"description": "The name of the uploaded voice-line sound file (must include the file extension eg. .mp3)", | "description": "The name of the uploaded voice-line sound file (must include the file extension eg. .mp3)", | ||
"required": true | "required": true | ||
}, | }, | ||
"transcription": { | "transcription": { | ||
"aliases": [ | |||
"3" | |||
], | |||
"description": "The transcription of the voice line", | "description": "The transcription of the voice line", | ||
"required": true | "required": true | ||
| Line 33: | Line 39: | ||
"format": "inline", | "format": "inline", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "hero", | ||
"file", | "file", | ||
"transcription" | "transcription" | ||