Difference between revisions of "Help:Contents"

From Second Life Wiki
Jump to navigation Jump to search
(→‎Editing Help: Input size is configurable.)
(→‎LSL Script Highlighting & Indentation: The ancient <lsl> tag has been deprecated in well over a decade; <syntaxhighlight> is the standard way to get this working)
 
(47 intermediate revisions by 17 users not shown)
Line 1: Line 1:
__NOTOC__
{{Help|Wiki=*}}{{Navbox/Wiki}}
==Basic Wikisyntax==
 
{{KBtip|New here and wondering what this is all about? Don't worry, '''[[Project:About|learn about this wiki!]]'''}}
 
== Overview ==
 
This article provides help on using the Second Life Wiki. If you're looking for '''Second Life Help''', see the official '''[[Old Knowledge Base]]''' or Resident-powered '''[[Help Portal]]'''.
 
{{KBcaution|The majority of this Wiki's content (like SL itself) is Resident-created and while it may be helpful, unless stated otherwise by an employee of Linden Lab, we can't vouch for its accuracy. For our official documentation on how to use Second Life, please see the '''[[Old Knowledge Base]]'''.}}
 
See the '''[[Quickie Wiki Intro]]''' for information on how to log into the Wiki and how to create your user page. It also provides a manual on how to create new articles in general, how to upload and link pictures, how to track changes and much more!
 
== Guidelines ==
There are a few simple [[editing guidelines]] on this wiki:
 
* When contributing to official help or simply seeking sensible guidelines, see the '''[[Style Guide]]'''.
* Where possible, edit existing pages rather than creating new pages.
* Contribute to articles in the following categories:
** [[:Category:Articles with vital information missing|Articles with vital information missing]]
** [[:Category:Articles in need of updating|Articles in need of updating]]
** [[:Category:Articles in need of expansion|Articles in need of expansion]]
 
== Basic Wiki syntax ==
<div align="center">
<div align="center">
{| style="border:1px solid #A3B1BF; text-align:left; background:#f5faff"
{| style="border:1px solid #A3B1BF; text-align:left; background:#f5faff"
Line 10: Line 31:
| colspan="3" style="background: #cee0f2; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere
| colspan="3" style="background: #cee0f2; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere
|-<!--1ST ROW 1ST COLUMN-->
|-<!--1ST ROW 1ST COLUMN-->
|Italicise text
|Italic Writing
|<!--2ND COLUMN-->
|<!--2ND COLUMN-->
<tt><big><nowiki>''italic''</nowiki></big></tt>
<tt><big><nowiki>''italic''</nowiki></big></tt>
Line 39: Line 60:
<tt><big><nowiki>[[name of page]]</nowiki></big></tt><br />
<tt><big><nowiki>[[name of page]]</nowiki></big></tt><br />
<tt><big><nowiki>[[name of page|display text]]</nowiki></big></tt><br />
<tt><big><nowiki>[[name of page|display text]]</nowiki></big></tt><br />
<tt><big><nowiki>[[#Editing Help|anchor link text]]</nowiki></big></tt><br />
|
|
[[name of page]]<br />
[[name of page]]<br />
[[name of page|display text]]<br />
[[name of page|display text]]<br />
[[#Editing Help|anchor link text]]<br />
|-
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|colspan="3" style="border-top:1px solid #cee0f2;"|
Line 74: Line 97:
[[User:Username|Username]] {{CURRENTTIME}}, <br />
[[User:Username|Username]] {{CURRENTTIME}}, <br />
{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)  
{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)  
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Don't interpret text<br />
|
<tt><big><nowiki><!--an embedded comment--></nowiki></big></tt><br />
<tt><big><nowiki><nowiki><!--an embedded comment--></nowiki></nowiki></big></tt>
|
<!--an embedded comment--><br />
<nowiki><!--an embedded comment--></nowiki>
|-<!--2ND HEADING-->
|-<!--2ND HEADING-->
| colspan="3" style="background: #cee0f2; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line
| colspan="3" style="background: #cee0f2; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line
Line 86: Line 119:
|
|


==Level 1==
Headings of different levels. 
===Level 2===
 
====Level 3====
=====Level 4=====
|-
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|colspan="3" style="border-top:1px solid #cee0f2;"|
Line 159: Line 190:
|Indentation
|Indentation
|
|
<tt><big>: ''italicized text (indented)''</big></tt><br />
<tt><big><nowiki>: ''italicized text (indented)''</nowiki></big></tt><br />
<tt><big>::* List item A (indented)</big></tt><br />
<tt><big>::* List item A (indented)</big></tt><br />
<tt><big>:# First List Item (indented)</big></tt><br />
<tt><big>:# First List Item (indented)</big></tt><br />
Line 177: Line 208:
|
|
  add a space at the beginning of the line<br />to create preformatted text in a box
  add a space at the beginning of the line<br />to create preformatted text in a box
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
|-
|Image Link
|
<tt><big><nowiki>[[Image:New-Snowstorm-icon.png|link=Project Snowstorm]]</nowiki></big></tt><br />
|
[[Image:New-Snowstorm-icon.png|link=Project Snowstorm]]
|-
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
Line 182: Line 221:
|Thumbnail image
|Thumbnail image
|
|
<nowiki>[[Image:Wiki.png|thumb|Caption text]]</nowiki><br />
<tt><big><nowiki>[[Image:Wiki.png|thumb|Caption text]]</nowiki></big></tt><br />
|
|
[[Image:SP_map_chess_rook.jpg|thumb|Caption text]]
[[Image:SP_map_chess_rook.jpg|thumb|Caption text]]
Line 188: Line 227:
</div>
</div>


== LSL Script Highlighting & Indentation ==
Use <nowiki><syntaxhighlight lang="lsl2"></nowiki> before the script and <nowiki></syntaxhighlight></nowiki> after the script
<syntaxhighlight lang="lsl2">
default
{
    state_entry()
    {
    //  PUBLIC_CHANNEL has the integer value 0
        llSay(PUBLIC_CHANNEL, "Hello, Avatar!");
    }
    touch_start(integer num_detected)
    {
        key id = llDetectedKey(0);
        string name = llKey2Name(id);
        integer spaceIndex = llSubStringIndex(name, " ");
        string firstName = llGetSubString(name, 0, spaceIndex - 1);
        llSay(PUBLIC_CHANNEL, firstName + " touched me.");
    }
}
</syntaxhighlight>
Also see '''[[Code highlighting]]'''.


== Templates ==
== Templates ==
Line 199: Line 263:
| width="25%" style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''Template'''
| width="25%" style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''Template'''
| style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''Usage'''
| style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''Usage'''
|-
|[[Template:SL-Profile|<nowiki>{{SL-Profile|User Name}}</nowiki>]]
|Links the ''User Name'' to the Second Life Profile web page for that user
|-
|-
|[[Template:SL-hCard|<nowiki>{{SL-hCard}}</nowiki>]]
|[[Template:SL-hCard|<nowiki>{{SL-hCard}}</nowiki>]]
Line 208: Line 275:
|[[Template:User_ICQ|<nowiki>{{User_ICQ}}</nowiki>]]
|[[Template:User_ICQ|<nowiki>{{User_ICQ}}</nowiki>]]
|Creates a Link to the ICQ-Userprofile  
|Creates a Link to the ICQ-Userprofile  
|-
|[[Template:Skills|<nowiki>{{Skills}}</nowiki>]]
|Adds your userprofile to categories indicating a certain skill
|-
|[[Template:Visl|<nowiki>{{Visl}}</nowiki>]]
|For [[Volunteer Portal|Second Life Volunteers]]
|}
|}
</div>
</div>
* See [[Special:Prefixindex/Template:|Full List Of Existing Templates]]
* See [[Help:Editors Toolbox]] for a selection of helpful templates for editors.


== Editing Help ==
== Extensions ==


TODO: Copy in the contents of this page:
See [[Help:Extensions]] for information on using wiki extensions.
[http://www.mediawiki.org/wiki/Help:Contents]


== Also see ==


----
* '''[http://www.mediawiki.org/wiki/Help:Contents General help from MediaWiki]'''
[[VERRRRRY IMPORTANT !!!]]
The Input Textarea is way to small. Please modify the CSS so the hight and the width are min double the actual size. --Anylyn Hax 09:07, 25 June 2007 (PDT)
 
: The input size is configurable in "my preferences" [[User:Which Linden|Which Linden]] 12:22, 13 July 2007 (PDT)
----

Latest revision as of 03:10, 6 May 2022

KBtip2.png Tip: New here and wondering what this is all about? Don't worry, learn about this wiki!

Overview

This article provides help on using the Second Life Wiki. If you're looking for Second Life Help, see the official Old Knowledge Base or Resident-powered Help Portal.

KBcaution.png Important: The majority of this Wiki's content (like SL itself) is Resident-created and while it may be helpful, unless stated otherwise by an employee of Linden Lab, we can't vouch for its accuracy. For our official documentation on how to use Second Life, please see the Old Knowledge Base.

See the Quickie Wiki Intro for information on how to log into the Wiki and how to create your user page. It also provides a manual on how to create new articles in general, how to upload and link pictures, how to track changes and much more!

Guidelines

There are a few simple editing guidelines on this wiki:

Basic Wiki syntax

Description You type You get
Applies anywhere
Italic Writing

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic

'''''bold & italic'''''

bold & italic

Internal link

(within SLwiki)

[[name of page]]
[[name of page|display text]]
[[#Editing Help|anchor link text]]

name of page
display text
anchor link text

Redirect to another page

#redirect [[Target page]]

1. redirect Target page

External link

(to other websites)

[http://www.example.com]
[http://www.example.com display text]
http://www.example.com

[1]
display text
http://www.example.com

Sign your posts
on talk pages

~~~~

Username 05:55,
26 April 2024 (UTC)

Don't interpret text

<!--an embedded comment-->
<nowiki><!--an embedded comment--></nowiki>


<!--an embedded comment-->

Applies only at the beginning of the line
Headings

of different sizes

==level 1==
===level 2===
====level 3====
=====level 4=====

Headings of different levels.

Horizontal rule

----


Bulleted list

* list item a
* list item b
** list sub-item
* list item c

  • list item a
  • list item b
    • list sub-item
  • list item c
Numbered list

# first list item
# second list item
## sub-item
# third list item

  1. first list item
  2. second list item
    1. sub-item
  3. third list item
Mixture of bulleted
and numbered lists

* list item X
* list item Y
*# first sub-item
*# second sub-item
* list item Z

  • list item X
  • list item Y
    1. first sub-item
    2. second sub-item
  • list item Z
Definition

;Technical Term
: Definition 1
: Definition 2

Technical Term
Definition 1
Definition 2
Indentation

: ''italicized text (indented)''
::* List item A (indented)
:# First List Item (indented)
:;Technical Term (indented)

italicized text (indented)
  • List item A (indented)
  1. First List Item (indented)
Technical Term (indented)
Preformatted text

(boxed text)

add a space at the beginning of the line to create preformatted text in a box

add a space at the beginning of the line
to create preformatted text in a box
 
Image Link

[[Image:New-Snowstorm-icon.png|link=Project Snowstorm]]

New-Snowstorm-icon.png

 
Thumbnail image

[[Image:Wiki.png|thumb|Caption text]]

Caption text

LSL Script Highlighting & Indentation

Use <syntaxhighlight lang="lsl2"> before the script and </syntaxhighlight> after the script

default
{
    state_entry()
    {
    //  PUBLIC_CHANNEL has the integer value 0

        llSay(PUBLIC_CHANNEL, "Hello, Avatar!");
    }

    touch_start(integer num_detected)
    {
        key id = llDetectedKey(0);
        string name = llKey2Name(id);
        integer spaceIndex = llSubStringIndex(name, " ");
        string firstName = llGetSubString(name, 0, spaceIndex - 1);

        llSay(PUBLIC_CHANNEL, firstName + " touched me.");
    }
}

Also see Code highlighting.

Templates

There are a number of SL-specific templates created for use on this wiki.


Template Usage
{{SL-Profile|User Name}} Links the User Name to the Second Life Profile web page for that user
{{SL-hCard}} Creates a user profile in hCard format
{{SLurl}} Creates a link to an SL location
{{User_ICQ}} Creates a Link to the ICQ-Userprofile
{{Skills}} Adds your userprofile to categories indicating a certain skill
{{Visl}} For Second Life Volunteers

Extensions

See Help:Extensions for information on using wiki extensions.

Also see