Difference between revisions of "Template:RBMap"

From BattleMaster Wiki
Jump to navigation Jump to search
m (updating documentation)
m (oops, messed up the template name)
Line 25: Line 25:
 
For normal, basic usage of the template, most users will only use the following parameters:
 
For normal, basic usage of the template, most users will only use the following parameters:
 
<pre>
 
<pre>
{{RBMap
+
{{RBRegion
 
|World =  
 
|World =  
 
|Realm =  
 
|Realm =  
Line 35: Line 35:
  
 
<pre>
 
<pre>
{{RBMap
+
{{RBRegion
 
|VAlign =  
 
|VAlign =  
 
|CellAlign =  
 
|CellAlign =  

Revision as of 20:49, 2 December 2008

Intro

This template is part of the RealmBox Project.

This template is for placing the default, game-generated map into your realmbox. If you want to use a custom-made map in your realmbox, then use the Template:RBImage template, which allows you to include any image you can upload to the wiki.

Parameters

All possible parameters, vertical format:

  • VAlign (Default:middle) = Vertical alignment of the content in the cells (top/middle/bottom)
  • CellAlign (Default:center) = Horizontal alignment of the content in the cells (left/right/center)
  • BorderBottomStyle (Default:solid) = style of the bottom border
  • BorderBottomWeight (Default:1px) = weight of the bottom border
  • BorderBottomColor (Default:#000000) = color of the bottom border
  • BackColor (Default:#ffffff) = color of cell background
  • World = World number of the island. (1 = EC, 2 = AT, 4 = BT, 6 = Co, 7 = FEI, 8 = Dwilight)
  • Realm = Name of the realm. This must be the full name, as it appears on the realm list. If the name includes spaces, they must be replaced with "%20". For example: If the realm name is "Obsidian Islands", you should use "Obsidian%20Islands".

Usage

You can copy/paste the following text to use this as part of your realmbox.

Typical Usage

For normal, basic usage of the template, most users will only use the following parameters:

{{RBRegion
|World = 
|Realm = 
}}

Complete List

Power users who want complete control, or have an elaborate design, may wish to copy this complete parameter list. Make sure to delete the parameters you are not using.

{{RBRegion
|VAlign = 
|CellAlign = 
|BorderBottomStyle = 
|BorderBottomWeight = 
|BorderBottomColor = 
|BackColor = 
|World = 
|Realm = 
}}