Template:CharacterInfobox: Difference between revisions
Recreated the infobox from the official wiki |
mNo edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Characters]] | |||
<includeonly> | |||
<infobox> | <infobox> | ||
<title source="title"> | <title source="title"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<image source="image"/> | |||
<group> | <group> | ||
<header>Physical Description</header> | <header>Physical Description</header> | ||
Line 13: | Line 16: | ||
<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 27: | Line 31: | ||
</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 36: | Line 41: | ||
</data> | </data> | ||
<data source="cum"> | <data source="cum"> | ||
<label>Cum Production | <label>Cum Production (ml/day)</label> | ||
</data> | </data> | ||
</group> | </group> | ||
Line 50: | Line 48: | ||
<data source="sexuality"> | <data source="sexuality"> | ||
<label>Sexuality</label> | <label>Sexuality</label> | ||
<format>[[Sexuality|{{{sexuality}}}]] [[Category:{{{sexuality}}} Characters]]</format> | |||
</data> | </data> | ||
<data source="fetishes"> | <data source="fetishes"> | ||
Line 63: | Line 62: | ||
<label>Level</label> | <label>Level</label> | ||
</data> | </data> | ||
<data source=" | <data source="physique"> | ||
<label>Physique</label> | <label>Physique</label> | ||
</data> | </data> | ||
Line 80: | Line 79: | ||
</group> | </group> | ||
</infobox> | </infobox> | ||
</includeonly> | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "Standard character infobox, omitted parameters will be hidden", | |||
"params": { | |||
"title": { | |||
"label": "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 cum 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> | |||
<noinclude> |
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 |