Difference between revisions of "Template:Visl"
Jump to navigation
Jump to search
(added documentation) |
m (forgot closing tag) |
||
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. | <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.</strong> | ||
== Usage == | == Usage == | ||
Copy the code below, place it in your user-page, and put an Asterisk next to each group you're in. | Copy the code below, place it in your user-page, and put an Asterisk next to each group you're in. |
Revision as of 09:51, 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=*
|}}