The official discord link if you wish to join the discord: https://discord.gg/j5RKwCvAFu

The background art comes from Cherylann1960.

Template:Character: Difference between revisions

From The Codex
SuperSaiyan4DukeNukem
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="title1">
   <title source="title">
     <default>{{PAGENAME}}</default>
     <default>{{PAGENAME}}</default>
   </title>
   </title>
   <image source="image1">
   <image source="image">
     <caption source="caption1"/>
     <caption source="caption"/>
   </image>
   </image>
   <data source="row1">
   <group>
     <label>Label</label>
    <header>Background Info</header>
  </data>
    <data classification="classification">
  <data source="row2">
      <label>Classification</label>
     <label>Label</label>
    </data>
   </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
  | title1=Example
|image=Example
 
|caption=Example
  | image1=Example
|classification=Example
 
|origin=Example
  | caption1=Example
|age=Example
 
|gender=Example
  | row1=Example
|occupation=Example
 
|height=Example
  | row2=Example
|weight=Example
 
}}
}}
</pre>
</pre>
<templatedata>
{"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true},"row1":{"suggested":true},"row2":{"suggested":true}},"sets":[],"maps":{}}
</templatedata>
</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
}}