Template:VoiceLineCite/doc: Difference between revisions
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) No edit summary |
m example added that shows it works if icon doesnt exist |
||
(5 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
This template can be used to reference in-game voice lines. | This template can be used to reference in-game voice lines. | ||
<nowiki>{{VoiceLineCite| | <nowiki>{{VoiceLineCite|1=hero_name|file=file_name.extension|transcription=transcription}}</nowiki> | ||
==Example | ==Example usages== | ||
Example: | Example: | ||
<nowiki>{{VoiceLineCite| | <nowiki>{{VoiceLineCite|1=Lash|file=Lash kill wraith 02.mp3|transcription=Back the wrong horse, Wraith. Like always.}}</nowiki> | ||
Result: | Result: | ||
{{VoiceLineCite| | {{VoiceLineCite|1=Lash|file=Lash kill wraith 02.mp3|transcription=Back the wrong horse, Wraith. Like always.}} | ||
Example where the png icon for Amber Hand doesn't exist: | |||
<nowiki>{{VoiceLineCite|1=Amber Hand|file=Lash kill wraith 02.mp3|transcription=Back the wrong horse, Wraith. Like always.}}</nowiki> | |||
Result: | |||
{{VoiceLineCite|1=Amber Hand|file=Lash kill wraith 02.mp3|transcription=Back the wrong horse, Wraith. Like always.}} | |||
Line 23: | Line 31: | ||
}, | }, | ||
"file": { | "file": { | ||
"aliases": [ | |||
"2" | |||
], | |||
"type": "string", | |||
"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": { | ||
"description": "The transcription of the voice line", | "aliases": [ | ||
"3" | |||
], | |||
"description": "The transcription of the voice line (without quotation marks)", | |||
"required": true | "required": true | ||
} | } |
Latest revision as of 17:55, 28 November 2024
Usage[edit source]
This template can be used to reference in-game voice lines.
{{VoiceLineCite|1=hero_name|file=file_name.extension|transcription=transcription}}
Example usages[edit source]
Example:
{{VoiceLineCite|1=Lash|file=Lash kill wraith 02.mp3|transcription=Back the wrong horse, Wraith. Like always.}}
Result:
Lash's in-game voice line - "Back the wrong horse, Wraith. Like always."
Example where the png icon for Amber Hand doesn't exist:
{{VoiceLineCite|1=Amber Hand|file=Lash kill wraith 02.mp3|transcription=Back the wrong horse, Wraith. Like always.}}
Result:
Amber Hand's in-game voice line - "Back the wrong horse, Wraith. Like always."
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
hero | hero 1 | The name of the hero who the voice line belongs | Unknown | required |
file | file 2 | The name of the uploaded voice-line sound file (must include the file extension eg. .mp3) | String | required |
transcription | transcription 3 | The transcription of the voice line (without quotation marks) | Unknown | required |