×
Create a new article
Write your page title here:
We currently have 2 articles on NOISZ Wiki. Type your article name above or click on one of the titles below and start writing!



NOISZ Wiki
2Articles

Template:Character Infobox

Revision as of 00:35, 28 July 2023 by oldwiki>LEVIAtating (I forgot how to edit infobox templates properly haha)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<infobox>

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

</image> <label>Voice</label> <label>JP Name</label> <label>Also Known As</label> <group> <header>Physical</header> <label>Eye Colour</label> <label>Hair Colour</label> <label>Height</label> </group> <group> <header>Biographical</header> <label>Age</label> <label>Birthday</label> <label>Likes</label> <label>Dislikes</label> <label>Relationships</label> </group> </infobox> Example usage:

{{Character Infobox
  | title1=
  | image1=
  | caption1=
  | voice=
  | jp_name=
  | also_known_as=
  | eye_colour=
  | hair_colour=
  | height=
  | age=
  | birthday=
  | likes=
  | dislikes=
  | relationships=

}}

<templatedata> {"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true},"voice":{"suggested":true},"jp_name":{"suggested":true},"also_known_as":{"suggested":true},"eye_colour":{"suggested":true},"hair_colour":{"suggested":true},"height":{"suggested":true},"age":{"suggested":true},"birthday":{"suggested":true},"likes":{"suggested":true},"dislikes":{"suggested":true},"relationships":{"suggested":true}},"sets":[],"maps":{}} </templatedata>