Template:VoiceLineCite/doc: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Gammaton32 (talk | contribs)
No edit summary
Sur (talk | contribs)
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|hero=hero_name|file=file_name.extension|transcription=transcription}}</nowiki>
  <nowiki>{{VoiceLineCite|1=hero_name|file=file_name.extension|transcription=transcription}}</nowiki>


==Example usage==
==Example usages==
Example:
Example:
  <nowiki>{{VoiceLineCite|hero=Lash|file=Lash kill wraith 02.mp3|transcription=Back the wrong horse, Wraith. Like always.}}</nowiki>
  <nowiki>{{VoiceLineCite|1=Lash|file=Lash kill wraith 02.mp3|transcription=Back the wrong horse, Wraith. Like always.}}</nowiki>
Result:
Result:


{{VoiceLineCite|hero=Lash|file=Lash kill wraith 02.mp3|transcription=Back the wrong horse, Wraith. Like always.}}
{{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.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
herohero 1

The name of the hero who the voice line belongs

Unknownrequired
filefile 2

The name of the uploaded voice-line sound file (must include the file extension eg. .mp3)

Stringrequired
transcriptiontranscription 3

The transcription of the voice line (without quotation marks)

Unknownrequired