Difference between revisions of "Template:Wkb-user"
From Worms Knowledge Base
Explorer09 (Talk | contribs) m |
Explorer09 (Talk | contribs) m |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly>{| class="infobox" style="float: none;" | + | <onlyinclude><includeonly>{| class="infobox noprint" style="float: none;" |
− | |'''This person is a | + | |'''This person is a Worms Knowledge Base user.'''<br/><!-- |
− | |}</includeonly>< | + | -->{{#if:{{{nouserpage|}}}||[[User:{{{1}}}|User page]] •}} <!-- |
+ | -->[[User talk:{{{1}}}|User talk]] • <!-- | ||
+ | -->[[Special:Contributions/{{{1}}}|User contributions]]<!-- | ||
+ | -->{{#if:{{{log|}}}| • <span class="plainlinks">[{{fullurl:Special:Log|user={{{1}}}}} Logs]</span>}}<!-- | ||
+ | -->{{#switch: {{{email|}}} | ||
+ | |no= | ||
+ | |= • [[Special:EmailUser/{{{1}}}|E-mail this user]] | ||
+ | |#default= • [mailto:{{{email}}} E-mail this user]}} | ||
+ | |}</includeonly></onlyinclude>This template is for persons who have both "People/" page and "User:" page. Put this template to the "People/" page to link to the "User:" stuff in WKB. | ||
The template looks like this: | The template looks like this: | ||
{| class="infobox" style="float: none;" | {| class="infobox" style="float: none;" | ||
− | |'''This person is a | + | |'''This person is a Worms Knowledge Base user.'''<br/>[[Special:MyPage|User page]] • [[Special:MyTalk|User talk]] • [[Special:MyContributions|User contributions]] • [[Special:Log|Logs]] • E-mail this user |
|} | |} | ||
+ | The "[[Special:Log|Logs]]" link is hidden by default. | ||
==Usage== | ==Usage== | ||
Line 12: | Line 21: | ||
===Parameters=== | ===Parameters=== | ||
− | *'''1''': The user name | + | *'''1''': The user name |
− | *'''email''': (optional) If the user wants to reveal his/her e-mail address, it can be | + | *'''email''': (optional) If the user wants to reveal his/her e-mail address, it can be added here (such as [mailto:example@example.com example@example.com]). Use "no" to remove the link altogether. |
− | </ | + | *'''nouserpage''': (optional) Set "1" to remove the user page link. (Useful if the user page redirects back to the "People/" page) |
+ | *'''log''': (optional) Set "1" to show the "Logs" link. | ||
+ | |||
+ | ==Examples== | ||
+ | <code><nowiki>{{Wkb-user|Example|email=example@example.com|log=1}}</nowiki></code> | ||
+ | {{Wkb-user|Example|email=example@example.com|log=1}} | ||
+ | |||
+ | <code><nowiki>{{Wkb-user|Example|email=no|nouserpage=1}}</nowiki></code> | ||
+ | {{Wkb-user|Example|email=no|nouserpage=1}} |
Latest revision as of 13:25, 10 June 2010
This template is for persons who have both "People/" page and "User:" page. Put this template to the "People/" page to link to the "User:" stuff in WKB.
The template looks like this:
This person is a Worms Knowledge Base user. User page • User talk • User contributions • Logs • E-mail this user |
The "Logs" link is hidden by default.
Usage
{{Wkb-user|user name}}
Parameters
- 1: The user name
- email: (optional) If the user wants to reveal his/her e-mail address, it can be added here (such as example@example.com). Use "no" to remove the link altogether.
- nouserpage: (optional) Set "1" to remove the user page link. (Useful if the user page redirects back to the "People/" page)
- log: (optional) Set "1" to show the "Logs" link.
Examples
{{Wkb-user|Example|email=example@example.com|log=1}}
{{Wkb-user|Example|email=no|nouserpage=1}}