Difference between revisions of "Template:Visl"
Jump to navigation
Jump to search
m (removing whitespace) |
(added documentation) |
||
Line 2: | Line 2: | ||
{{#ifeq:{{{name}}}||<strong style="color:red">IMPORTANT: Please supply your name to this template!</strong>}}{{ #ifeq:{{{Greeters}}}|*|[[Category:Second Life Greeters|{{{name}}}]]|}}{{ #ifeq:{{{Mentors}}}|*|[[Category:Second Life Mentors|{{{name}}}]]|}}{{ #ifeq:{{{Helpers}}}|*|[[Category:Live Helpers|{{{name}}}]]|}}{{ #ifeq:{{{Instructors}}}|*|[[Category:Live Helpers|{{{name}}}]]|}} | {{#ifeq:{{{name}}}||<strong style="color:red">IMPORTANT: Please supply your name to this template!</strong>}}{{ #ifeq:{{{Greeters}}}|*|[[Category:Second Life Greeters|{{{name}}}]]|}}{{ #ifeq:{{{Mentors}}}|*|[[Category:Second Life Mentors|{{{name}}}]]|}}{{ #ifeq:{{{Helpers}}}|*|[[Category:Live Helpers|{{{name}}}]]|}}{{ #ifeq:{{{Instructors}}}|*|[[Category:Live Helpers|{{{name}}}]]|}} | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
<strong style="color:red">IMPORTANT! Do not place this template in your user page if you are not a member of the [[:Category:Second Life Volunteers|Second Life Volunteers]] group. | |||
== Usage == | |||
Copy the code below, place it in your user-page, and put an Asterisk next to each group you're in. | |||
If you're placing it on a page that doesn't start with your username, change <nowiki>{{PAGENAME}}</nowiki> to your username. | |||
<div style="font-size:140%"><code><pre><nowiki>{{visl | |||
|name={{PAGENAME}} | |||
|Greeters= | |||
|Helpers= | |||
|Instructors= | |||
|Mentors= | |||
|}}</nowiki></pre></code></div> | |||
== Examples == | |||
=== Live Helpers / Second Life Helpers === | |||
<div style="font-size:140%"><code><pre><nowiki>{{visl | |||
|name={{PAGENAME}} | |||
|Greeters= | |||
|Helpers=* | |||
|Instructors= | |||
|Mentors= | |||
|}}</nowiki></pre></code></div> | |||
=== Second Life Mentors === | |||
<div style="font-size:140%"><code><pre><nowiki>{{visl | |||
|name={{PAGENAME}} | |||
|Greeters= | |||
|Helpers= | |||
|Instructors= | |||
|Mentors=* | |||
|}}</nowiki></pre></code></div> | |||
=== All Volunteer Groups === | |||
<div style="font-size:140%"><code><pre><nowiki>{{visl | |||
|name={{PAGENAME}} | |||
|Greeters=* | |||
|Helpers=* | |||
|Instructors=* | |||
|Mentors=* | |||
|}}</nowiki></pre></code></div> | |||
[[Category:Templates in need of documentation]] | [[Category:Templates in need of documentation]] | ||
</noinclude> | </noinclude> |
Revision as of 09:50, 14 January 2007
IMPORTANT! Do not place this template in your user page if you are not a member of the Second Life Volunteers group.
Usage
Copy the code below, place it in your user-page, and put an Asterisk next to each group you're in. If you're placing it on a page that doesn't start with your username, change {{PAGENAME}} to your username.
{{visl
|name={{PAGENAME}}
|Greeters=
|Helpers=
|Instructors=
|Mentors=
|}}
Examples
Live Helpers / Second Life Helpers
{{visl
|name={{PAGENAME}}
|Greeters=
|Helpers=*
|Instructors=
|Mentors=
|}}
Second Life Mentors
{{visl
|name={{PAGENAME}}
|Greeters=
|Helpers=
|Instructors=
|Mentors=*
|}}
All Volunteer Groups
{{visl
|name={{PAGENAME}}
|Greeters=*
|Helpers=*
|Instructors=*
|Mentors=*
|}}