Template:WC3Map

From Warcraft Wiki
Jump to navigation Jump to search

Usage

Copy and paste the following into the article and fill in the fields.

Template order

{{WC3Map
|name = 
|image = 
|author = 
|tileset = 
|dimensions = 
|numplayers = 
|suggestedplayers = 
|goldmines=
|neutralbldgs=
}}

Parameter notes

  • name - Name of the map, if nothing is input it will be article name.
  • image - An image of the map.
  • author - Author of the map.
  • tileset - Map's tileset.
  • dimensions - Map dimensions. Usually in the form of WidthxHeight
  • numplayers - Number of players allowed in the map.
  • suggestedplayers - The game modes listed in the map settings. e.g. 1v1, FFA.
  • goldmines - The number of Gold Mines on the map.
  • neutralbldgs - A listing of the types of Neutral Buildings available on the map, not counting Gold Mines.
If the map uses an off-Tileset Mercenary Camp, as is the case with Melting Valley, that's worth mentioning as well.
For example, Mercenary Camp (Lordaeron Summer)

Example

  • Code
    {{WC3Map
    |name = Dustwallow Keys
    |image = DustwallowKeys.jpg
    |author = Blizzard Entertainment
    |tileset = Barrens
    |dimensions = 192x192
    |numplayers = 10
    |suggestedplayers = 4v4
    |goldmines=25
    |neutralbldgs=[[Fountain of Health]]
    [[Goblin Merchant]] x 2<br/>
    [[Mercenary Camp]] x 2
    }}
    
  • Output
    Dustwallow Keys

    DustwallowKeys.jpg

    Author Blizzard Entertainment
    Tileset Barrens
    Dimensions 192x192
    Number of Players 10
    Suggested 4v4
    Gold Mines 25
    Neutral Structures Fountain of Health

    Goblin Merchant x 2
    Mercenary Camp x 2