Jump to content

Template:User: Difference between revisions

No edit summary
Tag: Reverted
m Added Custom Templates category
 
(2 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>
[[Category:Custom Templates]]
</noinclude>

Latest revision as of 09:14, 1 May 2025

Example usage:

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