Difference between revisions of "Template:Visl"

From Second Life Wiki
Jump to navigation Jump to search
m (whoops)
(removed requirement to include name, copied code from llEmployee)
Line 1: Line 1:
<includeonly>
<includeonly>
{{#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:Instructors|{{{name}}}]]|}}
{{ #ifeq:{{{Greeters}}}|*|[[Category:Second Life Greeters|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}|}}]]|}}{{ #ifeq:{{{Mentors}}}|*|[[Category:Second Life Mentors|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}|}}]]|}}{{ #ifeq:{{{Helpers}}}|*|[[Category:Live Helpers|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}|}}]]|}}{{ #ifeq:{{{Instructors}}}|*|[[Category:Instructors|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}|}}]]|}}
</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>
<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.
If you're placing it on a page that doesn't start with your username, change <nowiki>{{PAGENAME}}</nowiki> to your username.
If you're placing it on a page that doesn't start with your username, set the '''''name''''' variable to your username.
<div style="font-size:140%"><code><pre><nowiki>{{visl
<div style="font-size:140%"><code><pre><nowiki>{{visl
|name={{PAGENAME}}
|name=
|Greeters=
|Greeters=
|Helpers=
|Helpers=
Line 17: Line 17:
=== Live Helpers / Second Life Helpers ===
=== Live Helpers / Second Life Helpers ===
<div style="font-size:140%"><code><pre><nowiki>{{visl
<div style="font-size:140%"><code><pre><nowiki>{{visl
|name={{PAGENAME}}
|name=
|Greeters=
|Greeters=
|Helpers=*
|Helpers=*
Line 26: Line 26:
=== Second Life Mentors ===
=== Second Life Mentors ===
<div style="font-size:140%"><code><pre><nowiki>{{visl
<div style="font-size:140%"><code><pre><nowiki>{{visl
|name={{PAGENAME}}
|name=
|Greeters=
|Greeters=
|Helpers=
|Helpers=
Line 35: Line 35:
=== All Volunteer Groups ===
=== All Volunteer Groups ===
<div style="font-size:140%"><code><pre><nowiki>{{visl
<div style="font-size:140%"><code><pre><nowiki>{{visl
|name={{PAGENAME}}
|name=
|Greeters=*
|Greeters=*
|Helpers=*
|Helpers=*

Revision as of 10:49, 16 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, set the name variable to your username.

{{visl
|name=
|Greeters=
|Helpers=
|Instructors=
|Mentors=
|}}

Examples

Live Helpers / Second Life Helpers

{{visl
|name=
|Greeters=
|Helpers=*
|Instructors=
|Mentors=
|}}

Second Life Mentors

{{visl
|name=
|Greeters=
|Helpers=
|Instructors=
|Mentors=*
|}}

All Volunteer Groups

{{visl
|name=
|Greeters=*
|Helpers=*
|Instructors=*
|Mentors=*
|}}