Template:Map/doc

From MegaGlest
< Template:Map
Revision as of 06:30, 1 March 2011 by Hofmic (talk) (Improved example)
Jump to: navigation, search

An infobox for Factions. Should look like this:

{{Map
|Map name       =
|Image          =
|Players        =
|Size           =
|Creator        =
|Filesize       =
|Link           =
}}

Map name

This is the name of the Map, no underscores, etc. ie: In The Forest

Image

This is the code for the image. ie: File:Dark_Magic_Wallpaper_by_Little_Helper.png

Players

The number of players the map can have at a maximum. Note that this is not the place to say if the maps is a team map or anything. That is done in the article body. This field here is just for the number of players.

Size

This is the size of the map in tiles (as it is displayed on the map editor). This is always a multiple of 2. ie: 128x128

Creator

The creator(s) of the Map. For example, In The Forest is created by the Glest Team.

Filesize

Simply the filesize, always in KB for maps. Maps should not exceed 1MB.

Link

The link to download the faction. This should usually be to an OS independant link. A more advanced section of links can be placed later in the document. Do NOT try to place more than one link here or you'll break the code! Such as http://www.filefront.com/17153600/dark_magic%2010.7.27.zip

Archive format

The format of the archive, such as 7zip, self extracting archive, etc;

doc
Wiki.png
Players

4

Size

128x128

Creator

Glest Team

Filesize

10KB

Download link

Download


Example:

{{Map
|Map name       = In The Forest
|Image          = File:Wiki.png
|Players        = 4
|Size           = 128x128
|Creator        = Glest Team
|Filesize       = 10KB
|Link           = http://glest.org/
}}


Notes

All fields are optional, though it is advised to fill out as many fields as possible. Some maps might not be available for individual download, though, so you could skip the download and filesize attributes. Example:

doc
Wiki.png
Players

4

Size

128x128

Creator

Glest Team


Example:

{{Map
|Map name       = In The Forest
|Image          = File:Wiki.png
|Players        = 4
|Size           = 128x128
|Creator        = Glest Team
}}