{{UserInfobox |Image= |Caption= |Age= |Sexuality= |Gender= |Current Residence= |Birthday= |Friends= |Likes= |Dislikes= |First Edit= }}
<infobox accent-color-source="BGColor" theme-source="BorderColor" accent-color-text-source="FontColor">
<image source="image"/> <group> <header>Physical Information</header> <label>Gender</label> <label>Age</label> </group> <group> <header>Personal Information</header> <label>Religion</label> <label>Sexuality</label> <label>Disabilities</label> <label>Nicknames</label> <label>Friends</label> <label>Enemies</label> <label>Occupation</label> <label>Affiliation</label> <label>Current Residence</label> <label>Birthday</label> <label>Likes</label> <label>Dislikes</label> </group> <group> <header>Appearances</header> <label>First Edit</label> </group>
</infobox>
{{UserInfobox |BGColor= |BorderColor= |FontColor= |Title= |image= |Religion = |Sexuality = |Disabilities = |Gender= |Age= |Nicknames= |Friends= |Occupation= |Affiliation= |Residence= |Birthday= |FirstEdit= }}
Example
Notes: Use the operator <br> in source mode to add linebreaks within the table. Sections left blank will not be displayed. The title that appears at the top of the infobox will be the same as the name of the page it is on. Note that the picture field requires the extension (.jpg, .jpeg, .png) to be present, and requires that the File: or Image: part of the link not be present.
Using the following:
{{UserInfobox |BGColor=#00FFFF |BorderColor=#CCCCCC |FontColor=#FFFFFF |Title=This is a test |image=Gandb_placeholder.jpg |Religion = This is a test |Sexuality = This is a test |Disabilities = This is a test |Gender=This is a test (you can also put your pronouns if you want to but you don't have to) |Age=This is a test |Nicknames=This is a test |Friends=This is a test |Occupation=This is a test |Affiliation=This is a test |Residence=This is a test |Birthday=This is a test |FirstEdit=This is a test }}
Results in the following (normally aligned on the right of the screen):
<infobox accent-color-source="BGColor" theme-source="BorderColor" accent-color-text-source="FontColor"> <title source="Title"><default><image source="image"/> <group> <header>Physical Information</header> <label>Gender</label> <label>Age</label> </group> <group> <header>Personal Information</header> <label>Religion</label> <label>Sexuality</label> <label>Disabilities</label> <label>Nicknames</label> <label>Friends</label> <label>Enemies</label> <label>Occupation</label> <label>Affiliation</label> <label>Current Residence</label> <label>Birthday</label> <label>Likes</label> <label>Dislikes</label> </group> <group> <header>Appearances</header> <label>First Edit</label> </group> </infobox> |