More actions
imo, we should just leave it up to the editor to wikilink these |
added more to TemplateData |
||
Line 28: | Line 28: | ||
"name": { | "name": { | ||
"label": "Name", | "label": "Name", | ||
"description": "The name of the character.", | "description": "The name of the character. Defaults to the page title.", | ||
"example": "Clay", | "example": "Clay", | ||
"type": "string", | "type": "string", | ||
Line 36: | Line 36: | ||
"label": "Tribe", | "label": "Tribe", | ||
"description": "The tribe of the dragon.", | "description": "The tribe of the dragon.", | ||
"type": " | "type": "string", | ||
"autovalue": "", | "autovalue": "", | ||
"example": "MudWing", | "example": "MudWing", | ||
"suggested": true | "suggested": true, | ||
"suggestedvalues": [ | |||
"MudWing", | |||
"SeaWing", | |||
"SandWing", | |||
"RainWing", | |||
"SkyWing", | |||
"IceWing", | |||
"NightWing", | |||
"SilkWing", | |||
"LeafWing", | |||
"HiveWing" | |||
] | |||
}, | }, | ||
"image": { | "image": { | ||
Line 56: | Line 68: | ||
"description": "The book the character first appeared in.", | "description": "The book the character first appeared in.", | ||
"example": "The Dragonet Prophecy", | "example": "The Dragonet Prophecy", | ||
"type": " | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 63: | Line 75: | ||
"description": "The last book the character appeared in.", | "description": "The last book the character appeared in.", | ||
"example": "Talons of Power", | "example": "Talons of Power", | ||
"type": " | "type": "content", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 78: | Line 90: | ||
"example": "Male", | "example": "Male", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true, | ||
"suggestedvalues": [ | |||
"Male", | |||
"Female" | |||
] | |||
} | } | ||
}, | }, |
Revision as of 06:38, 18 December 2024
In-universe information | |
---|---|
Meta information |
An infobox that describes a character
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The name of the character. Defaults to the page title.
| 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.
| String | 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.
| Content | suggested |
Last Appearance | last_appearance | The last book the character appeared in.
| Content | suggested |