Template:MemberDetails: Difference between revisions
From London Hackspace Wiki
No edit summary |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div | <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" | {| border="0" style="background-color:#f2f2f2" | ||
|- | |- | ||
Line 9: | Line 16: | ||
|- | |- | ||
|} | |} | ||
</div> | </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
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}}