Difference between revisions of "Template:Infobox character/doc"
(Added faction to the infobox documentation) |
|||
Line 11: | Line 11: | ||
|version_introduced= | |version_introduced= | ||
|description= | |description= | ||
+ | |faction= | ||
}} | }} | ||
</pre> | </pre> | ||
Line 29: | Line 30: | ||
=== Version Introduced === | === Version Introduced === | ||
This denotes which version of the game the character first made an appearance in. If not included, ''Unknown'' is displayed. | This denotes which version of the game the character first made an appearance in. If not included, ''Unknown'' is displayed. | ||
+ | |||
+ | === Description === | ||
+ | The character's in-game description. | ||
+ | |||
+ | === Faction === | ||
+ | The character's faction affiliation. If not included, ''Unknown'' is displayed. | ||
== Example == | == Example == | ||
Line 38: | Line 45: | ||
|version_introduced=1.0 | |version_introduced=1.0 | ||
|description=Aranex has been wandering the world, in search for the next challenge. | |description=Aranex has been wandering the world, in search for the next challenge. | ||
+ | |faction=NeoTexx | ||
}} | }} | ||
<code><nowiki> | <code><nowiki> | ||
Line 47: | Line 55: | ||
|version_introduced=1.0 | |version_introduced=1.0 | ||
|description=Aranex has been wandering the world, in search for the next challenge. | |description=Aranex has been wandering the world, in search for the next challenge. | ||
+ | |faction=NeoTexx | ||
}} | }} | ||
</nowiki></code> | </nowiki></code> |
Latest revision as of 19:37, 18 June 2021
This template is used to create an infobox for a character in Blaston.
Parameter Description[edit source]
{{Infobox character |name= |image= |image_size= |alt= |version_introduced= |description= |faction= }}
Name[edit source]
The name of the character. This is shown at the top of the infobox. If not included, Unknown Character is displayed.
Image[edit source]
File name of the character's image that has been uploaded to the Blaston Wiki. If an image is not included, the default image is displayed
Image Size[edit source]
The required size of the image to appear in the infobox. 200px is a good size.
Alt[edit source]
Alt text for the image in the infobox.
Version Introduced[edit source]
This denotes which version of the game the character first made an appearance in. If not included, Unknown is displayed.
Description[edit source]
The character's in-game description.
Faction[edit source]
The character's faction affiliation. If not included, Unknown is displayed.
Example[edit source]
Aranex | |
---|---|
Version Introduced | 1.0 |
Description | Aranex has been wandering the world, in search for the next challenge. |
Faction | NeoTexx |
{{Infobox character
|name=Aranex
|image=Aranex-portrait.png
|image_size=200px
|alt=Portrait of the Blaston character, Aranex
|version_introduced=1.0
|description=Aranex has been wandering the world, in search for the next challenge.
|faction=NeoTexx
}}