Difference between revisions of "Template:MAP infobox"
Gorgonzola (talk | contribs) m (Using a different colour for the MAP infobox head to distinguish places from mobs (MOB infobox uses green).) |
Gorgonzola (talk | contribs) (Adapting the infocard to fit a main map image and a entrance/portal image.) |
||
Line 2: | Line 2: | ||
! colspan="2" style="font-size:17px; text-align:center; background-color:#edab5d;color:#894b02;" | {{{name|{{PAGENAME}}}}} | ! colspan="2" style="font-size:17px; text-align:center; background-color:#edab5d;color:#894b02;" | {{{name|{{PAGENAME}}}}} | ||
|- | |- | ||
− | | style="width:300px;" colspan="2" align="center" | {{{ | + | | style="width:300px;" colspan="2" align="center" | {{{mapimage|[[Image:{{PAGENAME}} (map).png{{pipe}}300px{{pipe}}]]}}}<br/><div style="font-size:11px;">Map of {{PAGENAME}} (click for larger size)</div> |
|- valign="top" | |- valign="top" | ||
! style="width:100px;font-weight:normal;" | Connects to | ! style="width:100px;font-weight:normal;" | Connects to | ||
Line 9: | Line 9: | ||
! style="font-weight:normal;" | Suggested <abbr title="Your primary skill level">level</abbr> | ! style="font-weight:normal;" | Suggested <abbr title="Your primary skill level">level</abbr> | ||
| {{{pclevel|-}}} | | {{{pclevel|-}}} | ||
+ | |- | ||
+ | | style="width:300px;" colspan="2" align="center" | {{{image|[[Image:{{PAGENAME}}.jpg{{pipe}}300px{{pipe}}]]}}}<br/><div style="font-size:11px;">{{{portaldesc|Portal or entrance caption.}}}</div> | ||
|}<noinclude> | |}<noinclude> | ||
{{clear}}__NOTOC__ | {{clear}}__NOTOC__ | ||
Line 24: | Line 26: | ||
; name | ; name | ||
: Optional. Defaults to article name. | : Optional. Defaults to article name. | ||
− | ; | + | ; mapimage |
− | : Defaults to a . | + | : Defaults to a .png image to be used for the map "Dungeon Something (map).png". If the image already exists, use <code>[[Image:Image name.png|300px|]]</code> |
− | |||
− | |||
; 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 | ; pclevel | ||
: Suggest level for the player character (the main damage skill level) to <em>start</em> this area. | : Suggest level for the player character (the main damage skill level) to <em>start</em> this area. | ||
+ | |||
+ | ; image | ||
+ | : Defaults to a .jpg image of the article's name, meant to represent the entrance. If the image already exists, use <code>[[Image:Image name.jpg|300px|]]</code> | ||
+ | ; portaldesc | ||
+ | : Optional. Suggested use is the description as seen on the portal, or other flavor text. | ||
==Description== | ==Description== |
Revision as of 09:58, 8 October 2014
MAP infobox | |
---|---|
File:MAP infobox (map).png Map of MAP infobox (click for larger size)
| |
Connects to | - |
Suggested level | - |
File:MAP infobox.jpg Portal or entrance caption.
|
Syntax
{{Area infobox | name = | image = | connects = | pclevel = }}
Parameters
- name
- Optional. Defaults to article name.
- mapimage
- Defaults to a .png image to be used for the map "Dungeon Something (map).png". If the image already exists, use
File:Image name.png
- 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.
- image
- Defaults to a .jpg image of the article's name, meant to represent the entrance. If the image already exists, use
File:Image name.jpg
- portaldesc
- Optional. Suggested use is the description as seen on the portal, or other flavor text.
Description
Create an attractive "at a glance" information card for dungeons and other sub-areas. Once the wiki extensions allows for it, we will add very useful "connected" zones in this info card, which let the reader navigate between area articles more easily.
Notes
As with all more complex templates, remember that changes spread on all concerned articles. Please discuss it with the author before making significant changes.
It is not currently intended to use for Zones. This is work in progress: Zones may use a different template to accomodate a larger map image, as well as some interactive javascript functionality to show/hide labels and POIs on the map (this is more complex wiki stuff, which is not critical atm).
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 = [[Image:Desert.png|300px|]] }}