Template:Infobox character: Difference between revisions

From Eeveesauce Lore Wiki
Jump to navigation Jump to search
No edit summary
(add nicknames)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
   <data source="parameter">
   <data source="parameter">
     <label>Label</label>
     <label>Label</label>
  </data>
  <data source="nicknames">
    <label>Nicknames</label>
   </data>
   </data>
   <data source="birthday">
   <data source="birthday">
     <label>Birthday</label>
     <label>Birthday</label>
   </data>
   </data>
   <data source="ability">
   <data source="abilities">
     <label>Ability</label>
     <label>Abilities</label>
   </data>
   </data>
   <data source="position">
   <data source="position">
Line 18: Line 21:
   <data source="affinity">
   <data source="affinity">
     <label>Affinity</label>
     <label>Affinity</label>
  </data>
  <data source="likes">
    <label>Likes</label>
  </data>
  <data source="dislikes">
    <label>Dislikes</label>
   </data>
   </data>
   <data source="height">
   <data source="height">
Line 35: Line 44:
"name": {
"name": {
"label": "Name",
"label": "Name",
"description": "The subject of the infobox",
"description": "The character's full name",
"example": "Tiny"
"example": "Tanisha Jalbert",
"required": true,
"type": "string",
"autovalue": ""
},
},
"image": {
"image": {
"label": "Image",
"label": "Image",
"description": "Usually a picture of what the article is describing.",
"description": "A picture of the character",
"example": "Tiny.png",
"example": "Tiny.png",
"type": "wiki-file-name",
"type": "wiki-file-name",
Line 48: Line 60:
"label": "Birthday",
"label": "Birthday",
"description": "The day someone was born",
"description": "The day someone was born",
"example": "2002-01-14",
"example": "January 14, 2002",
"type": "date",
"type": "date",
"default": "Unknown"
"default": "Unknown"
},
"abilities": {
"label": "Abilities",
"description": "Things that the character specializes in.",
"type": "string",
"example": "Getting distracted"
},
"position": {
"label": "Position",
"description": "Their job, basically.",
"example": "Unemployed",
"type": "string",
"default": "Unknown"
},
"affinity": {
"label": "Affinity",
"description": "Who the character affiliates with.",
"type": "string"
},
"likes": {
"label": "Likes",
"description": "The character's favourite things",
"example": "Strawberry milk",
"type": "string"
},
"dislikes": {
"label": "Dislikes",
"description": "The character's least favourite things.",
"example": "The banana",
"type": "string"
},
"height": {
"label": "Height",
"description": "The character's height.",
"example": "Below-average",
"type": "string"
},
"first-appearance": {
"label": "First Appearance",
"description": "The media in which the character was first introduced.",
"example": "[[Project Eeveesauce (2019]]",
"type": "string"
},
"last-appearance": {
"label": "Last Appearance",
"description": "The media in which the character was last seen.",
"example": "[[Return of the Eeveesauce]]",
"type": "string"
},
"nicknames": {
"label": "Nicknames",
"description": "Other names that the character goes by.",
"example": "Tiny",
"type": "string"
}
}
},
},
"description": "An infobox template "
"description": "A general infobox template for characters.",
"paramOrder": [
"name",
"image",
"nicknames",
"birthday",
"abilities",
"position",
"affinity",
"likes",
"dislikes",
"height",
"first-appearance",
"last-appearance"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 18:25, 11 April 2024

A general infobox template for characters.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

The character's full name

Example
Tanisha Jalbert
Auto value
Stringrequired
Imageimage

A picture of the character

Example
Tiny.png
Filesuggested
Nicknamesnicknames

Other names that the character goes by.

Example
Tiny
Stringoptional
Birthdaybirthday

The day someone was born

Default
Unknown
Example
January 14, 2002
Dateoptional
Abilitiesabilities

Things that the character specializes in.

Example
Getting distracted
Stringoptional
Positionposition

Their job, basically.

Default
Unknown
Example
Unemployed
Stringoptional
Affinityaffinity

Who the character affiliates with.

Stringoptional
Likeslikes

The character's favourite things

Example
Strawberry milk
Stringoptional
Dislikesdislikes

The character's least favourite things.

Example
The banana
Stringoptional
Heightheight

The character's height.

Example
Below-average
Stringoptional
First Appearancefirst-appearance

The media in which the character was first introduced.

Example
[[Project Eeveesauce (2019]]
Stringoptional
Last Appearancelast-appearance

The media in which the character was last seen.

Example
[[Return of the Eeveesauce]]
Stringoptional