Difference between revisions of "Template:Character"

 
(26 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}}}}}
 
|-
 
|-
| {{#if: {{{SizeClass|}}} | {{{SizeClass}}} | }}{{#if: {{{Type|}}} |  {{{Type}}} | }}{{#if: {{{Alignment|}}} |, {{{Alignment}}} | }}
+
|  
 +
{{#if: {{{AvatarName| }}} | [[File:{{{AvatarName}}}|center|frameless|330px]] }}
 +
''{{#if: {{{SizeClass|}}} | {{{SizeClass}}} | }}{{#if: {{{Type|}}} |  {{{Type}}} | }}{{#if: {{{Alignment|}}} | , {{{Alignment}}} }}''
 +
----
 +
{{#if: {{{Quote|}}} | ''"{{{Quote}}}"''
 +
----
 +
}}{{#if: {{{Class|}}} | '''Class:''' {{{Class}}}<br>
 +
}}{{#if: {{{Background|}}} | '''Background:''' {{{Background}}}<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: {{{ArmorClass|}}} | '''Armor Class:''' {{{ArmorClass}}}<br>
 +
}}{{#if: {{{HitPoints|}}} | '''Hit Points:''' {{{HitPoints}}}<br>
 +
}}{{#if: {{{Speed|}}} | '''Speed:''' {{{Speed}}}<br>
 +
}}{{#if: {{{Initiative|}}} | '''Initiative:''' {{{Initiative}}}<br>
 +
}}{{#if: {{{ProficiencyBonus|}}} | '''Proficiency Bonus:''' {{{ProficiencyBonus}}}<br>
 +
}}{{#if: {{{StatBlock|}}} | <br>
 +
{{{StatBlock}}}
 +
}}
 
|}
 
|}
 +
 +
<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)
}}
}}