Template:CharacterInfobox: Difference between revisions
Added image slot and parameter list |
Added TemplateData extension |
||
Line 1: | Line 1: | ||
< | <includeonly> | ||
<infobox> | <infobox> | ||
<title source="title"> | <title source="title"> | ||
Line 41: | Line 15: | ||
<data source="height"> | <data source="height"> | ||
<label>Height</label> | <label>Height</label> | ||
<format>{{{height}}} cm</format> | |||
</data> | </data> | ||
<data source="hair"> | <data source="hair"> | ||
Line 55: | Line 30: | ||
</data> | </data> | ||
<data source="lactation"> | <data source="lactation"> | ||
<label>Lactation</label> | <label>Lactation ml/day</label> | ||
</data> | </data> | ||
<data source="penis"> | <data source="penis"> | ||
<label>Penis Size</label> | <label>Penis Size</label> | ||
<format>{{{penis}}} cm</format> | |||
</data> | </data> | ||
<data source="testicle"> | <data source="testicle"> | ||
Line 64: | Line 40: | ||
</data> | </data> | ||
<data source="cum"> | <data source="cum"> | ||
<label>Cum Production</label> | <label>Cum Production (ml/day)</label> | ||
</data> | </data> | ||
</group> | </group> | ||
Line 71: | Line 47: | ||
<data source="sexuality"> | <data source="sexuality"> | ||
<label>Sexuality</label> | <label>Sexuality</label> | ||
<format>[[{{{sexuality}}}]] [[Category:{{{sexuality}}} Characters]]</format> | |||
</data> | </data> | ||
<data source="fetishes"> | <data source="fetishes"> | ||
Line 101: | Line 78: | ||
</group> | </group> | ||
</infobox> | </infobox> | ||
</includeonly> | |||
<templatedata> | |||
{ | |||
"description": "Standard character infobox, omitted parameters will be hidden", | |||
"params": { | |||
"title": { | |||
"label": "Infobox Title", | |||
"description": "Title of the infobox, will default to the page name", | |||
"suggested": true, | |||
"type": "string" | |||
}, | |||
"image": { | |||
"label": "Gallery", | |||
"description": "https://community.fandom.com/wiki/Help:Infoboxes#How_to_use_multiple_images_or_videos", | |||
"type": "string" | |||
}, | |||
"species": { | |||
"label": "Species", | |||
"description": "Character species, requires manual linking and categories", | |||
"example": "Greater [[Demon]] (Succubus)" | |||
}, | |||
"gender": { | |||
"label": "Gender", | |||
"description": "Character gender", | |||
"example": "Futanari", | |||
"type": "string" | |||
}, | |||
"height": { | |||
"label": "Height", | |||
"example": "180", | |||
"description": "Character height in cm", | |||
"type": "number" | |||
}, | |||
"hair": { | |||
"label": "Hair Colour", | |||
"description": "Character's hair colour", | |||
"type": "string" | |||
}, | |||
"eye": { | |||
"label": "Eye Colour", | |||
"description": "Character's eye colour", | |||
"type": "string" | |||
}, | |||
"skin": { | |||
"label": "Skin Colour", | |||
"description": "Character's skin colour", | |||
"type": "string" | |||
}, | |||
"breast": { | |||
"label": "Breast Size", | |||
"example": "G-cup", | |||
"description": "Character's breast size (if they have breasts)", | |||
"type": "string" | |||
}, | |||
"lactation": { | |||
"label": "Lactation rate", | |||
"example": "100", | |||
"description": "Daily lactation regen", | |||
"type": "number" | |||
}, | |||
"penis": { | |||
"label": "Dick size", | |||
"example": "24", | |||
"description": "Length in cm", | |||
"type": "number" | |||
}, | |||
"testicle": { | |||
"label": "Testicle size", | |||
"example": "Huge", | |||
"description": "Testicle size description", | |||
"type": "string" | |||
}, | |||
"cum": { | |||
"label": "Cum Production", | |||
"example": "100", | |||
"description": "Daily lactation regen", | |||
"type": "number" | |||
}, | |||
"sexuality": { | |||
"label": "Sexuality", | |||
"description": "Character Sexuality, will automatically link and categorise", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Androphilic", | |||
"Ambiphilic", | |||
"Gynephilic" | |||
] | |||
}, | |||
"fetishes": { | |||
"label": "Fetishes", | |||
"description": "List of character fetishes, requires manual linking", | |||
"type": "string" | |||
}, | |||
"desires": { | |||
"label": "Desires", | |||
"description": "List of character desires", | |||
"type": "string" | |||
}, | |||
"level": { | |||
"label": "Level", | |||
"description": "Character's level on Human difficulty", | |||
"type": "number" | |||
}, | |||
"physique": { | |||
"label": "Physique", | |||
"description": "Character's physique attribute", | |||
"type": "number" | |||
}, | |||
"arcane": { | |||
"label": "Arcane", | |||
"description": "Character's arcane attribute", | |||
"type": "number" | |||
}, | |||
"corruption": { | |||
"label": "Corruption", | |||
"description": "Character's corruption attribute", | |||
"type": "number" | |||
}, | |||
"hp": { | |||
"label": "Health", | |||
"description": "Character's max hitpoints", | |||
"type": "number" | |||
}, | |||
"aura": { | |||
"label": "Aura", | |||
"description": "Character's max aura", | |||
"type": "number" | |||
} | |||
} | |||
} | |||
</templatedata> |
Revision as of 17:17, 14 December 2023
Standard character infobox, omitted parameters will be hidden
Parameter | Description | Type | Status | |
---|---|---|---|---|
Infobox Title | title | Title of the infobox, will default to the page name | String | suggested |
Gallery | image | https://community.fandom.com/wiki/Help:Infoboxes#How_to_use_multiple_images_or_videos | String | optional |
Species | species | Character species, requires manual linking and categories
| Unknown | optional |
Gender | gender | Character gender
| String | optional |
Height | height | Character height in cm
| Number | optional |
Hair Colour | hair | Character's hair colour | String | optional |
Eye Colour | eye | Character's eye colour | String | optional |
Skin Colour | skin | Character's skin colour | String | optional |
Breast Size | breast | Character's breast size (if they have breasts)
| String | optional |
Lactation rate | lactation | Daily lactation regen
| Number | optional |
Dick size | penis | Length in cm
| Number | optional |
Testicle size | testicle | Testicle size description
| String | optional |
Cum Production | cum | Daily lactation regen
| Number | optional |
Sexuality | sexuality | Character Sexuality, will automatically link and categorise
| String | optional |
Fetishes | fetishes | List of character fetishes, requires manual linking | String | optional |
Desires | desires | List of character desires | String | optional |
Level | level | Character's level on Human difficulty | Number | optional |
Physique | physique | Character's physique attribute | Number | optional |
Arcane | arcane | Character's arcane attribute | Number | optional |
Corruption | corruption | Character's corruption attribute | Number | optional |
Health | hp | Character's max hitpoints | Number | optional |
Aura | aura | Character's max aura | Number | optional |