Template:RBDouble

From BattleMaster Wiki
Jump to navigation Jump to search

Intro

This template is part of the RealmBox Project.

Parameters

All possible parameters, vertical format:

  • VAlign (default:top) = Vertical alignment of the content in the cells, can be overridden for an individual cell by specifying a LeftVAlign or RightVAlign parameter
  • LeftVAlign (Default:top) = Vertical alignment of the content in the left cell
  • RightVAlign (Default:|top) = Vertical alignment of the content in the right cell
  • CellAlign (Default:left) = Horizontal alignment of the content in the both cells, can be overridden for an individual cell by specifying a LeftCellAlign or RightCellAlign parameter
  • LeftCellAlign (Default:left) = Horizontal alignment of the content in the left cell
  • RightCellAlign (Default:left) = Horizontal alignment of the content in the right cell
  • TextSize (Default:100%) = Size of the text, can be overridden for an individual cell by specifying a LeftTextSize or RightTextAlign parameter
  • LeftTextSize (Default:100%) = Size of the text in the left cell
  • RightTextSize (Default:100%) = Size of the text in the right cell
  • TextColor (Default:#000000) = color of the text, can be overridden for an individual cell by specifying a LeftTextColor or RightTextColor parameter
  • LeftTextColor (Default:#000000) = color of the left cell text
  • RightTextColor (Default:#000000) = color of the right cell text
  • TextWeight (Default:normal) = weight of the text (normal/bold), can be overridden for an individual cell by specifying a LeftTextWeight or RightTextWeight parameter
  • LeftTextWeight (Default:normal) = weight of the text (normal/bold) in the left cell
  • RightTextWeight (Default:normal) = weight of the text (normal/bold) in the right cell
  • BorderCenterStyle (Default:solid) = style of the border between the left and right cells, use "hidden" to remove the border
  • BorderCenterWeight (Default:1px) = size of the border between the left and right cells
  • BorderCenterColor (Default:#000000) = color of the border between the left and right cells
  • BorderBottomStyle (Default:solid) = style of the bottom border, use "hidden" to remove the border
  • BorderBottomWeight (Default:1px) = size of the bottom border
  • BorderBottomColor (Default:#000000) = color of the bottom border
  • BackColor (Default:#ffffff) = color of both cell backgrounds, can be overridden for an individual cell by specifying a LeftBackColor or RightBackColor parameter
  • LeftBackColor (Default:#ffffff) = color of the left cell background
  • RightBackColor (Default:#ffffff) = color of the right cell background
  • WidthLeft (Default:50%) = width of the left cell
  • WidthRight (Default:50%) = width of the right cell
  • Left (Default:blank) = content of the left cell
  • Right (Default:blank) = content of the right cell

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:

{{RBDouble
|CellAlign = 
|Left = 
|Right = 
}}


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.

{{RBDouble
|VAlign = 
|LeftVAlign = 
|RightVAlign = 
|CellAlign = 
|LeftCellAlign = 
|RightCellAlign = 
|TextSize = 
|LeftTextSize = 
|RightTextSize = 
|TextColor = 
|LeftTextColor = 
|RightTextColor = 
|TextWeight = 
|LeftTextWeight = 
|RightTextWeight = 
|BorderCenterStyle = 
|BorderCenterWeight = 
|BorderCenterColor = 
|BorderBottomStyle = 
|BorderBottomWeight = 
|BorderBottomColor = 
|BackColor = 
|LeftBackColor = 
|RightBackColor = 
|WidthLeft = 
|WidthRight = 
|Left = 
|Right = 
}}