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:
<div><pre>
{{UserInfobox
|Picture = Cat.png
|Birth date = 6
|Interested in = Banana
|Joined date = April 20th, 2014
|Friends with = Other cats
}}
</pre></div>
Results in the following (normally aligned on the right of the screen):
{|
|-
|{{UserInfobox
|Picture = Cat.png
|Birth date = 6
|Interested in = Banana
|Joined date = April 20th, 2014
|Friends with = Other cats
}}
|-
|}
<br clear=all>
[[Category:Templates]]
[[Category:Templates]]
[[Category:Infobox]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>
Latest revision as of 10:49, 4 June 2024
{{Infobox User
|name =
|image =
|imagecaption =
|likes =
|dislikes =
|joined date =
|friends with =
|status =
}}
Example:
{{Infobox User
|name = Cat
|image = Cat.png
|imagecaption = My profile picture!
|likes = Banana
|dislikes =
|joined date = April 20th, 2014
|friends with = Other cats
|status = Active
}}