More actions
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 | ||
| | | title = {{{name|{{PAGENAME}}}}} | ||
| image = {{{image|}}} | | image = {{{image|}}} | ||
| caption1 = {{{caption|}}} | | caption1 = {{{caption|}}} | ||
Line 64: | Line 82: | ||
| header1 = In-universe information | | header1 = In-universe information | ||
| | | label2 = Tribe | ||
| | | data2 = {{{tribe|}}} | ||
| label3 = Gender | |||
| data3 = {{{gender|}}} | |||
| label4 = Age | |||
| data4 = {{{age|}}} | |||
| | | header5 = Meta information | ||
| | | label6 = First appearance | ||
| | | data6 = {{{first_appearance|}}} | ||
| | | label5 = Last appearance | ||
| | | data5 = {{{last_appearance|}}} | ||
}} | }} |
Revision as of 18:16, 14 December 2024
An infobox that describes a character
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The name of the character.
| String | required |
Image | image | An image of the character. | Page name | suggested |
Caption | caption | A caption for the image. | String | optional |
Tribe | tribe | The tribe of the dragon.
| Page name | suggested |
Gender | gender | The gender of the character.
| String | suggested |
Age | age | The age of the character.
| String | suggested |
First Appearance | first_appearance | The book the character first appeared in.
| Page name | suggested |
Last Appearance | last_appearance | The last book the character appeared in.
| Page name | suggested |
In-universe information | |
---|---|
Meta information |