Template:User/doc: Difference between revisions

From MC Public Wiki
Jump to navigation Jump to search
(Created page with "== Parameters == ; username : user's username ; image : image of the user ; caption : caption under the image ; favorite server : user's favorite server ; joined : date the user...")
 
No edit summary
Line 7: Line 7:
; joined : date the user started playing on MC Public
; joined : date the user started playing on MC Public
; left : date the user stopped playing on MC Public
; left : date the user stopped playing on MC Public
; banned : whether the user is banned (if no, leave empty)
; creative banned : whether the user is banned from creative (if no, leave empty)
; survival banned : whether the user is banned from survival (if no, leave empty)
; chaos banned : whether the user is banned from chaos (if no, leave empty)


== Example ==
== Example ==
Line 18: Line 20:
| joined  = 2011-01-02
| joined  = 2011-01-02
| left    = 2011-01-05
| left    = 2011-01-05
| banned   = yes
| creative banned = yes
| survival banned = yes
| chaos banned    = yes
}}
}}


Line 29: Line 33:
| joined  = 2011-01-02
| joined  = 2011-01-02
| left    = 2011-01-05
| left    = 2011-01-05
| banned   = yes
| creative banned = yes
| survival banned = yes
| chaos banned    = yes
}}
}}
</pre>
</pre>

Revision as of 22:38, 6 January 2011

Parameters

username
user's username
image
image of the user
caption
caption under the image
favorite server
user's favorite server
joined
date the user started playing on MC Public
left
date the user stopped playing on MC Public
creative banned
whether the user is banned from creative (if no, leave empty)
survival banned
whether the user is banned from survival (if no, leave empty)
chaos banned
whether the user is banned from chaos (if no, leave empty)

Example

Example
Example.png
Caption
Favorite server Creative
Joined 2011-01-02
Left 2011-01-05
This user is banned from Creative.
This user is banned from Survival.
This user is banned from Chaos.
{{User
| username = Example
| image    = [[Image:Example.png|225px]]
| caption  = Caption
| favorite server = [[Creative]]
| joined   = 2011-01-02
| left     = 2011-01-05
| creative banned = yes
| survival banned = yes
| chaos banned    = yes
}}