Template:CharacterInfobox: Difference between revisions
Added cm to feet/inch and day to minute conversions |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Characters]] | |||
<includeonly> | <includeonly> | ||
<infobox> | <infobox> | ||
Line 15: | Line 16: | ||
<data source="height"> | <data source="height"> | ||
<label>Height</label> | <label>Height</label> | ||
<format>{{{height}}} cm | <format>{{{height}}} cm</format> | ||
</data> | </data> | ||
<data source="hair"> | <data source="hair"> | ||
Line 30: | Line 31: | ||
</data> | </data> | ||
<data source="lactation"> | <data source="lactation"> | ||
<label>Lactation (ml/ | <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>{{{penis}}} cm</format> | ||
</data> | </data> | ||
<data source="testicle"> | <data source="testicle"> | ||
Line 41: | Line 41: | ||
</data> | </data> | ||
<data source="cum"> | <data source="cum"> | ||
<label>Cum Production (ml/ | <label>Cum Production (ml/day)</label> | ||
</data> | </data> | ||
</group> | </group> | ||
Line 49: | Line 48: | ||
<data source="sexuality"> | <data source="sexuality"> | ||
<label>Sexuality</label> | <label>Sexuality</label> | ||
<format>[[{{{sexuality}}}]] [[Category:{{{sexuality}}} Characters]]</format> | <format>[[Sexuality|{{{sexuality}}}]] [[Category:{{{sexuality}}} Characters]]</format> | ||
</data> | </data> | ||
<data source="fetishes"> | <data source="fetishes"> | ||
Line 87: | Line 86: | ||
"params": { | "params": { | ||
"title": { | "title": { | ||
"label": " | "label": "Title", | ||
"description": "Title of the infobox, will default to the page name", | "description": "Title of the infobox, will default to the page name", | ||
"suggested": true, | "suggested": true, | ||
Line 182: | Line 181: | ||
"label": "Level", | "label": "Level", | ||
"description": "Character's level on Human difficulty", | "description": "Character's level on Human difficulty", | ||
"type": "number | "type": "number" | ||
}, | }, | ||
"physique": { | "physique": { | ||
"label": "Physique", | "label": "Physique", | ||
"description": "Character's physique attribute", | "description": "Character's physique attribute", | ||
"type": "number | "type": "number" | ||
}, | }, | ||
"arcane": { | "arcane": { | ||
"label": "Arcane", | "label": "Arcane", | ||
"description": "Character's arcane attribute", | "description": "Character's arcane attribute", | ||
"type": "number | "type": "number" | ||
}, | }, | ||
"corruption": { | "corruption": { | ||
"label": "Corruption", | "label": "Corruption", | ||
"description": "Character's corruption attribute", | "description": "Character's corruption attribute", | ||
"type": "number | "type": "number" | ||
}, | }, | ||
"hp": { | "hp": { | ||
"label": "Health", | "label": "Health", | ||
"description": "Character's max hitpoints", | "description": "Character's max hitpoints", | ||
"type": "number | "type": "number" | ||
}, | }, | ||
"aura": { | "aura": { | ||
"label": "Aura", | "label": "Aura", | ||
"description": "Character's max aura", | "description": "Character's max aura", | ||
"type": "number | "type": "number" | ||
} | } | ||
} | } |
Latest revision as of 17:29, 19 December 2023
Standard character infobox, omitted parameters will be hidden
Parameter | Description | Type | Status | |
---|---|---|---|---|
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 cum 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 |