Template:Character info: Difference between revisions

Jump to navigation Jump to search
(Created page with "<includeonly>{| class="infobox"; style="margin-left: 10px; width: 350px; text-align: left; font-size: 90%; float: right; border: 1px solid #785000; background-color: #1B1B1B; margin-bottom: 0px; padding:0.25em 0.33em 0.33em;" cellspacing="0" cellpadding="4" {{#if:{{{title|}}}|{{!}}- {{!}} colspan="2" align="center" {{!}} {{{title|}}} }} |- ! colspan="2" align="center" style="font-size: 130%; background: #281C14; color: #C1A886;" | {{{name}}} |- {{#if:{{{image|}}}| {{!}...")
 
No edit summary
Line 85: Line 85:
|alt-image = [[File:Astarionheadshot.jpg|350px]]
|alt-image = [[File:Astarionheadshot.jpg|350px]]
}}
}}
You don't have to include every single bit of info there, but if you want to use the statblock you'll have to fill out at least the main six attributes. Example:
<code><nowiki>
{{CharacterInfo</nowiki><br><nowiki>
|title = Archduke</nowiki><br><nowiki>
|name = Noober</nowiki><br><nowiki>
|image=[[File:Astarion-promotional.webp|350px]]</nowiki><br><nowiki>
|STR=15</nowiki><br><nowiki>
|DEX=8</nowiki><br><nowiki>
|CON=11</nowiki><br><nowiki>
|INT=9</nowiki><br><nowiki>
|WIS=18</nowiki><br><nowiki>
|CHA=10</nowiki><br><nowiki>
|level=3</nowiki><br><nowiki>
|race=Skeleton</nowiki><br><nowiki>
|type=Undead</nowiki><br><nowiki>
|HP=28</nowiki><br><nowiki>
|AC=15</nowiki><br><nowiki>
|speed=10m / 30ft</nowiki><br><nowiki>
|size=Medium</nowiki><br><nowiki>
|weight=20kg / 40lbs</nowiki><br><nowiki>
|proficiency=2</nowiki><br><nowiki>
|initiative=-1</nowiki><br><nowiki>
|alignment = Chaotic Stupid</nowiki><br><nowiki>
|location = Netheril</nowiki><br><nowiki>
|allies = [[Astarion]]</nowiki><br><nowiki>
|enemies = [[Shadowheart]], [[Wyll]]</nowiki><br><nowiki>
|alt-name = True form</nowiki><br><nowiki>
|alt-image = [[File:Astarionheadshot.jpg|350px]]</nowiki><br><nowiki>
}}</nowiki></code>
</noinclude>
</noinclude>