Difference between revisions of "Template:UserInfo"

From SHA2017
Jump to: navigation, search
(make it more clear it wants your nickname)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
This is the "UserInfo" template for use on user pages.
 
This is the "UserInfo" template for use on user pages.
All parameters are optional.
+
'''All parameters are optional'''.
It should be called in the following format:
+
It should be called in something like the following format:
 
<pre>
 
<pre>
 
{{UserInfo
 
{{UserInfo
Line 8: Line 8:
 
|Team=
 
|Team=
 
|HackerSpace=
 
|HackerSpace=
 +
|Village=
 
}}
 
}}
 
</pre>
 
</pre>
Line 24: Line 25:
 
|-
 
|-
 
| {{#if: {{{HackerSpace|}}} | '''HackerSpace:''' [[Residential hackerspace::{{{HackerSpace}}}]] |}}
 
| {{#if: {{{HackerSpace|}}} | '''HackerSpace:''' [[Residential hackerspace::{{{HackerSpace}}}]] |}}
 +
|-
 +
| {{#if: {{{Village|}}} | '''Village:''' [[Village:{{{Village}}}|{{{Village}}}]] |}}
 
|}
 
|}
 
</div>
 
</div>
 
</includeonly>
 
</includeonly>

Revision as of 17:21, 25 October 2015

This is the "UserInfo" template for use on user pages. All parameters are optional. It should be called in something like the following format:

{{UserInfo
|NickName=
|Team=
|HackerSpace=
|Village=
}}

Need a additional parameter? Either make support for it yourself or make a request on the talk page.