RealmBox Project/Samples

From BattleMaster Wiki
Jump to navigation Jump to search

Pages Using a RealmBox Template

The following pages use the RealmBox (first 10 to adopt in chronological order):

Some Basic Templates

The following are some basic templates, and the code that creates them, that you can copy and use for yourself.

Sample 1

A pretty basic RealmBox. Replace the "BackColor" with your own realm's color, and add your realm-specific data.

{{RBTop}}
{{RBTitle
|BackColor = gray
|Text = Realm Name}}
{{RBImage
|Image = Realm Image/Flag
|TextStyle = normal
|Caption=Royal Crest of (realm name)}}
{{RBTitle
|BackColor = gray
|TextSize = 100%
|Text = Ruling Council}}
{{RBSingle
|BackColor = #DDDDDD
|Text = King (Ruler's Name)}}
{{RBSingle
|Text = General (General's Name)<br>Arch Priest (Judge's name)<br>Royal Treasurer (Banker's Name)]}}
{{RBTitle
|BackColor = gray
|TextSize = 100%
|Text = Statistics}}
{{RBDouble
|LeftBackColor = #CCCCCC
|Left = Duchies<br>Regions<br>Nobles<br>Population
|Right = (duchy names)<br>(# regions)<br>(# nobles)<br>(Approx Population)}}
{{RBBottom}}

Produces the following:

Realm Name
File:Realm Image/Flag
Royal Crest of (realm name)
Ruling Council
King (Ruler's Name)
General (General's Name)
Arch Priest (Judge's name)
Royal Treasurer (Banker's Name)
Statistics
Duchies
Regions
Nobles
Population
(duchy names)
(# regions)
(# nobles)
(Approx Population)


Sample 2

This sample uses a realm map, a two-column region listing, and a list of the realm's armies.

{{RBTop
|Align = none}}
{{RBTitle
|BackColor = #66FF66
|Text = Realm Name}}
{{RBMap
|World = (worldnumber)
|Realm = (realm name))}}
{{RBTitle
|BackColor = #66FF66
|Text = Ruling Council}}
{{RBSingle
|BackColor = #DDDDDD
|BorderBottomStyle = hidden
|Text = King (Ruler's Name)}}
{{RBSingle
|Text = General (General's Name)<br>Arch Priest (Judge's name)<br>Royal Treasurer (Banker's Name)]}}
{{RBTitle
|BackColor = #66FF66
|Text = Statistics}}
{{RBDouble
|CellAlign = Left
|BorderCenterStyle = hidden
|Left = Duchies<br>Regions<br>Nobles<br>Population
|Right = (duchy names)<br>(# regions)<br>(# nobles)<br>(Approx Population)}}
{{RBTitle
|BackColor = #66FF66
|Text = Armies of the Realm}}
{{RBSingle
|Text = Army 1<br>Army 2}}
{{RBTitle
|BackColor = #66FF66
|Text = Regions of the Realm}}
{{RBDouble
|Left = Region 1<br>Region 2
|Right = Region 3<br>Region 4}}
{{RBBottom}}

Produces this RealmBox:

Realm Name
http://battlemaster.org/maps-(worldnumber)/Realm-(realm name)).jpg
Ruling Council
King (Ruler's Name)
General (General's Name)
Arch Priest (Judge's name)
Royal Treasurer (Banker's Name)]
Statistics
Duchies
Regions
Nobles
Population
(duchy names)
(# regions)
(# nobles)
(Approx Population)
Armies of the Realm
Army 1
Army 2
Regions of the Realm
Region 1
Region 2
Region 3
Region 4