Difference between revisions of "Help:Contents"
(expand with basic markup info and SL-specific templates) |
(→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) |
||
(56 intermediate revisions by 22 users not shown) | |||
Line 1: | Line 1: | ||
{{Help|Wiki=*}}{{Navbox/Wiki}} | |||
==Basic | |||
{{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--> | ||
| | |Italic Writing | ||
|<!--2ND COLUMN--> | |<!--2ND COLUMN--> | ||
<tt><nowiki>''italic''</nowiki></tt> | <tt><big><nowiki>''italic''</nowiki></big></tt> | ||
|<!--3RD COLUMN--> | |<!--3RD COLUMN--> | ||
''italic'' | ''italic'' | ||
Line 20: | Line 41: | ||
|Bold text | |Bold text | ||
| | | | ||
<tt><nowiki>'''bold'''</nowiki></tt> | <tt><big><nowiki>'''bold'''</nowiki></big></tt> | ||
| | | | ||
'''bold''' | '''bold''' | ||
Line 28: | Line 49: | ||
|Bold and italic | |Bold and italic | ||
| | | | ||
<tt><nowiki>'''''bold & italic'''''</nowiki></tt> | <tt><big><nowiki>'''''bold & italic'''''</nowiki></big></tt> | ||
| | | | ||
'''''bold & italic''''' | '''''bold & italic''''' | ||
Line 35: | Line 56: | ||
|- | |- | ||
|Internal link<br /> | |Internal link<br /> | ||
(within | (within SLwiki) | ||
| | | | ||
<tt><nowiki>[[name of page]]</nowiki></tt><br /> | <tt><big><nowiki>[[name of page]]</nowiki></big></tt><br /> | ||
<tt><nowiki>[[name of page|display text]]</nowiki></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 47: | Line 70: | ||
|Redirect to another page | |Redirect to another page | ||
| | | | ||
<tt><nowiki>#redirect [[Target page]]</nowiki></tt> | <tt><big><nowiki>#redirect [[Target page]]</nowiki></big></tt> | ||
| | | | ||
1. redirect [[Target page]] | 1. redirect [[Target page]] | ||
Line 56: | Line 79: | ||
(to other websites) | (to other websites) | ||
| | | | ||
<tt><nowiki>[http://www.example.com]</nowiki></tt><br /> | <tt><big><nowiki>[http://www.example.com]</nowiki></big></tt><br /> | ||
<tt><nowiki>[http://www.example.com display text]</nowiki></tt><br /> | <tt><big><nowiki>[http://www.example.com display text]</nowiki></big></tt><br /> | ||
<tt><nowiki>http://www.example.com</nowiki></tt> | <tt><big><nowiki>http://www.example.com</nowiki></big></tt> | ||
| | | | ||
[http://www.example.com]<br /> | [http://www.example.com]<br /> | ||
Line 70: | Line 93: | ||
on talk pages | on talk pages | ||
| | | | ||
<nowiki>~~~~</nowiki> | <tt><big><nowiki>~~~~</nowiki></big></tt> | ||
| | | | ||
[[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 80: | Line 113: | ||
of different sizes | of different sizes | ||
| | | | ||
<tt><nowiki>==level 1==</nowiki></tt><br /> | <tt><big><nowiki>==level 1==</nowiki></big></tt><br /> | ||
<tt><nowiki>===level 2===</nowiki></tt><br /> | <tt><big><nowiki>===level 2===</nowiki></big></tt><br /> | ||
<tt><nowiki>====level 3====</nowiki></tt><br /> | <tt><big><nowiki>====level 3====</nowiki></big></tt><br /> | ||
<tt><nowiki>=====level 4=====</nowiki></tt> | <tt><big><nowiki>=====level 4=====</nowiki></big></tt> | ||
| | | | ||
Headings of different levels. | |||
|- | |- | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
|- | |- | ||
| | |Horizontal rule | ||
| | | | ||
< | <big><nowiki>----</nowiki></big> | ||
| | | | ||
* | ---- | ||
* | |- | ||
** | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
* | |- | ||
|Bulleted list | |||
| | |||
<tt><big>* list item a</big></tt><br /> | |||
<tt><big>* list item b</big></tt><br /> | |||
<tt><big>** list sub-item</big></tt><br /> | |||
<tt><big>* list item c</big></tt> | |||
| | |||
* list item a | |||
* list item b | |||
** list sub-item | |||
* list item c | |||
|- | |- | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
Line 108: | Line 148: | ||
|Numbered list | |Numbered list | ||
| | | | ||
<tt># | <tt><big># first list item</big></tt><br /> | ||
<tt># | <tt><big># second list item</big></tt><br /> | ||
<tt>## | <tt><big>## sub-item</big></tt><br /> | ||
<tt># | <tt><big># third list item</big></tt> | ||
| | | | ||
# | # first list item | ||
# | # second list item | ||
## | ## sub-item | ||
# | # third list item | ||
|- | |||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |||
|- | |||
|Mixture of bulleted<br />and numbered lists | |||
| | |||
<tt><big>* list item X</big></tt><br /> | |||
<tt><big>* list item Y</big></tt><br /> | |||
<tt><big>*# first sub-item</big></tt><br /> | |||
<tt><big>*# second sub-item</big></tt><br /> | |||
<tt><big>* list item Z</big></tt> | |||
| | |||
* list item X | |||
* list item Y | |||
*# first sub-item | |||
*# second sub-item | |||
* list item Z | |||
|- | |||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |||
|- | |||
|Definition | |||
| | |||
<tt><big>;Technical Term</big></tt><br /> | |||
<tt><big>: Definition 1</big></tt><br /> | |||
<tt><big>: Definition 2</big></tt><br /> | |||
| | |||
;Technical Term | |||
: Definition 1 | |||
: Definition 2 | |||
|- | |||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |||
|- | |||
|Indentation | |||
| | |||
<tt><big><nowiki>: ''italicized text (indented)''</nowiki></big></tt><br /> | |||
<tt><big>::* List item A (indented)</big></tt><br /> | |||
<tt><big>:# First List Item (indented)</big></tt><br /> | |||
<tt><big>:;Technical Term (indented)</big></tt><br /> | |||
| | |||
: ''italicized text (indented)'' | |||
::* List item A (indented) | |||
:# First List Item (indented) | |||
:;Technical Term (indented) | |||
|- | |||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |||
|- | |||
|Preformatted text<br /> | |||
(boxed text) | |||
| | |||
<big><tt> add a space at the beginning of the line to create preformatted text in a box</tt></big><br /> | |||
| | |||
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;"| | |||
|- | |||
|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;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
Line 122: | Line 221: | ||
|Thumbnail image | |Thumbnail image | ||
| | | | ||
<nowiki>[[Image:Wiki.png|thumb|Caption text]]</nowiki> | <tt><big><nowiki>[[Image:Wiki.png|thumb|Caption text]]</nowiki></big></tt><br /> | ||
| | | | ||
[[Image: | [[Image:SP_map_chess_rook.jpg|thumb|Caption text]] | ||
|} | |} | ||
</div> | </div> | ||
==Templates== | |||
== 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 == | |||
There are a number of SL-specific templates created for use on this wiki. | There are a number of SL-specific templates created for use on this wiki. | ||
<div align="center"> | |||
{| style="border:1px solid #A3B1BF; text-align:left; background:#f5faff" | {| style="border:1px solid #A3B1BF; text-align:left; background:#f5faff" | ||
|- | |- | ||
| 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 140: | Line 272: | ||
|[[Template:SLurl|<nowiki>{{SLurl}}</nowiki>]] | |[[Template:SLurl|<nowiki>{{SLurl}}</nowiki>]] | ||
|Creates a link to an SL location | |Creates a link to an SL location | ||
|- | |||
|[[Template:User_ICQ|<nowiki>{{User_ICQ}}</nowiki>]] | |||
|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> | |||
* See [[Special:Prefixindex/Template:|Full List Of Existing Templates]] | |||
* See [[Help:Editors Toolbox]] for a selection of helpful templates for editors. | |||
== Extensions == | |||
See [[Help:Extensions]] for information on using wiki extensions. | |||
== | == Also see == | ||
* '''[http://www.mediawiki.org/wiki/Help:Contents General help from MediaWiki]''' | |||
[http://www.mediawiki.org/wiki/Help:Contents |
Latest revision as of 02:10, 6 May 2022
Help Portal: |
Avatar | Bug Fixes | Communication | Community | Glossary | Land & Sim | Multimedia | Navigation | Object | Video Tutorials | Viewer | Wiki | Misc |
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.
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:
- 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:
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]] |
|
Redirect to another page |
#redirect [[Target page]] |
1. redirect Target page |
External link (to other websites) |
[http://www.example.com] |
|
Sign your posts |
~~~~ |
Username 07:00, |
Don't interpret text |
<!--an embedded comment--> |
|
Applies only at the beginning of the line | ||
Headings of different sizes |
==level 1== |
Headings of different levels. |
Horizontal rule |
---- |
|
Bulleted list |
* list item a |
|
Numbered list |
# first list item |
|
Mixture of bulleted and numbered lists |
* list item X |
|
Definition |
;Technical Term |
|
Indentation |
: ''italicized text (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 |
Image Link |
[[Image:New-Snowstorm-icon.png|link=Project Snowstorm]] |
|
Thumbnail image |
[[Image:Wiki.png|thumb|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 |
- See Full List Of Existing Templates
- See Help:Editors Toolbox for a selection of helpful templates for editors.
Extensions
See Help:Extensions for information on using wiki extensions.