Actions

Template

Difference between revisions of "CharacterInfoBox"

(Undo revision 132 by DaiKnapz (talk))
Tag: Undo
Line 11: Line 11:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 +
<td class="infoboxtd1strow" bgcolor="#cae09f" style="padding: 10px;"><i><b>Party</b></i>:</td>
 +
<td bgcolor="#cae09f">{{{party}}}</td>
 +
</tr>
 +
<tr>
 +
<td class="infoboxtd1strow" style="padding: 10px;"><b>Class and Subclass Info</b>:</td>
 +
<td>{{{class}}}</td>
 +
</tr>
 
<tr>
 
<tr>
 
<td class="infoboxtd1strow" style="padding: 10px;"><b>Status</b>:</td>
 
<td class="infoboxtd1strow" style="padding: 10px;"><b>Status</b>:</td>
Line 52: Line 59:
 
"type": "string",
 
"type": "string",
 
"required": true
 
"required": true
 +
},
 +
"party": {
 +
"label": "Party",
 +
"description": "The Party (campaign) the character belongs/belonged to",
 +
"example": "The Village Butchers",
 +
"type": "string",
 +
"required": true
 +
},
 +
"class": {
 +
"label": "Class Info",
 +
"description": "Class/Subclass info, including levels in each",
 +
"example": "Bard (College of Lore) 11",
 +
"type": "string",
 +
"suggested": true
 
},
 
},
 
"status": {
 
"status": {
Line 86: Line 107:
 
"image",
 
"image",
 
"name",
 
"name",
 +
"party",
 +
"class",
 
"status",
 
"status",
 
"race",
 
"race",

Revision as of 18:34, 3 September 2020

{{{title}}}
[[File:{{{image}}}|300px|thumb|center]]
Full Name: {{{name}}}
Party: {{{party}}}
Class and Subclass Info: {{{class}}}
Status: {{{status}}}
Race: {{{race}}}
Date of Birth (Age): {{{DoB}}}
Physical Description: {{{physical}}}

PC info

Template parameters

ParameterDescriptionTypeStatus
Titletitle

Page title, usually character's first name

Example
Ghurrix
Stringrequired
Imageimage

Picture of character

Filesuggested
Full Namename

Full Name of character, with any titles

Example
Thoradin Clearsight of the Templar Order
Stringrequired
Partyparty

The Party (campaign) the character belongs/belonged to

Example
The Village Butchers
Stringrequired
Class Infoclass

Class/Subclass info, including levels in each

Example
Bard (College of Lore) 11
Stringsuggested
Statusstatus

Current Status - example are Alive, Dead, Left Party, Temporarily Away etc.

Default
Alive
Example
Dead
Auto value
Stringsuggested
Racerace

In-game race/subrace

Example
Elf (lmao)
Stringoptional
Date of BirthDoB

Date of Birth (and age in brackets if you want).

Example
4-2490 (26)
Stringsuggested
Physical Descriptionphysical

Height, Weight, Skin Tone, Horns/Tattoos, etc.

Stringsuggested