Template:MAP infobox

From Project: Gorgon Wiki
Revision as of 10:45, 4 October 2014 by Gorgonzola (talk | contribs) (Work In Progress)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
MAP infobox
File:MAP infobox.jpg
Connects to -


Syntax

{{Area infobox
| name = 
| image = 
| connects = 
}}

Parameters

name
Optional. Defaults to article name.
image
Optional. Defaults to a .jpg image of the article's name. If specified, use File:Area name.jpg

Examples

The typical usage is to use this in a new article, save, and THEN upload the image by clicking the image link (which then is pre-set with the article name):

{{MAP infobox
}}

If an image already exists which name does not match the article name, or in a different format (png) specify like so:

{{MAP infobox
| image = [[File:Desert.png|300px]]
}}