Template:BlueBox: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
(A template for a blue box (RoomDescription clone but for just the box) (I hope...))
 
mNo edit summary
 
Line 2: Line 2:
<div style="background: #E6F2FF; padding: 0.5em 1em; border: none; margin-bottom: 1px; text-align: left; font-size: 95%;">
<div style="background: #E6F2FF; padding: 0.5em 1em; border: none; margin-bottom: 1px; text-align: left; font-size: 95%;">
{| width="100%" cellpadding="0" cellspacing="0"
{| width="100%" cellpadding="0" cellspacing="0"
[{{{text}}}]
{{{text}}}
|}
|}
</div>
</div>

Latest revision as of 03:05, 18 April 2020

{{{text}}}

Usage

Parameters:

  • (required) text: whatever text you want in the box
  • (optional) float: floating box
  • (optional) margin-right: space on right, default 20%

Copy/paste Code

{{BlueBox
|text = 
|float = 
|margin-right =
}}