Template:MemberDetails: Difference between revisions
From London Hackspace Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | |||
This template creates a box like below. It takes the following parameters (each of which is optional): | |||
; nickname | |||
; wikiusername | |||
; imagefile | |||
; realname | |||
</noinclude> | |||
<div class="noprint" style="float:center; border:1px solid black;width:110px;background-color:#f2f2f2;padding:3px;"> | <div class="noprint" style="float:center; border:1px solid black;width:110px;background-color:#f2f2f2;padding:3px;"> | ||
{| border="0" style="background-color:#f2f2f2" | {| border="0" style="background-color:#f2f2f2" | ||
Line 10: | Line 18: | ||
|} | |} | ||
</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> |
Revision as of 22:27, 4 August 2010
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}}