Template:User: Difference between revisions

Jump to navigation Jump to search
No edit summary
Tag: Reverted
m (<noinclude>)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox
<infobox>
  <title source="title1">
    <default>{{PAGENAME}}</default>
  </title>
  <image source="image">
    <caption source="imagecaption"/>
  </image>
  <data source="name">
    <label>Name</label>
  </data>
  <data source="pronouns">
    <label>Pronouns</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
|caption1=Example
|caption1=Example
|pronouns=Example
|name=Example
|name=Example
|joined=Example
|joined=Example
|pixels_placed=Example
|pixels_placed=Example
}}
}}
</pre>
</noinclude>
<noinclude>[[Category:Custom Templates]]</noinclude>

Latest revision as of 00:58, 2 March 2024

Example usage:

{{User
|title1=Example
|image1=Example
|caption1=Example
|pronouns=Example
|name=Example
|joined=Example
|pixels_placed=Example
}}