Difference between revisions of "RealmBox Project/Samples"

From BattleMaster Wiki
Jump to navigation Jump to search
m
m (→‎Pages Using a RealmBox Template: updating some samples)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Pages Using a RealmBox Template==
 
==Pages Using a RealmBox Template==
The following realm pages use the RealmBox(in chronological order):
+
The following pages use the RealmBox (first 10 to adopt in chronological order):
* [[Perdan]]
+
* [[Astrum]]
 +
* [[Kingdom of Alluran]]
 +
* [[Ibladesh]]
 +
* [[Morek]] - Customized and colored to fit the realm's theme.
 +
* [[Perdan]] - A larger RealmBox, with many categories and entries.
 
* [[Springdale]]
 
* [[Springdale]]
* [[Kingdom of Alluran]]
+
* [[Tuchanon V]]
* [[Astrum]]
 
 
* [[Virovene]]
 
* [[Virovene]]
* [[Morek]]
+
* [[Church Of Ibladesh]] - Used as a religion infobox.
* [[Raivan Empire]]
+
* {{Reglink|EC|Castle Ubent}} - Used as a region infobox
* [[Tuchanon V]]
+
* ''[[Special:Whatlinkshere/Template:RBTop|Other Samples]]''
  
 
==Some Basic Templates==
 
==Some Basic Templates==
Line 156: Line 159:
 
|Right = Region 3<br>Region 4}}
 
|Right = Region 3<br>Region 4}}
 
{{RBBottom}}
 
{{RBBottom}}
 +
 +
[[Category:RealmBox]]

Latest revision as of 23:26, 17 December 2008

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