Difference between revisions of "Template:MemberDetails"

From London Hackspace Wiki
Jump to navigation Jump to search
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| border="0"
+
<noinclude>
 +
This template creates a box like below.  It takes the following parameters (each of which is optional):
 +
; nickname
 +
; wikiusername
 +
; imagefile
 +
; realname
 +
 
 +
</noinclude><div id="{{{nickname|Nickname}}}" class="noprint memberdetails">
 +
{| border="0" style="background-color:#f2f2f2"
 
|-
 
|-
| align="center"| [[File:{{{imagefile|blank-avatar.jpg}}}]]
+
| align="center"| [[File:{{{imagefile|blank-avatar.png}}}|100px]]
 
|-
 
|-
 
| align="center"| [[User:{{{wikiusername|UnknownUser}}} | {{{nickname|Nickname}}}]]
 
| align="center"| [[User:{{{wikiusername|UnknownUser}}} | {{{nickname|Nickname}}}]]
Line 8: Line 16:
 
|-
 
|-
 
|}
 
|}
 +
</div><noinclude>
 +
To use this template write something like this at the place where you want this userbox to appear:
 +
<nowiki>{{MemberDetails|nickname=Joey|wikiusername=JoeBloggs|realname=Joe Bloggs}}</nowiki>
 +
</noinclude>

Latest revision as of 12:08, 28 May 2012

This template creates a box like below. It takes the following parameters (each of which is optional):

nickname
wikiusername
imagefile
realname
Blank-avatar.png
Nickname
Real Name

To use this template write something like this at the place where you want this userbox to appear:

{{MemberDetails|nickname=Joey|wikiusername=JoeBloggs|realname=Joe Bloggs}}