Hearthstone Wiki
Advertisement

This is a how-to guide on how to create card datapages on this wiki.

Please contribute anything that should be added or is missing.

Use the following code guidelines for {{Card data}} to help create your very first card datapage.

{{card data
    <!-- REPLACE WITH CARD NAME -->
| name = Sylvanas Windrunner
    <!-- REPLACE WITH CARD DESCRIPTION -->
| desc = <b>Deathrattle:</b> Take control of a random enemy minion.
    <!-- REPLACE WITH HEARTHPWN CARD NUMBER  -->
        <!-- USING THE URL ENDING ALSO WORKS, BUT JUST USE THE NUMBER
           EX:   |link = /cards/33-sylvanas-windrunner  -->
| link = /cards/33
    <!-- LEAVE BLANK FOR LATER / BOTS  -->
| flavor = Sylvanas was turned into the Banshee Queen by Arthas, but he probably should have just killed her because it just pissed her off.
    <!-- REPLACE WITH WHETHER GOLDEN COPY EXISTS  -->
        <!-- EITHER True OR False -->
| has_gold = True
    <!-- LEAVE BLANK FOR EASE OF DATAPAGE CREATION, EDITED IN ARTICLE PAGE  -->
        <!-- SEE {{card nav}} AT [[Template:Card nav]] FOR LIST OF ABILITIES -->
| abilities = 
    <!-- REPLACE WITH CARD SET, SEE EXAMPLE CARDS SIMILAR TO YOUR CARD -->
| set = Classic
    <!-- REPLACE WITH COST IF ANY, OTHERWISE LEAVE BLANK -->
| cost = 6
    <!-- REPLACE WITH ATTACK IF ANY, OTHERWISE LEAVE BLANK -->
| attack = 5
    <!-- REPLACE WITH HEALTH / DURABILITY IF ANY, OTHERWISE LEAVE BLANK -->
| hp = 5
    <!-- REPLACE WITH "Minion", "Spell", or "Weapon" -->
| type = Minion
    <!-- REPLACE WITH CLASS, AND CAN INCLUDE Neutral -->
| class = Neutral
    <!-- REPLACE WITH TRIBE (E.G. Beast) IF ANY, OTHERWISE LEAVE BLANK-->
| subtype = 
    <!-- REPLACE WITH RARITY IF ANY, OTHERWISE LEAVE BLANK -->
| rarity = Legendary
}}
Advertisement