Template:Character Panel: Difference between revisions
Template page
More actions
Content deleted Content added
withering away Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
| Line 14: | Line 14: | ||
</pre> |
</pre> |
||
Edit the page to see the template text. |
Edit the page to see the template text. |
||
<templatedata> |
|||
{ |
|||
"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" |
|||
} |
|||
} |
|||
} |
|||
</templatedata> |
|||
</noinclude><includeonly>{| class="wikitable" style="float:right; margin-left:1em; width:300px;" |
</noinclude><includeonly>{| class="wikitable" style="float:right; margin-left:1em; width:300px;" |
||
|- |
|- |
||
Revision as of 03:14, 31 December 2025
This is the "Character Info" template. It should be called in the following format:
{{Character Info
|image=
|fullname=
|alias=
|affiliation=
|occupation=
|skills=
|feats=
}}
Edit the page to see the template text.
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 |