Template:Character Panel: Difference between revisions
Template page
More actions
Content deleted Content added
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
| Line 63: | Line 63: | ||
} |
} |
||
</templatedata> |
</templatedata> |
||
</noinclude><includeonly>{| class="infobox-character" style="float:right !important; margin:0 0 1em 1em !important; width:300px !important; border:1px solid #a2a9b1; background-color:#363434; display:table; position:relative;" |
</noinclude><includeonly>{| class="infobox-character" style="float:right !important; margin:0 0 1em 1em !important; width:300px !important; border:1px solid #a2a9b1; background-color:{{#if:{{{backgroundcolor|}}}|{{{backgroundcolor}}}|#363434}}; display:table; position:relative;" |
||
|- |
|- |
||
! colspan="2" style="font-size:150%; font-family:Metamorphous; padding:3px; text-align:center; font-weight:bold; color:white; text-shadow:black 0px 0px 10px; background-color:#8f3838;" | Character Info |
! colspan="2" style="font-size:150%; font-family:Metamorphous; padding:3px; text-align:center; font-weight:bold; color:white; text-shadow:black 0px 0px 10px; background-color:#8f3838;" | Character Info |
||
| Line 72: | Line 72: | ||
}} |
}} |
||
|- |
|- |
||
! Full Name |
! style="text-align:left;" | Full Name |
||
| style="text-align:left;" | {{#if:{{{fullname|}}}|{{{fullname}}}|No information}} |
| style="text-align:left;" | {{#if:{{{fullname|}}}|{{{fullname}}}|No information}} |
||
|- |
|- |
||
! Alias |
! style="text-align:left;" | Alias |
||
| style="text-align:left;" | {{#if:{{{alias|}}}|{{{alias}}}|No information}} |
| style="text-align:left;" | {{#if:{{{alias|}}}|{{{alias}}}|No information}} |
||
|- |
|- |
||
! Affiliation |
! style="text-align:left;" | Affiliation |
||
| style="text-align:left;" | {{#if:{{{affiliation|}}}|{{{affiliation}}}|No information}} |
| style="text-align:left;" | {{#if:{{{affiliation|}}}|{{{affiliation}}}|No information}} |
||
|- |
|- |
||
! Occupation |
! style="text-align:left;" | Occupation |
||
| style="text-align:left;" | {{#if:{{{occupation|}}}|{{{occupation}}}|No information}} |
| style="text-align:left;" | {{#if:{{{occupation|}}}|{{{occupation}}}|No information}} |
||
|- |
|- |
||
! Skills |
! style="text-align:left;" | Skills |
||
| style="text-align:left;" | {{#if:{{{skills|}}}|{{{skills}}}|No information}} |
| style="text-align:left;" | {{#if:{{{skills|}}}|{{{skills}}}|No information}} |
||
|- |
|- |
||
! Feats |
! style="text-align:left;" | Feats |
||
| style="text-align:left;" | {{#if:{{{feats|}}}|{{{feats}}}|No information}} |
| style="text-align:left;" | {{#if:{{{feats|}}}|{{{feats}}}|No information}} |
||
|}</includeonly> |
|}</includeonly> |
||
Revision as of 04:00, 31 December 2025
This is the "Character Panel" template. It should be called in the following format:
{{Character Info
|image=
|fullname=
|alias=
|affiliation=
|occupation=
|skills=
|feats=
}}
An infobox for character pages displaying basic character information
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image | image | Filename of the character's image (e.g., Character.jpg) | File | suggested |
| Full Name | fullname | The character's full name | String | suggested |
| Alias | alias | Alternative names or aliases the character is known by | String | optional |
| Affiliation | affiliation | Groups, organizations, or factions the character is affiliated with | String | optional |
| Occupation | occupation | The character's job or role | String | optional |
| Skills | skills | Notable abilities or skills the character possesses | String | optional |
| Feats | feats | Notable accomplishments or achievements | String | optional |
| Background Color | backgroundcolor | Optional background color changer.
| String | optional |