Template:CharacterInfobox: Difference between revisions
Appearance
ill take shit i stole from another wiki for 500 alex |
added full name to character infoboxes |
||
| Line 8: | Line 8: | ||
<group> | <group> | ||
<header>Information</header> | <header>Information</header> | ||
<data source="fullname"> | |||
<label>Full Name</label> | |||
<data source="pronouns"> | <data source="pronouns"> | ||
<label>Pronouns</label> | <label>Pronouns</label> | ||
| Line 18: | Line 20: | ||
|title1=Example | |title1=Example | ||
|image1=Example | |image1=Example | ||
|fullname=Example | |||
|pronouns=Example | |pronouns=Example | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 01:19, 2 April 2026
There is a problem with parsing the infobox
-
0
-
1<title source="title1">
-
2<default>{{PAGENAME}}</default>
-
3</title>
-
4<image source="image1">
-
5<caption source="caption1"/>
-
6</image>
-
7<group>
-
8<header>Information</header>
-
9<data source="fullname">
-
10<label>Full Name</label>
-
11<data source="pronouns">
-
12<label>Pronouns</label>
-
13</data>
-
14</group>
-
15
Example usage:
{{Character
|title1=Example
|image1=Example
|fullname=Example
|pronouns=Example
}}