|
|
Line 1: |
Line 1: |
| __NOEDITSECTION__
| | {{visl |
| <includeonly>
| |
| {{#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:{{{Builder}}}|*|[[Category:Builder|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}|}}]]|}}{{
| |
| #ifeq:{{{Scripter}}}|*|[[Category:Scripter|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}|}}]]|}}{{
| |
| #ifeq:{{{i18n}}}|*|[[Category:i18n project members|{{#ifeq:{{{name|}}}||{{PAGENAME}}|{{{name}}}|}}]]|}}{{
| |
| #ifeq:{{{l10n}}}|*|[[Category:l10n project members|{{#ifeq:{{{name|}}}||{{PAGENAME}}|{{{name}}}|}}]]|}}{{
| |
| #ifeq:{{{SL4B}}}|*|[[Category:SL4B Event Volunteers|{{#ifeq:{{{name|}}}||{{PAGENAME}}|{{{name}}}|}}]]|}}
| |
| </includeonly><noinclude>
| |
| {{lowercase|title=visl}}
| |
| :''<strong style="color:red">IMPORTANT! Do not place this template in order to falsely identify yourself or others as a member of the [[:Category:Second Life Volunteers|Second Life Volunteers]] group.</strong>''
| |
| :''<strong style="color:red">Please refrain from editing this article directly, it is meant to be included in other articles, such as the [[:Category:Second Life Volunteers|Second Life Volunteers]]' user pages.</strong>''
| |
| == Usage ==
| |
| Step by step guide:
| |
| *First log on to this wiki, use your Second Life name and password
| |
| *Copy the code below, the code starting with <nowiki>{{visl</nowiki> ... and ending with <nowiki>}}</nowiki>
| |
| *Click on your name at the top of the wiki to visit your user page
| |
| *Click on the Edit tab on your <strong>user page</strong> (do not edit <i>this</i> page)
| |
| *Paste the wiki code you copied into your user page
| |
| *Put an Asterisk next to each group you're in. See the [[#Examples|Examples]] below
| |
| :If you're placing it on a page that doesn't start with your username, set the '''''name''''' variable to your username.
| |
| *If you are in doubt, visit the [[:Category:Second Life Volunteers|Second Life Volunteers]] pages and click on another volunteer's name, then click the Edit tab to view how they constructed their user page
| |
| <div style="font-size:140%"><code><pre><nowiki>{{visl
| |
| |name= | | |name= |
| |Greeters= | | |Greeters= |
| |Helpers= | | |Helpers= |
| |Instructors= | | |Instructors= |
| |Mentors= | | |Mentors=* |
| |LSL= | | |LSL= |
| |Builder= | | |Builder= |
Line 33: |
Line 10: |
| |i18n= | | |i18n= |
| |SL4B= | | |SL4B= |
| |}}</nowiki></pre></code></div> | | |}} |
| == Category abbreviations ==
| |
| Here is a guide to the abbreviations used by the visl template
| |
| * [[:Category:Second Life Greeters|Greeters]] - Second Life Greeters
| |
| * [[:Category:Live Helpers|Helpers]] - Live Helpers
| |
| * [[:Category:Instructors|Instructors]] - Second Life Instructors
| |
| * [[:Category:Second Life Mentors|Mentors]] - Second Life Mentors
| |
| * [[:Category:LSL|LSL]] - Scripting Mentors
| |
| * [[:Category:Builder|Builder]] - Volunteers with building skills
| |
| * [[:Category:Scripter|Scripter]] - Volunteers with scripting skills
| |
| * [[:Category:I18n project members|i18n]] - [[Project:i18n|Second Life Internationalisation Project]]
| |
| * [[:Category:SL4B Event Volunteers|SL4B]] - Volunteers assisting with [[SL4B|Second Life's 4th Birthday]]
| |
| == Examples ==
| |
| === Live Helpers / Second Life Helpers ===
| |
| <div style="font-size:140%"><code><pre><nowiki>{{visl
| |
| |name=
| |
| |Helpers=*
| |
| |}}</nowiki></pre></code></div>
| |
| | |
| === Second Life Mentors ===
| |
| <div style="font-size:140%"><code><pre><nowiki>{{visl
| |
| |name=
| |
| |Mentors=*
| |
| |}}</nowiki></pre></code></div>
| |
| | |
| === All Volunteer Groups ===
| |
| <div style="font-size:140%"><code><pre><nowiki>{{visl
| |
| |name=
| |
| |Greeters=*
| |
| |Helpers=*
| |
| |Instructors=*
| |
| |Mentors=*
| |
| |}}</nowiki></pre></code></div>
| |
| | |
| </noinclude>
| |
Template loop detected: Template:Visl