Template:Visl: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
<includeonly> | <includeonly> | ||
{{ #ifeq:{{{Wiki}}}|*|[[Category: | {{#ifeq:{{{Wiki}}}|*|[[Category:Second_Life_Wiki|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}|}}]]|}}{{ #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}}|}}]]|}}{{ | ||
#ifeq:{{{LSL}}}|*|[[Category:LSL Mentors|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}|}}]]|}}{{ | #ifeq:{{{LSL}}}|*|[[Category:LSL Mentors|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}|}}]]|}}{{ | ||
#ifeq:{{{i18n}}}|*|[[Category:i18n project members|{{#ifeq:{{{name|}}}||{{PAGENAME}}|{{{name}}}|}}]]|}}{{ | #ifeq:{{{i18n}}}|*|[[Category:i18n project members|{{#ifeq:{{{name|}}}||{{PAGENAME}}|{{{name}}}|}}]]|}}{{ |
Revision as of 16:38, 16 March 2007
- The correct title of this article is Template:visl. The initial letter is shown capitalized due to technical restrictions.
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=
|LSL=
|i18n=
|l10n=
|}}
Examples
Live Helpers / Second Life Helpers
{{visl
|name=
|Helpers=*
|}}
Second Life Mentors
{{visl
|name=
|Mentors=*
|}}
All Volunteer Groups
{{visl
|name=
|Greeters=*
|Helpers=*
|Instructors=*
|Mentors=*
|}}