This template defines the table "CustomSounds". View table.
- The following documentation is transcluded from Template:Card article sounds/doc (edit):
This template allows you to:
- Format the Sounds section in Category:Cards articles.
- Find sound data from custom Data:Sounds pages. If not found, it queries sound data from official database in Template:Sounds table.
- Insert transcripts of the sounds.
- Store custom information into database/table if the card has a Data:Sounds page.
Usage
- For most minion cards
{{Use sounds |summon=Transcripts |trigger=Transcripts |attack=Transcripts |death=Transcripts }}
- For most hero cards / full format
{{Card article sounds |TRANSCRIPT_play= |TYPE_trigger= |TRANSCRIPT_trigger= |TRANSCRIPT_attack= |TRANSCRIPT_death= |TYPE_VO= |TRANSCRIPT_VO= |TYPE_UNKNOWN= |TRANSCRIPT_UNKNOWN= |TYPE_other= |TRANSCRIPT_other= |style=hero }}
Parameters
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Card pageName | pageName | pageName of the card. Must have one of these required parameters to search card. Default search parameter.
| String | required |
Card id | id | Id of the card. Must have one of these required parameters to search card.
| String | required |
Card dbfId | dbfId | DbfId of the card. Must have one of these required parameters to search card.
| Number | required |
Card data page | data_page | Data page of the card. Must have one of these required parameters to search card.
| String | required |
Layout style | style | Style for layout on card pages. Currently has values: hero
| String | suggested |
Play transcript | TRANSCRIPT_play summon | Transcript of play/summon sounds. Lists of strings separated by ,. Each string with comma can be replaced with ,
| String | suggested |
Trigger transcript | TRANSCRIPT_trigger trigger | Transcript of triggering sounds. Lists of strings separated by ,. Each string with comma can be replaced with , | String | suggested |
Attack transcript | TRANSCRIPT_attack attack | Transcript of attacking sounds. Lists of strings separated by ,. Each string with comma can be replaced with , | String | suggested |
Death transcript | TRANSCRIPT_death death | Transcript of death sounds. Lists of strings separated by ,. Each string with comma can be replaced with , | String | suggested |
VO transcript | TRANSCRIPT_VO | Transcript of VO sounds. Lists of strings separated by ,. Each string with comma can be replaced with , | String | suggested |
UNKNOWN transcript | TRANSCRIPT_UNKNOWN | Transcript of UNKNOWN sounds. Lists of strings separated by ,. Each string with comma can be replaced with , | String | suggested |
Other transcript | TRANSCRIPT_other | Transcript of other sounds. Lists of strings separated by ,. Each string with comma can be replaced with , | String | suggested |
VO types | TYPE_VO | Types of VO sounds. Lists of strings separated by ,. Each string with comma can be replaced with , Usually with Template:VO with a list of common definitions.
| String | suggested |
UNKNOWN types | TYPE_UNKNOWN | Types of UNKNOWN sounds. Lists of strings separated by ,. Each string with comma can be replaced with ,. | String | suggested |
Trigger types | TYPE_trigger | Types of Triggering sounds. Lists of strings separated by ,. Each string with comma can be replaced with ,.
| String | suggested |
Other types | TYPE_other | Types of Other sounds. Lists of strings separated by ,. Each string with comma can be replaced with ,. | String | suggested |