The official discord link if you wish to join the discord: https://discord.gg/j5RKwCvAFu
Support the wiki on our official Ko-Fi page or Patreon page!
Template:Character: Difference between revisions
From The Codex
SuperSaiyan4DukeNukem (talk | contribs) (Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">...") |
|||
Line 1: | Line 1: | ||
<infobox> | <infobox> | ||
<title source=" | <title source="title"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<image source=" | <image source="image"> | ||
<caption source=" | <caption source="caption"/> | ||
</image> | </image> | ||
<data source=" | <group> | ||
<label> | <header>Background Info</header> | ||
<data classification="classification"> | |||
<label>Classification</label> | |||
<label> | </data> | ||
</ | <data source="origin"> | ||
<label>Origin</label> | |||
</data> | |||
<data source="gender"> | |||
<label>Gender</label> | |||
</data> | |||
<data source="age"> | |||
<label>Age</label> | |||
</data> | |||
<data source="occupation"> | |||
<label>Occupation</label> | |||
</data> | |||
<data source="height"> | |||
<label>Height</label> | |||
</data> | |||
<data source="weight"> | |||
<label>Weight</label> | |||
</data> | |||
</group> | |||
</infobox> | </infobox> | ||
<noinclude> | <noinclude> | ||
Example usage: | Example usage:<pre> | ||
<pre> | |||
{{Character | {{Character | ||
|title=Example | |||
|image=Example | |||
|caption=Example | |||
|classification=Example | |||
|origin=Example | |||
|age=Example | |||
|gender=Example | |||
|occupation=Example | |||
|height=Example | |||
|weight=Example | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Latest revision as of 08:11, 10 September 2021
<infobox>
<title source="title"> <default>Character</default> </title> <image source="image">
</image> <group> <header>Background Info</header> <label>Classification</label> <label>Origin</label> <label>Gender</label> <label>Age</label> <label>Occupation</label> <label>Height</label> <label>Weight</label> </group> </infobox> Example usage:
{{Character |title=Example |image=Example |caption=Example |classification=Example |origin=Example |age=Example |gender=Example |occupation=Example |height=Example |weight=Example }}