Template:CharacterInfobox/doc

From Tower Defense Simulator Wiki
Jump to navigation Jump to search

Description

[edit]

This template is used to add character infoboxes.

Syntax & Usage

[edit]
{{CharacterInfobox
|name = <Title>
|image = <Image>
|imagecaption = <Image Caption>
|position = <Position>
|real_name = <Real Name>
|home = <Home>
|birth_date = <Date of Birth>
|birth_place = <Place of Birth>
|death_date = <Date of Death>
|death_place = <Place of Death>
|aliases = <Aliases>
|relatives = <Relatives>
|affiliation = <Affiliation>
|owner_location = <Owned Locations>
|owner_item = <Owned Items>
|owner_other = <Owned Miscellaneous>
|voice_actor = <Voice Actor>
|first_appearance = <First Appearance>
}}

Examples

[edit]
{{CharacterInfobox
|name = Kronus
|image = kronusoperationice.jpg
|position = [[Children of Exo]] Leader
|aliases = Master Kronus
|home = [[Trick or Threat Town]], [[Overworld]] (Formerly)
|death_date = 15th October
|death_place = The [[Blind Faith|Temple of Exo]]
|relatives = [[Ramiel]] (Brother)<br/>[[Marcellus]] (Brother)
|affiliation = [[Titus]]<br/>[[Children of Exo]]
|owner_item = [[God Cube]] Staff
|voice_actor = [https://www.roblox.com/users/31164652/profile#!/about Enthrallist]<ref name="vacredit"/>
|first_appearance = [[Hexscape Event]]
}}

<infobox type="Character">

   <group>

<title source="name"/>

<image source="image"></image> <label>Position</label> <label>Real Name</label> <label>Aliases</label> </group> <group> <header>Biography</header> <label>Home</label> <label>Date of Birth</label> <label>Place of Birth</label> <label>Date of Death</label> <label>Place of Death</label> </group> <group> <header>Relations</header> <label>Relatives</label> <label>Affiliation</label> <label>Enemies</label> </group> <group> <header>Ownership</header> <label>Locations</label> <label>Items</label> <label>Other</label> </group> <group> <header>Other</header> <label>Voice Actor</label> <label>First Appearance</label> </group> </infobox>