Difference between revisions of "Help:Character boxes"

From David's Notebook
Jump to navigationJump to search
(Character template changes)
 
Line 1: Line 1:
*Do a copy paste of the following in the source code:
+
Use the [[Template:Character|Character template]] which uses the following mark-up.
   
<nowiki>{{Character|Name=enter name here}}</nowiki> <br />
+
<pre>{{Character|Name=enter name here
<nowiki>{{sex|enter sex here}}</nowiki><br />
+
|Sex=enter sex here
<nowiki>{{race|enter race here}}</nowiki><br />
+
|Race=enter race here
<nowiki>{{Class|enter class here}}</nowiki><br />
+
|Class=enter class here
  +
}}</pre>
<nowiki>{{Alignment|enter alignment here}}</nowiki><br />
 
<nowiki>{{CharacterEnd}}</nowiki>
 
   
*'''Example'''
+
'''Example'''
<nowiki>{{Character|Name=Aylahnne Selveneye}}</nowiki><br />
+
<pre>{{Character|Name=Aspen of Northwood
  +
|Sex=Male
<nowiki>{{sex|Female}}</nowiki><br />
 
  +
|Race=Human
<nowiki>{{race|Half-elf}}</nowiki><br />
 
  +
|Class=Druid
<nowiki>{{Class|Ranger}}</nowiki><br />
 
  +
}}</pre>
<nowiki>{{Alignment|Chaotic Good}}</nowiki><br />
 
<nowiki>{{CharacterEnd}}</nowiki>
 
   
'''will display:'''
+
Will display:
{{Character|Name=Aylahnne Selveneye}}
+
{{Character|Name=Aspen of Northwood
  +
|Sex=Male
{{sex|Female}}
 
  +
|Race=Human
{{race|Half-elf}}
 
  +
|Class=Druid
{{Class|Ranger}}
 
  +
}}
{{Alignment|Chaotic Good}}
 
{{CharacterEnd}}
 

Latest revision as of 23:08, 22 November 2005

Use the Character template which uses the following mark-up.

{{Character|Name=enter name here
|Sex=enter sex here
|Race=enter race here
|Class=enter class here
}}

Example

{{Character|Name=Aspen of Northwood
|Sex=Male
|Race=Human
|Class=Druid
}}

Will display:

Aspen of Northwood
Sex: Male
Race: Human
Class: Druid