Difference between revisions of "Template:CharacterInfoBox"
Jump to navigation
Jump to search
m |
m |
||
Line 20: | Line 20: | ||
</pre> |
</pre> |
||
Edit the page to see the template text. |
Edit the page to see the template text. |
||
− | </noinclude><includeonly>{| class="infobox" style="float:right; border:0px solid; margin: 5px; background-image: linear-gradient(to right, {{{gradientcolor |
+ | </noinclude><includeonly>{| class="infobox" style="float:right; border:0px solid; margin: 5px; background-image: linear-gradient(to right, {{{gradientcolor|black}}}, transparent); background-origin: border-box; border-spacing: 2px; border: 2px solid transparent; " |
|- |
|- |
||
! colspan="3" style="border-bottom:2px solid; background:{{{backgroundcolor|white}}};"| Character Details |
! colspan="3" style="border-bottom:2px solid; background:{{{backgroundcolor|white}}};"| Character Details |
||
|- |
|- |
||
| style="text-align:right; background:{{{backgroundcolor|white}}};" | '''Race:''' |
| style="text-align:right; background:{{{backgroundcolor|white}}};" | '''Race:''' |
||
− | | style="background:{{{backgroundcolor|white}}};" | |
+ | | style="background:{{{backgroundcolor|white}}};" | {{{race}}} |
|- |
|- |
||
| style="text-align:right; background:{{{backgroundcolor|white}}};" | '''Class/Level:''' |
| style="text-align:right; background:{{{backgroundcolor|white}}};" | '''Class/Level:''' |
Revision as of 16:37, 22 May 2023
This is the "CharacterInfoBox" template. It should be called in the following format:
{{CharacterInfoBox |gradientcolor=Example: #F76806 |backgroundcolor=Example: white |race=Your character's race |class=Your character's class |level=Your character's class level |classleveloverride=(Optional) Use this if you have a multiclass |gender=Your character's Gender |deity=Your character's deity |alignment=Your character's alignment |eyes=Your character's eyecolor |hair=Your character's hair style/color |scales=Your character's scales, if they have any |horns=Your character's horns, if they have any }}
Edit the page to see the template text.