Template:Infobox character: Difference between revisions
Appearance
No edit summary |
Tag: Undo |
||
| Line 19: | Line 19: | ||
{{!}}- | {{!}}- | ||
! colspan="2" {{!}} Subclass | ! colspan="2" {{!}} Subclass | ||
{{!}} colspan="2" {{!}} {{{subclass}}}}} | {{!}} colspan="2" {{!}} {{{subclass}}} | ||
}} | |||
{{#if:{{{level|}}}| | {{#if:{{{level|}}}| | ||
{{!}}- | {{!}}- | ||
! colspan="2" {{!}} Level | ! colspan="2" {{!}} Level | ||
{{!}} colspan="2" {{!}} {{{level}}}}} | {{!}} colspan="2" {{!}} {{{level}}} | ||
}} | |||
{{#if:{{{alignment|}}}| | {{#if:{{{alignment|}}}| | ||
{{!}}- | {{!}}- | ||
! colspan="2" {{!}} Alignment | ! colspan="2" {{!}} Alignment | ||
{{!}} colspan="2" {{!}} {{{alignment}}}}} | {{!}} colspan="2" {{!}} {{{alignment}}} | ||
}} | |||
{{#if:{{{background|}}}| | {{#if:{{{background|}}}| | ||
{{!}}- | {{!}}- | ||
! colspan="2" {{!}} Background | ! colspan="2" {{!}} Background | ||
{{!}} colspan="2" {{!}} {{{background}}}}} | {{!}} colspan="2" {{!}} {{{background}}} | ||
}} | |||
{{#if:{{{faction|}}}| | {{#if:{{{faction|}}}| | ||
{{!}}- | {{!}}- | ||
Revision as of 09:12, 11 August 2026
Character infobox.
Base variables: name, image, image_caption, race, class, subclass, level, alignment, background, faction.
Combat stats: hp (hit points), ac (armor class), str, dex, con, int, wis, cha.
Meta variables: player, campaign, status.
Function variables: nocat.
If player is set to anything, the Player Characters category is added, otherwise NPCs. If nocat is set (e.g. |nocat=1), no category is added.
Example
| Nomad | |||
|---|---|---|---|
Token | |||
| Race | Warforged | ||
| Class | Monk | ||
| Subclass | Warrior of Mercy | ||
| Level | 6 | ||
| Alignment | Lawful Neutral | ||
| Background | Soldier | ||
| Faction | The One Thousand Strong | ||
| Combat | |||
| Hit Points | 45 | ||
| Armor Class | 18 | ||
|
STR12
DEX18
CON14
INT10
WIS16
CHA8
| |||
| Meta | |||
| Player | Ronan | ||
| Campaign | Nightmare, Prime | ||
| Status | Alive | ||
{{Infobox_character
| name = Nomad
| image = Nomad.png
| image_caption = Token
| race = Warforged
| class = Monk
| subclass = Warrior of Mercy
| alignment = Lawful Neutral
| background = Soldier
| faction = [[factionname|The One Thousand Strong]]
| level = 6
| hp = 45
| ac = 18
| str = 12
| dex = 18
| con = 14
| int = 10
| wis = 16
| cha = 8
| player = [[User:Olivinism|Ronan]]
| campaign = [[Nightmare]], [[Prime]]
| status = Alive
| nocat = 1
}}