Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Character Panel: Difference between revisions

Template page
Content deleted Content added
Saarn (talk | contribs)
withering away
Tag: 2017 source edit
 
Saarn (talk | contribs)
No edit summary
Tag: 2017 source edit
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the "Character Info" template.
This is the "Character Panel" template.
It should be called in the following format:
It should be called in the following format:
<pre>
<pre>
Line 13: Line 13:
}}
}}
</pre>
</pre>
<templatedata>
Edit the page to see the template text.
{
</noinclude><includeonly>{| class="wikitable" style="float:right; margin-left:1em; width:300px;"
"description": "An infobox for character pages displaying basic character information",
"params": {
"image": {
"label": "Image",
"description": "Filename of the character's image (e.g., Character.jpg)",
"type": "wiki-file-name",
"suggested": true
},
"fullname": {
"label": "Full Name",
"description": "The character's full name",
"type": "string",
"suggested": true
},
"alias": {
"label": "Alias",
"description": "Alternative names or aliases the character is known by",
"type": "string"
},
"affiliation": {
"label": "Affiliation",
"description": "Groups, organizations, or factions the character is affiliated with",
"type": "string"
},
"occupation": {
"label": "Occupation",
"description": "The character's job or role",
"type": "string"
},
"skills": {
"label": "Skills",
"description": "Notable abilities or skills the character possesses",
"type": "string"
},
"feats": {
"label": "Feats",
"description": "Notable accomplishments or achievements",
"type": "string"
},
"backgroundcolor": {
"label": "Background Color",
"description": "Optional background color changer.",
"type": "string"
}
}
}
</templatedata>
</noinclude><includeonly>{| class="infobox-character" style="float:right !important; margin:0 0 1em 1em !important; width:300px !important; border:2px solid #3b0d0d; display:table; position:relative"
|-
|-
! colspan="2" style="font-size:150%; font-family:Metamorphous; padding:3px; border-radius:3ex; text-align:center; font-weight:bold; color:white; text-shadow:black 0px 0px 10px;" | 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
|-
|-
{{#if:{{{image|}}}|
{{#if:{{{image|}}}|
Line 23: Line 71:
}}
}}
|-
|-
! Full Name
! style="text-align:left;" padding:3px; | Full Name
| {{#if:{{{fullname|}}}|{{{fullname}}}|No information}}
| style="text-align:left;" | {{#if:{{{fullname|}}}|{{{fullname}}}|No information}}
|-
|-
! style="text-align:left;" padding:3px; | Alias
! Alias
| {{#if:{{{alias|}}}|{{{alias}}}|No information}}
| style="text-align:left;" | {{#if:{{{alias|}}}|{{{alias}}}|No information}}
|-
|-
! Affiliation
! style="text-align:left;" padding:3px; | Affiliation
| {{#if:{{{affiliation|}}}|{{{affiliation}}}|No information}}
| style="text-align:left;" | {{#if:{{{affiliation|}}}|{{{affiliation}}}|No information}}
|-
|-
! Occupation
! style="text-align:left;" padding:3px; | Occupation
| {{#if:{{{occupation|}}}|{{{occupation}}}|No information}}
| style="text-align:left;" | {{#if:{{{occupation|}}}|{{{occupation}}}|No information}}
|-
|-
! style="text-align:left;" padding:3px; | Skills
! Skills
| {{#if:{{{skills|}}}|{{{skills}}}|No information}}
| style="text-align:left;" | {{#if:{{{skills|}}}|{{{skills}}}|No information}}
|-
|-
! style="text-align:left;" padding:3px; | Feats
! Feats
| {{#if:{{{feats|}}}|{{{feats}}}|No information}}
| style="text-align:left;" | {{#if:{{{feats|}}}|{{{feats}}}|No information}}
|}</includeonly>
|}</includeonly>

Latest revision as of 04:46, 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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Imageimage

Filename of the character's image (e.g., Character.jpg)

Filesuggested
Full Namefullname

The character's full name

Stringsuggested
Aliasalias

Alternative names or aliases the character is known by

Stringoptional
Affiliationaffiliation

Groups, organizations, or factions the character is affiliated with

Stringoptional
Occupationoccupation

The character's job or role

Stringoptional
Skillsskills

Notable abilities or skills the character possesses

Stringoptional
Featsfeats

Notable accomplishments or achievements

Stringoptional
Background Colorbackgroundcolor

Optional background color changer.

Stringoptional