Actions

Template

Difference between revisions of "CharacterInfoBox"

m (Image fix hopefully)
(Added gender)
Line 21: Line 21:
 
             <td class="infoboxtd1strow" style="padding: 10px;"><b>Class and Subclass Info</b>:</td>
 
             <td class="infoboxtd1strow" style="padding: 10px;"><b>Class and Subclass Info</b>:</td>
 
             <td>{{{class}}}</td>
 
             <td>{{{class}}}</td>
 +
        </tr>
 +
    }}
 +
    {{#if: {{{gender|}}}|
 +
        <tr>
 +
            <td class="infoboxtd1strow" style="padding: 10px;"><b>Gender</b>:</td>
 +
            <td>{{{gender}}}</td>
 
         </tr>
 
         </tr>
 
     }}
 
     }}
Line 153: Line 159:
 
"description": "Anything extra specific to a certain character",
 
"description": "Anything extra specific to a certain character",
 
"type": "content"
 
"type": "content"
 +
},
 +
"gender": {
 +
"label": "Gender",
 +
"description": "The character's gender",
 +
"example": "Male, Female, etc.",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"alias": {
 +
"label": "Alias(es)",
 +
"description": "Any aliases the character has",
 +
"type": "string"
 
}
 
}
 
},
 
},
Line 167: Line 185:
 
"location",
 
"location",
 
"faction",
 
"faction",
"extraContent"
+
"extraContent",
 +
"gender",
 +
"alias"
 
]
 
]
 
}
 
}
 
</templatedata>
 
</templatedata>
 
</noinclude>
 
</noinclude>

Revision as of 13:05, 13 September 2020


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
Last known locationlocation

The last place the character was known to be

Example
Tala Rane
Pagesuggested
Factionfaction

Any factions the character is aligned with

Example
Templars
Pageoptional
Extra contentextraContent

Anything extra specific to a certain character

Contentoptional
Gendergender

The character's gender

Example
Male, Female, etc.
Stringsuggested
Alias(es)alias

Any aliases the character has

Stringoptional