Difference between revisions of "Template:Character"
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {| class="wikitable" style="width: 350px; float:right; margin-left: 10px" | + | {| class="wikitable" style="width: 350px; float:right; margin-left: 10px; margin-top:0px" |
|- | |- | ||
! {{{CharacterName|{{PAGENAME}}}}} | ! {{{CharacterName|{{PAGENAME}}}}} | ||
Line 12: | Line 12: | ||
}}{{#if: {{{Background|}}} | '''Background:''' {{{Background}}}<br> | }}{{#if: {{{Background|}}} | '''Background:''' {{{Background}}}<br> | ||
}}{{#if: {{{Gender|}}} | '''Gender:''' {{{Gender}}}<br> | }}{{#if: {{{Gender|}}} | '''Gender:''' {{{Gender}}}<br> | ||
+ | }}{{#if: {{{Age|}}} | '''Age:''' {{{Age}}}<br> | ||
+ | }}{{#if: {{{Height|}}} | '''Height:''' {{{Height}}}<br> | ||
+ | }}{{#if: {{{Weight|}}} | '''Weight:''' {{{Weight}}}<br> | ||
}}{{#if: {{{ChallengeRating|}}} | '''Challenge Rating:''' {{{ChallengeRating}}}<br> | }}{{#if: {{{ChallengeRating|}}} | '''Challenge Rating:''' {{{ChallengeRating}}}<br> | ||
}}{{#if: {{{ArmorClass|}}} | '''Armor Class:''' {{{ArmorClass}}}<br> | }}{{#if: {{{ArmorClass|}}} | '''Armor Class:''' {{{ArmorClass}}}<br> | ||
Line 22: | Line 25: | ||
}} | }} | ||
|} | |} | ||
+ | |||
+ | <noinclude> | ||
+ | == Usage == | ||
+ | <pre> | ||
+ | {{Character | ||
+ | |CharacterName={{PAGENAME}} | ||
+ | |SizeClass=Medium | ||
+ | |Type=Aasimar | ||
+ | |Alignment=Lawful Good | ||
+ | |AvatarName=Adriel Venya.jpg | ||
+ | |Quote=I am a servant of the Righteous Light; in the name of the Lady cease your wicked ways and repent! | ||
+ | |Class=Cleric 1 | ||
+ | |Background=Acolyte | ||
+ | |Gender=Female | ||
+ | |Age=20 | ||
+ | |Height=5'10 | ||
+ | |Weight=145lbs. | ||
+ | |ChallengeRating= | ||
+ | |ArmorClass=16 | ||
+ | |HitPoints=10 | ||
+ | |Speed=30ft | ||
+ | |Initiative=+0 | ||
+ | |ProficiencyBonus=+2 | ||
+ | |StatBlock={{StatBlockCompact | ||
+ | |STR=13 (+1) | ||
+ | |DEX=10 (+0) | ||
+ | |CON=14 (+2) | ||
+ | |INT=11 (+0) | ||
+ | |WIS=16 (+3) | ||
+ | |CHA=14 (+2) | ||
+ | }} | ||
+ | }} | ||
+ | </pre> | ||
+ | </noinclude> |
Latest revision as of 21:36, 2 January 2020
Character |
---|
' |
Usage
{{Character |CharacterName={{PAGENAME}} |SizeClass=Medium |Type=Aasimar |Alignment=Lawful Good |AvatarName=Adriel Venya.jpg |Quote=I am a servant of the Righteous Light; in the name of the Lady cease your wicked ways and repent! |Class=Cleric 1 |Background=Acolyte |Gender=Female |Age=20 |Height=5'10 |Weight=145lbs. |ChallengeRating= |ArmorClass=16 |HitPoints=10 |Speed=30ft |Initiative=+0 |ProficiencyBonus=+2 |StatBlock={{StatBlockCompact |STR=13 (+1) |DEX=10 (+0) |CON=14 (+2) |INT=11 (+0) |WIS=16 (+3) |CHA=14 (+2) }} }}