| Line 106: |
Line 106: |
| | <noinclude> | | <noinclude> |
| | This InfoOC is intended for use on OC user-pages. For more customization, see: [[Template:InfoOC/Extra]] • [[Template:InfoOC/LowMarginExtra]] | | This InfoOC is intended for use on OC user-pages. For more customization, see: [[Template:InfoOC/Extra]] • [[Template:InfoOC/LowMarginExtra]] |
| − | </noinclude> | + | <templatedata> |
| | + | { |
| | + | "params": { |
| | + | "boxcolor": { |
| | + | "label": "InfoBox color", |
| | + | "description": "When a valid RGB hex is input, the box will match the color.", |
| | + | "example": "|boxcolor=#ff8682", |
| | + | "type": "content", |
| | + | "autovalue": "#F29400" |
| | + | }, |
| | + | "name": { |
| | + | "label": "Character Name", |
| | + | "description": "The name of the character. If not specified, will default to the page name.", |
| | + | "example": "|name=Veila", |
| | + | "type": "string", |
| | + | "autovalue": "{{PAGENAME]]", |
| | + | "suggested": true |
| | + | }, |
| | + | "image": { |
| | + | "label": "Image", |
| | + | "description": "An image for use in the infobox. Although an image is suggested, all media is accepted, including <tabber> tabs. For best results, it is suggested that images are centered and not exceed 290px in size.", |
| | + | "example": "|image=[[File:IdentityQuest_Veila.png|center|290px]]", |
| | + | "type": "wiki-file-name", |
| | + | "autovalue": "[[File:ComingSoon.png]]", |
| | + | "suggested": true |
| | + | }, |
| | + | "caption": { |
| | + | "label": "Image Caption", |
| | + | "description": "A caption to display under the image. If nothing is specified, this field is hidden.", |
| | + | "example": "|caption=Veila as she appeared in life.", |
| | + | "type": "content", |
| | + | "autovalue": "" |
| | + | }, |
| | + | "species": { |
| | + | "label": "Species", |
| | + | "description": "The species of the subject character. Defaults to Raposa. Accepts any text value.", |
| | + | "example": "|species=Raposa", |
| | + | "type": "string", |
| | + | "autovalue": "Raposa", |
| | + | "suggested": true |
| | + | }, |
| | + | "gender": { |
| | + | "label": "Gender", |
| | + | "description": "The gender of the subject character. Accepts any text value.", |
| | + | "example": "|gender=Female", |
| | + | "type": "string", |
| | + | "autovalue": "N/A", |
| | + | "suggested": true |
| | + | }, |
| | + | "orientation": { |
| | + | "label": "Orientation", |
| | + | "description": "The orientation of the subject character. Has no default. Accepts any text value.", |
| | + | "example": "|orientation=Straight", |
| | + | "type": "string", |
| | + | "autovalue": "", |
| | + | "suggested": true |
| | + | }, |
| | + | "age": { |
| | + | "label": "Age", |
| | + | "description": "The age of the subject character. Accepts any text value.", |
| | + | "example": "|age=19", |
| | + | "type": "number", |
| | + | "autovalue": "N/A", |
| | + | "suggested": true |
| | + | }, |
| | + | "birthday": { |
| | + | "label": "Birthday", |
| | + | "description": "The birthday of the subject character. Accepts any text value.", |
| | + | "example": "|birthday=Spring 1, 4", |
| | + | "type": "content", |
| | + | "autovalue": "N/A", |
| | + | "suggested": true |
| | + | }, |
| | + | "hair": { |
| | + | "label": "Hair Color", |
| | + | "description": "The hair color of the subject character. Accepts any text value, but the ColorDot template is preferred.", |
| | + | "example": "|hair={{ColorDot|#532f02}}", |
| | + | "type": "wiki-template-name", |
| | + | "autovalue": "N/A", |
| | + | "suggested": true |
| | + | }, |
| | + | "fur": { |
| | + | "label": "Fur Color", |
| | + | "description": "The fur color of the subject character. Accepts any text value, but the ColorDot template is preferred.", |
| | + | "example": " |fur= {{ColorDot|#d29a54}}", |
| | + | "type": "wiki-template-name", |
| | + | "autovalue": "N/A", |
| | + | "suggested": true |
| | + | }, |
| | + | "skin": { |
| | + | "label": "Skin Color", |
| | + | "description": "The skin color of the subject character. Accepts any text value, but the ColorDot template is preferred.", |
| | + | "example": "|skin= {{ColorDot|#f4ce9d}}", |
| | + | "type": "wiki-template-name", |
| | + | "autovalue": "N/A" |
| | + | }, |
| | + | "eyes": { |
| | + | "label": "Eye Color", |
| | + | "description": "The eye color of the subject character. Accepts any text value, but the ColorDot template is preferred.", |
| | + | "example": "|eyes={{ColorDot|#5d2509}}", |
| | + | "type": "wiki-template-name", |
| | + | "autovalue": "N/A", |
| | + | "suggested": true |
| | + | }, |
| | + | "other": { |
| | + | "label": "Other Characteristics", |
| | + | "description": "Other characteristics the user may wish to include. Go wild! Accepts any text value.", |
| | + | "example": "|other={{Tooltip|mastertext=Red soul|tooltip=Soul color determines what kind of magic is most natural to a Raposa}}", |
| | + | "autovalue": "N/A" |
| | + | }, |
| | + | "home": { |
| | + | "label": "Home", |
| | + | "description": "The home of the subject character. Accepts any text value, but plain links are recommended.", |
| | + | "example": "|home= [[Raposa Village|Capital Village]]", |
| | + | "type": "wiki-page-name", |
| | + | "autovalue": "N/A", |
| | + | "suggested": true |
| | + | }, |
| | + | "relationships": { |
| | + | "label": "Relationships", |
| | + | "description": "Important relationships this character has with others. Accepts any value. To input mulitple lines, use <br> tags between lines.", |
| | + | "example": "|relationships = Kodir (Romantic interest)<br>Manere (Best friend)", |
| | + | "type": "content", |
| | + | "autovalue": "N/A", |
| | + | "suggested": true |
| | + | }, |
| | + | "role": { |
| | + | "label": "Character Role", |
| | + | "description": "The role of the subject character. Accepts any value. To input mulitple lines, use <br> tags between lines.", |
| | + | "example": "|role=Genesis Raposa<br>First magician<br>Master magician", |
| | + | "type": "content", |
| | + | "autovalue": "N/A", |
| | + | "suggested": true |
| | + | }, |
| | + | "magic": { |
| | + | "label": "Special Abilities", |
| | + | "description": "Special abilities of the subject character. Accepts any value. To input mulitple lines, use <br> tags between lines.", |
| | + | "example": "|magic={{Tooltip|mastertext=Master|tooltip=This character possesses absurdly high levels of magical knowledge and experience.}}", |
| | + | "type": "content", |
| | + | "autovalue": "N/A", |
| | + | "suggested": true |
| | + | }, |
| | + | "status": { |
| | + | "label": "Character Status", |
| | + | "description": "Whether the character is alive or dead. Accepts any value. Defaults to Alive if unspecified.", |
| | + | "example": "|status=Alive", |
| | + | "type": "content", |
| | + | "autovalue": "Alive" |
| | + | } |
| | + | }, |
| | + | "description": "This infobox is for use on fanon character pages and offers additional input fields compared to the standard character infobox.", |
| | + | "paramOrder": [ |
| | + | "name", |
| | + | "image", |
| | + | "caption", |
| | + | "species", |
| | + | "gender", |
| | + | "orientation", |
| | + | "age", |
| | + | "birthday", |
| | + | "hair", |
| | + | "fur", |
| | + | "skin", |
| | + | "eyes", |
| | + | "other", |
| | + | "home", |
| | + | "relationships", |
| | + | "role", |
| | + | "magic", |
| | + | "status", |
| | + | "boxcolor" |
| | + | ], |
| | + | "format": "block" |
| | + | } |
| | + | </templatedata></noinclude> |