Difference between revisions of "Template:MAP infobox"

From Project: Gorgon Wiki
Jump to: navigation, search
m
m
Line 6: Line 6:
 
! style="width:100px;font-weight:normal;" | Connects to
 
! style="width:100px;font-weight:normal;" | Connects to
 
| {{{connects|-}}}
 
| {{{connects|-}}}
 +
|-
 +
! style="font-weight:normal;" | Suggested <abbr title="Your primary skill level">level</abbr>
 +
| {{{pclevel|-}}}
 
|}<noinclude>
 
|}<noinclude>
 
{{clear}}
 
{{clear}}
Line 14: Line 17:
 
| image =  
 
| image =  
 
| connects =  
 
| connects =  
 +
| pclevel =
 
}}
 
}}
 
</pre>
 
</pre>
Line 26: Line 30:
 
; connects
 
; connects
 
: One or more neighbour maps connected by portals to this one.
 
: One or more neighbour maps connected by portals to this one.
 +
; pclevel
 +
: Suggest level for the player character (the main damage skill level) to <em>start</em> this area.
  
 
==Examples==
 
==Examples==
Line 32: Line 38:
 
{{MAP infobox
 
{{MAP infobox
 
| connects = [[Kur Mountains]]
 
| connects = [[Kur Mountains]]
 +
| pclevel = 30
 
}}
 
}}
 
</pre>
 
</pre>

Revision as of 11:06, 4 October 2014

MAP infobox
File:MAP infobox.jpg
Connects to -
Suggested level -


Syntax

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

Parameters

name
Optional. Defaults to article name.
image
Defaults to a .jpg image of the article's name. If specified, use File:Area name.jpg
portaldesc
Optional. Suggested use is the description as seen on the portal, or other flavor text.
connects
One or more neighbour maps connected by portals to this one.
pclevel
Suggest level for the player character (the main damage skill level) to start this area.

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
| connects = [[Kur Mountains]]
| pclevel = 30
}}

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|]]
}}