Difference between revisions of "Help:Contents"

From Second Life Wiki
Jump to navigation Jump to search
(Added Template:User_ICQ)
(added more editing help)
Line 92: Line 92:
|colspan="3" style="border-top:1px solid #cee0f2;"|
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|-
|Bullet list
|Horizontal rule
|
|
<tt>* one</tt><br />
<nowiki>----</nowiki>
<tt>* two</tt><br />
<tt>** two point one</tt><br />
<tt>* three</tt>
|
|
* one
----
* two
|-
** two point one
|colspan="3" style="border-top:1px solid #cee0f2;"|
* three
|-
|Bulleted list
|
<tt>* list item a</tt><br />
<tt>* list item b</tt><br />
<tt>** list sub-item</tt><br />
<tt>* list item c</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 116:
|Numbered list
|Numbered list
|
|
<tt># one</tt><br />
<tt># first list item</tt><br />
<tt># two</tt><br />
<tt># second list item</tt><br />
<tt>## two point one</tt><br />
<tt>## sub-item</tt><br />
<tt># three</tt>
<tt># third list item</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>* list item X</tt><br />
<tt>* list item Y</tt><br />
<tt>*# first sub-item</tt><br />
<tt>*# second sub-item</tt><br />
<tt>* list item Z</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>;Technical Term</tt><br />
<tt>: Definition 1</tt><br />
<tt>: Definition 2</tt><br />
|
;Technical Term
: Definition 1
: Definition 2
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Indentation
|
<tt>: ''italicized text (indented)''</tt><br />
<tt>::* List item A (indented)</tt><br />
<tt>:# First List Item (indented)</tt><br />
<tt>:;Technical Term (indented)</tt><br />
|
|
# one
: ''italicized text (indented)''
# two
::* List item A (indented)
## two point one
:# First List Item (indented)
# three
:;Technical Term (indented)
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Preformatted text<br />
(boxed text)
|
<tt> add a space at the beginning of the line to create preformatted text in a box</tt><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;"|&nbsp;
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
Line 122: Line 181:
|Thumbnail image
|Thumbnail image
|
|
<nowiki>[[Image:Wiki.png|thumb|Caption text]]</nowiki>
<nowiki>[[Image:Wiki.png|thumb|Caption text]]</nowiki><br />
|
|
[[Image:Wiki.png|thumb|Caption text]]
[[Image:Wiki.png|thumb|Caption text]]
|}
|}
</div>
</div>
==Templates==
 
 
== 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"
|-
|-
Line 144: Line 207:
|Creates a Link to the ICQ-Userprofile  
|Creates a Link to the ICQ-Userprofile  
|}
|}
</div>


== Editing Help ==
== Editing Help ==

Revision as of 06:50, 7 May 2007

Basic Wikisyntax

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]]

name of page
display 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 19:47,
2 May 2024 (UTC)

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
 
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: http://www.mediawiki.org/wiki/Help:Contents