Difference between revisions of "Template:MAP infobox"

From Project: Gorgon Wiki
Jump to: navigation, search
m
m
Line 2: Line 2:
 
! colspan="2" style="font-size:17px; text-align:center; background-color:#7de36f;color:#185110;" | {{{name|{{PAGENAME}}}}}
 
! colspan="2" style="font-size:17px; text-align:center; background-color:#7de36f;color:#185110;" | {{{name|{{PAGENAME}}}}}
 
|-
 
|-
| style="width:300px;" colspan="2" align="center" | {{{image|[[Image:{{PAGENAME}}.jpg{{pipe}}300px{{pipe}}]]}}}<br/>{{{portaldesc|Description as seen on the portal to this map (flavor).}}}
+
| style="width:300px;" colspan="2" align="center" | {{{image|[[Image:{{PAGENAME}}.jpg{{pipe}}300px{{pipe}}]]}}}<br/><div style="font-size:11px;">{{{portaldesc|Description as seen on the portal to this map (flavor).}}}</div>
 
|- valign="top"
 
|- valign="top"
! style="background:#eee;width:100px;" | Connects to
+
! style="width:100px;font-weight:normal;" | Connects to
 
| {{{connects|-}}}
 
| {{{connects|-}}}
 
|}<noinclude>
 
|}<noinclude>

Revision as of 10:53, 4 October 2014

MAP infobox
File:MAP infobox.jpg
Description as seen on the portal to this map (flavor).
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]]
}}