Template:CustomBountyScenario table/doc

From Hearthstone Wiki
Jump to navigation Jump to search

This template is used for Category:Mercenaries bounty encounters articles.

  • This template can be used to define a new scenario/encounter, then store it in CustomBountyScenario table.
  • This template must be placed at the top of the article.

Usage[edit source]

Basic
{{CustomBountyScenario table
 |wikiName=
 |is_bossScenario=
 |bountyPages=
 |enemyWikiNames=
 |enemyBenchWikiNames=
 |friendlyWikiNames=
 |friendlyBenchWikiNames=
}}
Advanced
{{CustomBountyScenario table
 |wikiName=
 |is_bossScenario=
 |bountyIds=
 |enemyWikiIds=
 |enemyBenchWikiIds=
 |friendlyWikiIds=
 |friendlyBenchWikiIds=
}}

Parameters[edit source]

Parameters used in Template:CustomBountyScenario table.

Template parameters

ParameterDescriptionTypeStatus
Wiki namewikiName

The name for querying in Mercenaries bounties articles. This parameter will be stored.

Example
Xaravan Heroic Encounter
Stringrequired
Is boss scenariois_bossScenario

True if it's a boss encounter/scenario, false otherwise.

Booleansuggested
List (&&) of bounty idsbountyIds

List of bounty ids, separated by &&, that this encounter may appear in. You must use either this or "bountyPages" parameter to define the bounties. This parameter will be stored.

Example
200&&201&&202
Numbersuggested
List (&&) of bounty pagesbountyPages

List of bounty's page names (without Mercenaries/). You must use either this or "bountyIds" parameter to define the bounties. This parameter will be converted into a list of bountyIds to be stored.

Example
Xaravan (75432)
Stringsuggested
List (&&) of enemy's wiki idsenemyWikiIds

List of character's wiki ids (not card dbfIds) that will appear on the opponent's side, separated by &&. You must use either this or "enemyWikiNames" parameter to define the characters.

This parameter will be stored.

This template will override "enemyWikiNames" parameter if defined.

Example
1&&1&&1&&1&&1
Numbersuggested
List (&&) of enemy's wiki namesenemyWikiNames

List of character's wiki names (not card names) that will appear on the opponent's side, separated by &&. You must use either this or "enemyWikiIds" parameter to define the characters. This parameter will be converted into a list of enemyWikiIds to be stored.

Example
Xaravan Heroic&&Xaravan Heroic&&Xaravan Heroic&&Xaravan Heroic&&Xaravan Heroic
Stringsuggested
List (&&) of enemy in bench's wiki idsenemyBenchWikiIds

List of character's wiki ids (not card dbfIds) that will appear on the opponent's bench, separated by &&. You must use either this or "enemyBenchWikiNames" parameter to define the characters.

This parameter will be stored.

This template will override "enemyBenchWikiNames" parameter if defined.

Example
2&&3&&4
Numbersuggested
List (&&) of enemy in bench's wiki namesenemyBenchWikiNames

List of character's wiki names (not card names) that will appear on the opponent's bench, separated by &&. You must use either this or "enemyBenchWikiIds" parameter to define the characters. This parameter will be converted into a list of enemyBenchWikiIds to be stored.

Example
Li&&Shado-Pan Infiltrator&&Taran Zhu
Stringsuggested
List (&&) of friendly character's wiki idsfriendlyWikiIds

List of character's wiki ids (not card dbfIds) that will appear on your side, separated by &&. You must use either this or "friendlyWikiNames" parameter to define the characters.

This parameter will be stored.

This template will override "friendlyWikiNames" parameter if defined.

Example
1&&1
Numbersuggested
List (&&) of friendly character's wiki namesfriendlyWikiNames

List of character's wiki names (not card names) that will appear on your side, separated by &&. You must use either this or "friendlyWikiIds" parameter to define the characters. This parameter will be converted into a list of friendlyWikiIds to be stored.

Example
Valeera Heroic
Stringsuggested
List (&&) of friendly character in bench's wiki idsfriendlyBenchWikiIds

List of character's wiki ids (not card dbfIds) that will appear on your bench, separated by &&. You must use either this or "friendlyBenchWikiNames" parameter to define the characters.

This parameter will be stored.

This template will override "friendlyBenchWikiNames" parameter if defined.

Example
1&&1
Numbersuggested
List (&&) of friendly character in bench's wiki namesfriendlyBenchWikiNames

List of character's wiki names (not card names) that will appear on your bench, separated by &&. You must use either this or "friendlyBenchWikiIds" parameter to define the characters. This parameter will be converted into a list of friendlyBenchWikiIds to be stored.

Example
Valeera Heroic
Stringsuggested

Editing policies[edit source]

For policies of using this template, see Hearthstone Wiki:Editing policies/Mercenaries bounty encounters.