Template:Character: Difference between revisions
Template page
More actions
No edit summary |
No edit summary Tag: Reverted |
||
| Line 30: | Line 30: | ||
{{#ifeq: {{{universe|}}} | Persona | [[Category:Persona Characters]] }} | {{#ifeq: {{{universe|}}} | Persona | [[Category:Persona Characters]] }} | ||
{{#ifeq: {{{universe|}}} | Original | [[Category:Original Characters]] }}</includeonly> | {{#ifeq: {{{universe|}}} | Original | [[Category:Original Characters]] }}</includeonly> | ||
<templatedata> | |||
{ | |||
"description": "Character infobox template.", | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "Character's real name", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Filename of the character image", | |||
"type": "wiki-file-name" | |||
}, | |||
"codename": { | |||
"label": "Codename", | |||
"type": "string" | |||
}, | |||
"affiliation": { | |||
"label": "Affiliation", | |||
"type": "string" | |||
}, | |||
"arcana": { | |||
"label": "Arcana", | |||
"type": "string" | |||
}, | |||
"persona": { | |||
"label": "Persona", | |||
"type": "string" | |||
}, | |||
"last_seen": { | |||
"label": "Last Seen", | |||
"type": "string" | |||
}, | |||
"quote": { | |||
"label": "Memorable Quote", | |||
"type": "string" | |||
}, | |||
"universe": { | |||
"label": "Universe", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
Revision as of 18:27, 22 February 2026
This is the "Character" template.
It should be called in the following format:
{{Character
|name=
|image=
|codename=
|affiliation=
|arcana=
|persona=
|last_seen=
|quote=
|universe=
}}
Edit the page to see the template text.
This template is used by the Character form.
<templatedata>
{
"description": "Character infobox template.",
"params": {
"name": {
"label": "Name",
"description": "Character's real name",
"type": "string",
"required": true
},
"image": {
"label": "Image",
"description": "Filename of the character image",
"type": "wiki-file-name"
},
"codename": {
"label": "Codename",
"type": "string"
},
"affiliation": {
"label": "Affiliation",
"type": "string"
},
"arcana": {
"label": "Arcana",
"type": "string"
},
"persona": {
"label": "Persona",
"type": "string"
},
"last_seen": {
"label": "Last Seen",
"type": "string"
},
"quote": {
"label": "Memorable Quote",
"type": "string"
},
"universe": {
"label": "Universe",
"type": "string"
}
}
} </templatedata>