Template:User: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
(Undo revision 15256 by TheWaffleLord (talk)) Tag: Undo |
||
Line 1: | Line 1: | ||
{{ | <infobox> | ||
<title source="title1"> | |||
<default>{{PAGENAME}}</default> | |||
</title> | |||
<image source="image"> | |||
<caption source="imagecaption"/> | |||
</image> | |||
<data source="name"> | |||
<label>Name</label> | |||
</data> | |||
<data source="joined"> | |||
<label>Joined</label> | |||
</data> | |||
<data source="pixels_placed"> | |||
<label>Pixels Placed</label> | |||
</data> | |||
</infobox> | |||
<noinclude> | |||
Example usage:<pre> | |||
{{User | |||
|title1=Example | |title1=Example | ||
|image1=Example | |image1=Example | ||
Line 7: | Line 26: | ||
|pixels_placed=Example | |pixels_placed=Example | ||
}} | }} | ||
</pre> | |||
</noinclude> |
Revision as of 08:11, 7 April 2023
Example usage:
{{User |title1=Example |image1=Example |caption1=Example |name=Example |joined=Example |pixels_placed=Example }}