Ad placeholder

Template:Infobox character/doc: Difference between revisions

Jump to navigation Jump to search
m
(Created page with "{{license|ccbysa}} Category:Template Category:Infobox templates")
 
(24 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{license|ccbysa}}
{{license|ccbysa}}
[[Category:Template]]
Preview:
<pre>
{{Infobox character
| child=
| bodyclass =
| labelstyle =
| datastyle =
| name =
| level =
| class_title
| subclass_title
| class =
| subclass =
| image =
| imagesize =
| image_alt_text =
| imagecaption =
| role =
| creator =
| voice =
| full_name =
| titles =
| race =
| background =
| hometown =
| age =
| family =
| module1 =
| module2 =
| module3 =
}}</pre>
This template adds an infobox with character information.
 
 
Can be combined with {{tlink|infobox statistics}}:
<pre>
{{Infobox character
| name =
| image =
| background =
| class =
| module = {{Infobox statistics
| child = yes
| armour_class =
| hit_points =
| str =
| dex =
| con =
| int =
| wis =
| cha =
}}}}
</pre>
 
== Example use ==
<pre style="float: left;">
{{Infobox character
| class = [[Rogue]]
| name = Astarion
| image = Astarion.png
| iamgecaption = Game cover artwork
| background = [[Charlatan]]
| race = [[High elf]]
| voice = Neil Newbon
| creator = Stephen Rooney
| full_name = Astarion Ancunín
| age = {{ublist|
* 39 (turned)
* 269 (current)}}
| hometown = [[Baldur's Gate]]
| role = [[Origin characters|Origin character]], [[Companions|Companion]]
}}
</pre>
 
{{Infobox character
| class = [[Rogue]]
| name = Astarion
| image = Astarion.png
| iamgecaption = Game cover artwork
| background = [[Charlatan]]
| race = [[High elf]]
| voice = Neil Newbon
| creator = Stephen Rooney
| full_name = Astarion Ancunín
| age = {{ublist|
* 39 (turned)
* 269 (current)}}
| hometown = [[Baldur's Gate]]
| role = [[Origin characters|Origin character]], [[Companions|Companion]]
}}
 
{{clear}}
 
== Template data ==
<templatedata>
 
{
"params": {
"child": {
"description": "Add yes to make this infobox a child for use in another infobox's module parameter.",
"type": "string",
"suggestedvalues": [
"yes"
]
},
"labelstyle": {
"description": "Add custom CSS style to all labels in the infobox.",
"type": "string"
},
"datastyle": {
"description": "Add custom CSS style to all data cells in the infobox.",
"type": "string"
},
"name": {
"description": "The character or creature's in-game display name, which may or may not be their actual name.",
"example": "Astarion",
"type": "string",
"suggested": true
},
"level": {
"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"
},
"occupation": {
"description": "The character's occupation, if any.",
"type": "content"
},
"faction": {
"description": "The faction that the character belongs to, if any.",
"example": "Cult of the Absolute",
"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"
},
"experience": {}
},
"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",
"occupation",
"faction",
"modules",
"module1",
"module2",
"module3",
"below",
"experience"
],
"format": "block"
}</templatedata>
[[Category:Templates]]
[[Category:Infobox templates]]
[[Category:Infobox templates]]

Navigation menu