Template:Card data (mission)/doc

From Hearthstone Wiki
Jump to navigation Jump to search

This template is used to set up a card data page.

These will be set up as Data namespace pages by periodic automated imports of data extracted from the game client, however editors may need to create data pages while waiting for imports to occur. Editors may also wish to edit the data to correct import errors, or to match updates to the data.

As well as being edited directly, the data found here can also be added to or overridden manually through the appropriate parameters of {{Card infobox}} on the content page itself. This may be desirable when working with temporary data pages, allowing for persistent additions to that data regardless of future imports.

This template shows the data in a display like the one below automatically when used on pages in the Data namespace, but shows nothing when used elsewhere. This is because the data page is transcluded on its content page. The show_data parameter is provided if you want to test data pages in your userspace, though. Setting that to yes will cause it to display the data.

Usage:

{{Card data (mission)
  |show_data=yes or no
  |name=name of the card
  |link=link to the card's Hearthpwn page
  |image=filename of the normal card image
  |has_gold=True if there is a gold version, or False if there isn't
  |gold_image=filename of the gold card image, leave blank if there is none
  |type=the main type of the card, such as spell or minion
  |subtype=subtype of the card, such as beast
  |class=classes that can use the card, separated by commas
  |multiclass=multiclass grouping, if any
  |rarity=the card's rarity
  |cost=the card's mana cost, if any
  |attack=the card's attack power, if any
  |hp=the card's health, if any
  |abilities=the card's abilities or mechanics, separated by commas
  |desc=the card's description
  |flavor=the card's flavor text
}}