Template:CharacterInfobox: Difference between revisions
Appearance
template testing |
m Adding some infos, idk if this’ll work |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<infobox layout="stacked"> | |||
<title source="title1"> | |||
<default>{{PAGENAME}}</default> | |||
</title> | |||
<image source="image1"> | |||
<caption source="caption1"/> | |||
</image> | |||
<group> | |||
<header>Information</header> | |||
<data source="fullname"> | |||
<label>Full Name</label> | |||
</data> | |||
<data source="pronouns"> | |||
<label>Pronouns</label> | |||
</data> | |||
<data source="age"> | |||
<label>Age</label> | |||
</data> | |||
<data source="bday"> | |||
<label>Birthday</label> | |||
</data> | |||
</group> | |||
</infobox> | |||
<noinclude> | |||
Example usage:<pre> | |||
{{Character | |||
|title1=Example | |||
|image1=Example | |||
|fullname=Example | |||
|pronouns=Example | |||
|age=Example | |||
|bday=Example | |||
}} | |||
</pre> | |||
</noinclude> | |||
Latest revision as of 09:11, 2 April 2026
Example usage:
{{Character
|title1=Example
|image1=Example
|fullname=Example
|pronouns=Example
|age=Example
|bday=Example
}}