Template:Infobox character/doc: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 35: Line 35:
* 269 (current)}}
* 269 (current)}}
| hometown = [[Baldur's Gate]]
| hometown = [[Baldur's Gate]]
| role = [[Origin characters|Origin character]], [[Companions|companion]]}}
| role = [[Origin characters|Origin character]], [[Companions|Companion]]}}


== Template data ==
== Template data ==
Line 42: Line 42:
{
{
"params": {
"params": {
"child": {},
"child": {
"labelstyle": {},
"description": "Add yes to make this infobox a child for use in another infobox's module parameter.",
"datastyle": {},
"type": "string",
"name": {},
"suggestedvalues": [
"level": {},
"yes"
"class_title": {},
]
"subclass": {},
},
"image": {},
"labelstyle": {
"imagesize": {},
"description": "Add custom CSS style to all labels in the infobox.",
"imagecaption": {},
"type": "string"
"role": {},
},
"creator": {},
"datastyle": {
"voice": {},
"description": "Add custom CSS style to all data cells in the infobox.",
"full_name": {},
"type": "string"
"titles": {},
},
"race": {},
"name": {
"class": {},
"description": "The character or creature's in-game display name, which may or may not be their actual name.",
"background": {},
"example": "Astarion",
"hometown": {},
"type": "string",
"age": {},
"suggested": true
"family": {},
},
"modules": {},
"level": {
"below": {}
"description": "The creature's level, given in a number.",
}
"example": "10",
"type": "number",
"suggested": true
},
"class_title": {
"label": "Class (title)",
"description": "Adds the creature's class to the subheading of the infobox, next to the creature's level. If the creature's class is also added using the Class parameter, this should not consist of a link.",
"example": "[[Cleric]] or Cleric",
"type": "content"
},
"image": {
"label": "Image name",
"description": "The name of an image to be used in the infobox, without the namespace.",
"example": "Astarion Cover Art.png",
"type": "wiki-file-name",
"suggested": true
},
"imagesize": {
"label": "Image scaling factor",
"description": "Add a scale factor to resize the image. Best values are usually 0.7-1.0. Should never exceed 1.3",
"example": "1.0",
"type": "number"
},
"imagecaption": {
"label": "Image caption",
"description": "A caption to be displayed below the infobox image. Will be used as the image's alt text if alt text parameter is left empty.",
"example": "Astartion cover art",
"type": "content",
"suggested": true
},
"role": {
"description": "The character's role in the game.",
"example": "Origin character, companion",
"type": "content",
"suggested": true
},
"creator": {
"description": "The name of the character's creator.",
"type": "content"
},
"voice": {
"description": "The name of the character's voice actor or actress.",
"example": "Neil Newbon",
"type": "content"
},
"full_name": {
"label": "Full name",
"description": "The character's full name."
},
"titles": {
"description": "One or multiple titltes the creature goes by.",
"example": "The Blade of Frontiers",
"type": "content"
},
"race": {
"description": "The creature's race.",
"example": "[[Half-elf]]",
"type": "content"
},
"class": {
"label": "Class (data)",
"description": "The creature's class, added as a data cell.",
"example": "[[Cleric]]"
},
"background": {
"description": "The character's baackground.",
"example": "[[Charlatan]]",
"type": "content"
},
"hometown": {
"description": "The character's hometown, if any.",
"example": "[[Baldur's Gate]]",
"type": "content"
},
"age": {
"description": "The character's age.",
"example": "43 years",
"type": "content"
},
"family": {
"description": "The character's family, if any.",
"type": "content"
},
"modules": {
"description": "Used to add other infoboxes as modules.",
"type": "wiki-template-name",
"deprecated": "Use module1, module2 and module3 instead."
},
"below": {
"description": "Adds a below header to the infobox. Rarely necessary and not recommended.",
"type": "content"
},
"module1": {
"description": "Used to add other infoboxes as modules.",
"example": "{{Infobox statistics\n| child = yes\n| armour_class = \n| hit_points = \n| str = \n| dex =\n| con = \n| int = \n| wis = \n| cha =\n}}",
"type": "wiki-template-name"
},
"module2": {
"description": "Used to add other infoboxes as modules.",
"example": "{{Infobox statistics\n| child = yes\n| armour_class = \n| hit_points = \n| str = \n| dex =\n| con = \n| int = \n| wis = \n| cha =\n}}",
"type": "wiki-template-name"
},
"module3": {
"description": "Used to add other infoboxes as modules.",
"example": "{{Infobox statistics\n| child = yes\n| armour_class = \n| hit_points = \n| str = \n| dex =\n| con = \n| int = \n| wis = \n| cha =\n}}",
"type": "wiki-template-name"
},
"bodyclass": {
"description": "Specify a custom CSS class for the entire infobox.",
"example": "Adding a class to wrap or not wrap the infobox.",
"type": "string",
"suggestedvalues": [
"wrap",
"nowrap"
]
},
"image_alt_text": {
"label": "Image alt text",
"description": "An alt text for the infobox image. If left empty will default to the image caption.",
"type": "content",
"suggested": true
},
"subclass_title": {
"description": "Adds the creature's subclass class to the subheading of the infobox, below the creature's level and class. If the creature's subclass is also added using the subclass parameter, this should not consist of a link.",
"example": "[[Knowledge Domain]] or Knowledge Domain",
"type": "content"
},
"subclass": {
"label": "Subclass (data)",
"description": "The creature's subclass, added as a data cell.",
"example": "[[Knowledge Domain]]",
"type": "content"
}
},
"paramOrder": [
"child",
"bodyclass",
"labelstyle",
"datastyle",
"name",
"level",
"class_title",
"subclass_title",
"image",
"imagesize",
"image_alt_text",
"imagecaption",
"role",
"creator",
"voice",
"full_name",
"titles",
"race",
"background",
"class",
"subclass",
"hometown",
"age",
"family",
"modules",
"module1",
"module2",
"module3",
"below"
]
}</templatedata>
}</templatedata>
[[Category:Templates]]
[[Category:Templates]]
[[Category:Infobox templates]]
[[Category:Infobox templates]]