Template:Infobox character: Difference between revisions

From Our World of Text Wiki
Jump to navigation Jump to search
m (Fixed Socials group.)
(Fixed template and moved TemplateData to documentation.)
Line 2: Line 2:
<title source="name"/>
<title source="name"/>
<image source="image">
<image source="image">
<caption source="imagecaption"/>
<caption source="imageCaption"/>
</image>
</image>
<group>
<group>
Line 36: Line 36:
<header>Socials</header>
<header>Socials</header>
<data source="webpage"><label>Webpage</label></data>
<data source="webpage"><label>Webpage</label></data>
<data source="gdAcc"><label>Geometry Dash account</label></data>
<data source="otherSocials"><label>Others</label></data>
<data source="otherSocials"><label>Others</label></data>
</group>
</group>
</infobox>
</infobox><noinclude>
<noinclude>
{{Documentation}}
<templatedata>
{
"params": {
"name": {
"aliases": [
"Display name",
"Name"
],
"label": "Username",
"description": "Their Uvias account's display name.",
"example": "lime.owot",
"type": "string",
"required": true
},
"image": {
"label": "Image",
"description": "A link to an image of their persona, if any",
"type": "url"
},
"imagecaption": {
"aliases": [
"Caption"
],
"label": "Image caption",
"description": "A caption of the image shown at the top of the infobox.",
"example": "User's persona, called namehere.",
"type": "string"
},
"realName": {
"label": "Real name",
"description": "Legal name. Please do not fill this in unless they have stated they are comfortable with this on their wiki page.",
"example": "What \"Da\" Hell",
"type": "string"
},
"aliases": {
"label": "Aliases",
"description": "Names they go by, other than their username.",
"example": "lime.person, LimeSlime888",
"type": "string"
},
"relatives": {
"description": "(Close) relatives of the user. Please do not fill this in unless they have stated they are comfortable with this on their wiki page.",
"example": "Oh \"Mah\" Gawd, Hell Nah",
"type": "string"
},
"affiliation": {
"label": "Affiliation",
"description": "On Wikipedia it's stated that it's for groups and teams the user belongs to, but most use it for friends and enemies the user has.",
"type": "string",
"deprecated": "Use Friends and Enemies instead."
},
"friends": {
"label": "Friends",
"description": "People this user has a positive relationship with.",
"example": "user2 [close in real life], Name_less",
"type": "string",
"suggested": true
},
"enemies": {
"label": "Enemies",
"description": "People that the user has a negative relationship with.",
"example": "antiuser, slashblockuseruser",
"type": "string",
"suggested": true
},
"age": {
"label": "Age",
"description": "Years since this user was born. A range of possible ages or an age up to the year can be given. Please do not fill this in if they have stated they are not comfortable with this on their wiki page.",
"example": "14.7",
"type": "number"
},
"sex": {
"label": "Sex",
"description": "The biological sex of the user.",
"example": "Female",
"type": "string"
},
"gender": {
"aliases": [
"Gender identity"
],
"label": "Gender",
"description": "If different to Sex, the gender identity of the user.",
"example": "Demigirl (transgender)",
"type": "string"
},
"sexualOrientation": {
"label": "Sexual orientation",
"example": "Heterosexual (or use straight)",
"type": "string"
},
"race": {
"label": "Race",
"example": "Japanese",
"type": "string"
},
"nationality": {
"aliases": [
"Nationality"
],
"label": "Country of origin",
"description": "Please do not fill this in if they have stated they are not comfortable with this on their wiki page.",
"example": "Russia",
"type": "string"
},
"residence": {
"aliases": [
"Residence",
"Abode"
],
"label": "City or country of residence",
"description": "Please do not fill this in unless they have stated they are comfortable with this on their wiki page.",
"example": "Bristol, England, United Kingdom",
"type": "string"
},
"marital": {
"aliases": [
"Married"
],
"label": "Marital status",
"description": "Please do not fill this in unless they have stated they are comfortable with this on their wiki page.",
"example": "Engaged with _someuser",
"type": "string"
},
"birthDate": {
"aliases": [
"Birth date"
],
"label": "Date of birth",
"description": "Please do not fill this in if they have stated they are not comfortable with this on their wiki page.",
"type": "date"
},
"birthPlace": {
"label": "Place of birth",
"description": "Please do not fill this in unless they have stated they are comfortable with this on their wiki page.",
"example": "Seattle, Washington, USA"
},
"deathDate": {
"aliases": [
"Death date"
],
"label": "Date of death",
"description": "It would be wild if this were used and would be telling the truth.",
"example": "3rd September, 2075",
"type": "date"
},
"deathPlace": {
"aliases": [
"Death place"
],
"label": "Place of death",
"example": "Moog City, Maxecraf, Mars",
"type": "string"
},
"height": {
"aliases": [
"Vertical length"
],
"label": "Height",
"description": "Height standing upright with heels and toes touching a flat ground. Recommended unit: centimeters",
"example": "166 cm",
"type": "number"
},
"weight": {
"aliases": [
"Mass"
],
"label": "Weight",
"description": "It's actually mass, by the way. Recommended unit: kilograms",
"example": "76 kg"
},
"eyes": {
"aliases": [
"Eye colour"
],
"label": "Eye color",
"description": "A rough description of the eye color."
},
"webpage": {
"aliases": [
"Web page",
"Website",
"Personal website"
],
"label": "Webpage",
"description": "The user's personal website.",
"example": "https://lime-textgrid.neocities.org",
"type": "url"
},
"gdAcc": {
"aliases": [
"GD account",
"GD username"
],
"label": "Geometry Dash account",
"description": "The username of the user's Geometry Dash account.",
"example": "AndreiXYZ"
},
"otherSocials": {
"label": "Others",
"description": "Socials other than the ones captured by other parameters.",
"type": "string"
}
},
"description": "Infobox for OWoT users (Uvias accounts).",
"format": "block",
"paramOrder": [
"name",
"image",
"imagecaption",
"realName",
"aliases",
"relatives",
"affiliation",
"friends",
"enemies",
"age",
"sex",
"gender",
"sexualOrientation",
"race",
"nationality",
"residence",
"marital",
"birthDate",
"birthPlace",
"deathDate",
"deathPlace",
"height",
"weight",
"eyes",
"webpage",
"gdAcc",
"otherSocials"
]
}
</templatedata>
</noinclude>
</noinclude>

Revision as of 15:05, 19 November 2024