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 infobox: Difference between revisions

Template page
Created basic character infobox
 
Added more parameters and fixed Infobox formatting issues.
Line 16: Line 16:
"type": "wiki-page-name",
"type": "wiki-page-name",
"autovalue": "",
"autovalue": "",
"example": "MudWing"
"example": "MudWing",
"suggested": true
},
},
"image": {
"image": {
Line 41: Line 42:
"example": "Talons of Power",
"example": "Talons of Power",
"type": "wiki-page-name",
"type": "wiki-page-name",
"suggested": true
},
"age": {
"label": "Age",
"description": "The age of the character.",
"example": "7 years",
"type": "string",
"suggested": true
},
"gender": {
"label": "Gender",
"description": "The gender of the character.",
"example": "Male",
"type": "string",
"suggested": true
"suggested": true
}
}
Line 50: Line 65:
"caption",
"caption",
"tribe",
"tribe",
"gender",
"age",
"first_appearance",
"first_appearance",
"last_appearance"
"last_appearance"
Line 56: Line 73:
</templatedata>
</templatedata>
</noinclude>
</noinclude>


{{Infobox
{{Infobox
| name     = {{{name|{{PAGENAME}}}}}
| title     = {{{name|{{PAGENAME}}}}}
| image    = {{{image|}}}
| image    = {{{image|}}}
| caption1 = {{{caption|}}}
| caption1 = {{{caption|}}}
Line 64: Line 82:
| header1  = In-universe information
| header1  = In-universe information


| label1   = Tribe
| label2   = Tribe
data1   = {{{tribe|}}}
data2   = {{{tribe|}}}
 
| label3  = Gender
|  data3  = {{{gender|}}}
 
| label4  = Age
|  data4  = {{{age|}}}


| header2 = Meta information
| header5 = Meta information


| label2   = First appearance
| label6   = First appearance
data2   = {{{first_appearance|}}}
data6   = {{{first_appearance|}}}


| label3   = Last appearance
| label5   = Last appearance
data3   = {{{last_appearance|}}}
data5   = {{{last_appearance|}}}
... <!-- etc. -->
}}
}}

Revision as of 18:16, 14 December 2024


An infobox that describes a character

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

The name of the character.

Example
Clay
Stringrequired
Imageimage

An image of the character.

Page namesuggested
Captioncaption

A caption for the image.

Stringoptional
Tribetribe

The tribe of the dragon.

Example
MudWing
Auto value
Page namesuggested
Gendergender

The gender of the character.

Example
Male
Stringsuggested
Ageage

The age of the character.

Example
7 years
Stringsuggested
First Appearancefirst_appearance

The book the character first appeared in.

Example
The Dragonet Prophecy
Page namesuggested
Last Appearancelast_appearance

The last book the character appeared in.

Example
Talons of Power
Page namesuggested


Character infobox
In-universe information
Meta information
Cookies help us deliver our services. By using our services, you agree to our use of cookies.