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

The background art comes from Cherylann1960.

Template:Infobox: Difference between revisions

From The Codex
GiverOfThePeace
GiverOfThePeace (talk | contribs) (Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <navigation> {{{tabber}}} </navigation> <data source="name"> <label>Name</label> </data> <data source="nickname"> <label>Nicknames</label> </data> <data source="image"> <label>Image</label> </data> <data source="origin"> <label>Origin</label> </data> <data source="kanji"> <label>Jap...")
 
Line 61: Line 61:
</pre>
</pre>
</noinclude>
</noinclude>
[[Category:Templates]]
[[Category:Templates/Infobox]]

Revision as of 20:48, 16 March 2024

<infobox>

 <title source="title1">
   <default>Infobox</default>
 </title>
 <image source="image1">

</image> <navigation> {{{tabber}}} </navigation> <label>Name</label> <label>Nicknames</label> <label>Image</label> <label>Origin</label> <label>Japanese Name</label> <group collapse="closed"> <header>Characteristics</header> <label>Sex</label> <label>Age</label> <label>Species</label> <label>Affiliations</label> <label>Alignment</label> <label>Status</label> </group> </infobox> Example usage:

{{Infobox
|title1=Example
|image1=Example
|name=Example
|nickname=Example
|origin=Example
|gender=Example
|age=Example
|species=Example
|affiliation=Example
|alignment=Example
|status=Example
}}