Jump to content

Template:Character: Difference between revisions

From Kelpwing Wiki
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
! colspan="2" style="background: black; font-size: 110%; text-align: center;" | '''{{{name|[Character Name]}}}'''
! colspan="2" style="background: black; font-size: 110%; text-align: center;" | '''{{{name|[Character Name]}}}'''
|-
|-
| colspan="2" style="text-align: center;" | [[File:{{{image|[Image-filename].png}}}|250px]]
| colspan="2" style="text-align: center;" | [[File:{{{image|Cover-image.png}}}|250px]]
|-
|-
! style="vertical-align: top; text-align: left; padding-right: 1em;" | '''Age'''
! style="vertical-align: top; text-align: left; padding-right: 1em;" | '''Age'''
Line 54: Line 54:
{{{gallery|[gallery]}}}
{{{gallery|[gallery]}}}


{{{category|[category]}}}


<noinclude>
<noinclude>
Line 72: Line 73:
"description": "character's gender",
"description": "character's gender",
"type": "string",
"type": "string",
"suggested": true
"required": true
},
},
"pronouns": {
"pronouns": {
"type": "string",
"type": "string",
"suggested": true
"required": true
},
},
"parents": {
"parents": {
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
            "default": "Unknown"
},
},
"siblings": {
"siblings": {
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
            "default": "None"
},
},
"partner": {
"partner": {
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
            "default": "None"
},
},
"status": {
"status": {
"description": "alive/deceased",
"description": "alive/deceased",
"type": "string",
"type": "string",
"required": true
"required": true,
            "default": "Unknown"
},
},
"overview": {
"overview": {
Line 134: Line 139:
"category": {
"category": {
"type": "url",
"type": "url",
"suggested": true
"suggested": true,
"example": "[[Category:All Characters]] [[Category:Modern Era]]",
"default": "[[Category:All Characters]]"
},
},
"age": {
"age": {
Line 143: Line 150:
"children": {
"children": {
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
            "default": "None"
}
}
},
},

Latest revision as of 10:40, 21 April 2026

[Character Name]
Age [Age]
Gender [Gender]
Pronouns [Pronouns]
Parents [Parents]
Siblings [Siblings]
Partner [Partner]
Children [Children]
Status [Status]

[Brief character overview and introduction]

Appearance

[Physical description of the character]

Personality

[Character's personality traits and behaviors]

Biography

Early Life

[Character's backstory and early life]

[Story Arc/Event Name]

[Major events in character's life]

Relationships

[Description of relationship]

Trivia

  • [Interesting fact]

[gallery]

[category]


Character page template!

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
namename

Character's name

Stringrequired
imageimage

Headshot image of character

Filesuggested
ageage

Age, hatch year

Stringsuggested
gendergender

character's gender

Stringrequired
pronounspronouns

no description

Stringrequired
parentsparents

no description

Default
Unknown
Stringsuggested
siblingssiblings

no description

Default
None
Stringsuggested
partnerpartner

no description

Default
None
Stringsuggested
childrenchildren

no description

Default
None
Stringsuggested
statusstatus

alive/deceased

Default
Unknown
Stringrequired
overviewoverview

about the character!

Stringsuggested
appearanceappearance

describe appearence!

Stringsuggested
personalitypersonality

no description

Stringsuggested
earlylifeearlylife

no description

Stringoptional
arcarc

no description

Stringsuggested
arcdetailsarcdetails

no description

Stringsuggested
relationshipsrelationships

go into depth on the relationship details from earlier

Stringsuggested
triviatrivia

no description

Unknownsuggested
gallerygallery

no description

Filesuggested
categorycategory

no description

Default
[[Category:All Characters]]
Example
[[Category:All Characters]] [[Category:Modern Era]]
URLsuggested