1,305 bytes added
, 06:03, 6 June 2021
This template is used to create an infobox for a character in Blaston.
==Parameter Description==
<pre style="margin:0px; border:none; white-space:pre;">
{{Infobox character
|name=
|image=
|image_size=
|alt=
|version_introduced=
|description=
}}
</pre>
=== Name ===
The name of the character. This is shown at the top of the infobox. If not included, ''Unknown Character'' is displayed.
=== Image ===
File name of the character's image that has been uploaded to the Blaston Wiki.
=== Image Size ===
The required size of the image to appear in the infobox. 200px is a good size.
=== Alt ===
Alt text for the image in the infobox.
=== Version Introduced ===
This denotes which version of the game the character first made an appearance in. If not included, ''Unknown'' is displayed.
== Example ==
{{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.
}}
<code><nowiki>
{{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.
}}
</nowiki></code>