Template:Profile

From CotH-Wiki
Jump to navigationJump to search

Use profile to create a profile page for a character.


Variables


playername 
The username of the character's player.
fullname 
The full name of the character.
igname 
The character's name as it appears in-game
image (optional) 
The filename of an image to include. The entire code for embedding an image must be used.
nickname (optional) 
The character's nickname.
gender 
The gender (Male or Female) of the character.
race 
Must be the race's official name (Human, Orc, Tauren, Gnome, Dwarf, Forsaken, Blood Elf, Night Elf, Draenei, Troll).
associations (optional) 
The character's organizational associations (ie faction, city, guild).
age 
The character's age in actual years (ie not "18 in Human Years").
icclass (optional) 
The character's IC class (ie Witch Doctor, Engineer, Buccaneer). Can be same as OOC class.
class 
The character's OOC class (Warrior, Paladin, Rogue, Mage, Shaman, Priest, Hunter, Death Knight, Warlock, Druid).
weight 
The character's weight in pounds or kilograms.
height 
The character's height in feet/inches or meters.
hair 
The character's weight in pounds or kilograms.
eyes 
The character's height in feet/inches or meters.
alignment (optional) 
The character's moral alignment (ie Lawful Good, Neutral, Chaotic Evil).
alive 
The character's status. Can be yes or no. If yes and the character is Forsaken or a Death Knight, status will be displayed as Undead.
causeofdeath (optional) 
Details of how the character died if applicable.
appearance 
The way the character looks. Garment and other visual details should be put here.
personality 
The character's behavior and habits.
history 
The character's backstory.
skills 
The character's skills and abilities, both professionally and in combat.



Usage


{{profile
 | playername = Jonoth
 | fullname = Tun'kar Skullkeeper
 | igname = Tunkar
 | image = [[File:Tunkar-swing.png|200px|Tun'kar]]
 | nickname = Tunk
 | gender = Male
 | race = Orc
 | associations = Horde
 | age = 25
 | icclass = Barbarian
 | class = Warrior
 | weight = 420 lbs
 | height = 7'2"
 | hair = Spiky Black
 | eyes = Blue
 | alignment = Chaotic Neutral
 | alive = no
 | causeofdeath = While attempting to rescue the Troll [[Kuavi]], Tun'kar was punted by an infernal...(truncated for sample)
 | appearance = Tun'kar wears very light armor of a combination of materials...(truncated for sample)
 | personality = Tun'kar is a simple Orc, highly uneducated but fiercely loyal...(truncated for sample)
 | history = Tun'kar was born just before the Orcs were placed into the Lordaeron camps...(truncated for sample)
 | skills = Tun'kar uses typical warrior abilities, favoring brute strength attacks.
}}