Template:Infobox User: Difference between revisions
From Screamer Wiki
Screamer1234 (talk | contribs) No edit summary |
No edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
< | <onlyinclude><infobox> | ||
< | <title source="name"><default><font face="Rubik"; style="font-weight:bold">{{PAGENAME}}</font></default></title> | ||
< | <image source="image"><default>NoImageAvailable.png</default><caption source="imagecaption"/></image> | ||
<group> | |||
<header><font face=Rubik><font color="white">'''About This User'''</font></header> | |||
<data source="likes"><label>Likes</font></label><default>Unknown</default></data> | |||
< | <data source="dislikes"><label>Dislikes</font></label><default>Unknown</default></data> | ||
<data source="joined date"><label>Joined date</font></label><default>Unknown</default></data> | |||
<data source="friends with"><label>Friends with</font></label><default>Unknown</default></data> | |||
<data source="status"><label>Status</font></label><default>Unknown</default></data> | |||
</group> | |||
</infobox> | |||
< | </onlyinclude><noinclude><br style="clear:both;"/> | ||
<pre> | |||
{{Infobox User | |||
|name = | |||
|image = | |||
|imagecaption = | |||
< | |likes = | ||
| | |dislikes = | ||
| | |joined date = | ||
|friends with = | |||
| | |status = | ||
}} | }} | ||
</pre> | |||
Example: | |||
! | <pre> | ||
{{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 | |||
}} | }} | ||
</pre> | |||
Result: | |||
! | {{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 | |||
}} | }} | ||
[[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 }}
Result: