Difference between revisions of "Help:Contents"

From Second Life Wiki
Jump to navigation Jump to search
(Discussion should be on the talk page.)
Line 192: Line 192:
|colspan="3" style="border-top:1px solid #cee0f2;"| 
|colspan="3" style="border-top:1px solid #cee0f2;"| 
|-
|-
Script Highlighting
|
<nowiki><lsl> & </lsl></nowiki>
|
<lsl>
default
{
state_entry()
{
llSay(0, "Hello, Avatar!");
}
touch_start(integer total_number)
{
llSay(0, "Touched: "+(string)total_number);
}
}
</lsl>
|
|Thumbnail image
|Thumbnail image
|
|
Line 197: Line 216:
|
|
[[Image:SP_map_chess_rook.jpg|thumb|Caption text]]
[[Image:SP_map_chess_rook.jpg|thumb|Caption text]]
|}
|}</div>
</div>
 


== Templates ==
== Templates ==

Revision as of 21:31, 8 December 2007

Basic Wikisyntax

Script Highlighting
Description You type You get
Applies anywhere
Italicise text

''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 02:45,
20 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=====

Level 1

Level 2

Level 3

Level 4
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
 

<lsl> & </lsl>

<lsl>

default { state_entry() { llSay(0, "Hello, Avatar!"); } touch_start(integer total_number) { llSay(0, "Touched: "+(string)total_number); } } </lsl>

Thumbnail image

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

Caption text

Templates

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


Template Usage
{{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

Editing Help

TODO: Copy in the contents of this page: [2]