Template:Ddbeyond/small/doc

From Campaigns
Revision as of 09:00, 24 November 2021 by Lithl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A more compact form of a character display

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
character namename

The name of the character on the character sheet.

Example
Batsy Fluffentuft the Magnificent
Stringrequired
character racerace

The character's race on the character sheet.

Example
Tabaxi
Stringrequired
base classclass1

The character's initial class. If the campaign started at level 1, this should be the class at the beginning of the campaign.

Example
Barbarian
Stringrequired
base class levelclass1lv

The number of levels of the initial class taken.

Example
2
Numberrequired
strengthstr

The character's full Strength ability score.

Example
10
Numberrequired
dexteritydex

The character's full Dexterity ability score.

Example
10
Numberrequired
constitutioncon

The character's full Constitution ability score.

Example
10
Numberrequired
intelligenceint

The character's full Intelligence ability score.

Example
10
Numberrequired
wisdomwis

The character's full Wisdom ability score.

Example
10
Numberrequired
charismacha

The character's full Charisma ability score.

Example
10
Numberrequired
armor classac

The character's Armor Class, including all bonuses.

Example
16
Numberrequired
hit pointshp

The character's maximum hit points.

Example
32
Numberrequired
initiativeinit

The character's initiative bonus, including all bonuses. Do not include "+" in positive values.

Example
3
Numberrequired
float directionfloat

Direction to float the display. Values should be "left", "right", or omitted

Default
(omitted)
Example
right
Stringoptional
avatar imageavatar

Filename for an image to display as the character's avatar.

Default
default-avatar.jpg
Example
tabaxi-demo.jpg
Stringoptional
first multiclassclass2

If the character takes levels of additional classes, set one to this value. Required if class2lv is set.

Default
(omitted)
Example
Artificer
Stringoptional
first multiclass levelclass2lv

If the character takes levels of additional classes, set the level of the first one to this value. Required if class2 is set.

Default
(omitted)
Example
4
Numberoptional
seconds multiclassclass3

If the character takes levels of additional classes, set one to this value. Required if class3lv is set.

Default
(omitted)
Example
Ranger
Stringoptional
second multiclass levelclass3lv

If the character takes levels of additional classes, set the level of the second one to this value. Required if class3 is set.

Default
(omitted)
Example
1
Numberoptional
third multiclassclass4

If the character takes levels of additional classes, set one to this value. Required if class4lv is set.

Default
(omitted)
Example
Cleric
Stringoptional
third multiclass levelclass4lv

If the character takes levels of additional classes, set the level of the third one to this value. Required if class4 is set.

Default
(omitted)
Example
5
Numberoptional
fourth multiclassclass5

If the character takes levels of additional classes, set one to this value. Required if class5lv is set.

Default
(omitted)
Example
Rogue
Stringoptional
fourth multiclass levelclass5lv

If the character takes levels of additional classes, set the level of the fourth one to this value. Required if class5 is set.

Default
(omitted)
Example
6
Numberoptional

Example

This template should not be called directly. Instead, you should call Template:ddbeyond and pass small=true as a parameter. The rest of the parameters above are named identically.

Example character
Tabaxi Barbarian 5 / Monk 5
Level
10
STR
0
10
DEX
5
20
CON
0
10
INT
0
10
WIS
2
15
CHA
1
12
ARMOR
19
CLASS
65
HIT POINTS
5
INITIATIVE
{{ddbeyond|small=true|float=right
|avatar=tabaxi-demo.jpg
|name=Example character
|race=Tabaxi
|class1=Barbarian
|class1lv=5
|class2=Monk
|class2lv=5
|str=10
|dex=20
|con=10
|int=10
|wis=15
|cha=12
|ac=19
|hp=65
|init=5}}