Jump to content

Template:Character: Difference between revisions

From Kelpwing Wiki
No edit summary
No edit summary
Line 65: Line 65:
{
{
"params": {
"params": {
"name": {},
"name": {
"image": {},
"description": "Character's name",
"gender": {},
"type": "string",
"pronouns": {},
"required": true
"parents": {},
},
"siblings": {},
"image": {
"partner": {},
"description": "Headshot image of character",
"status": {},
"type": "wiki-file-name",
"overview": {},
"required": true
"appearance": {},
},
"personality": {},
"gender": {
"earlylife": {},
"description": "character's gender",
"arc": {},
"type": "string",
"arcdetails": {},
"required": true
"relationships": {},
},
"pronouns": {
"type": "string",
"required": true
},
"parents": {
"type": "string",
"required": true
},
"siblings": {
"type": "string",
"required": true
},
"partner": {
"type": "string"
},
"status": {
"description": "alive/deceased",
"type": "string",
"required": true
},
"overview": {
"description": "about the character!",
"type": "string",
"required": true
},
"appearance": {
"description": "describe appearence!",
"type": "string",
"suggested": true
},
"personality": {
"type": "string",
"suggested": true
},
"earlylife": {
"type": "string"
},
"arc": {
"type": "string"
},
"arcdetails": {
"type": "string"
},
"relationships": {
"description": "go into depth on the relationship details from earlier",
"type": "string"
},
"trivia": {},
"trivia": {},
"gallery": {},
"gallery": {
"category": {},
"type": "wiki-file-name"
"age": {},
},
"children": {}
"category": {
"type": "url"
},
"age": {
"description": "Age, hatch year",
"type": "string",
"required": true
},
"children": {
"type": "string",
"required": true
}
},
},
"paramOrder": [
"paramOrder": [
"name",
"name",
        "image",
"image",
"age",
"age",
"gender",
"gender",
Line 107: Line 165:
"gallery",
"gallery",
"category"
"category"
]
],
"description": "Character page template!"
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 17:01, 6 February 2026

[Character Name]
[[File:[Image-filename].png|250px]]
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]

References

[category]


Character page template!

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
namename

Character's name

Stringrequired
imageimage

Headshot image of character

Filerequired
ageage

Age, hatch year

Stringrequired
gendergender

character's gender

Stringrequired
pronounspronouns

no description

Stringrequired
parentsparents

no description

Stringrequired
siblingssiblings

no description

Stringrequired
partnerpartner

no description

Stringoptional
childrenchildren

no description

Stringrequired
statusstatus

alive/deceased

Stringrequired
overviewoverview

about the character!

Stringrequired
appearanceappearance

describe appearence!

Stringsuggested
personalitypersonality

no description

Stringsuggested
earlylifeearlylife

no description

Stringoptional
arcarc

no description

Stringoptional
arcdetailsarcdetails

no description

Stringoptional
relationshipsrelationships

go into depth on the relationship details from earlier

Stringoptional
triviatrivia

no description

Unknownoptional
gallerygallery

no description

Fileoptional
categorycategory

no description

URLoptional