Help:Contents/nl

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Translation in progress. Lisa Lowe June 20 2008.


Als U op zoek bent naar Second Life Help kijk dan naar Help.

Deze video (engels) helpt U mogelijk beter te begrijpen hoe deze wiki te gebruiken:

<videoflash>dCpzZWH_mas</videoflash>


Basis Wikisyntax

Omschrijving U typed U krijgt
Is overal van toepassing
Cursief

''italic''

italic

Vet

'''bold'''

bold

Vet en Cursief

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

bold & italic

Interne link

(binnen de SLwiki)

[[naam van de pagina]]
[[naam van de pagina|weergegeven tekst]]
[[#Wijzigen Help|anchor link Tekst]]

naam van de pagina
weergegeven tekst
anchor link text

Doorverwijzing naar een andere pagina

#redirect [[Doel pagina]]

1. redirect Doel pagina

Externe link

(naar andere websites)

[http://www.voorbeeld.com]
[http://www.voorbeeld.com weergegeven tekst]
http://www.voorbeeld.com

[1]
weergegeven tekst
http://www.voorbeeld.com

Onderteken uw berichten
op discussie pagina's

~~~~

Username 19:20,
8 May 2024 (UTC)

Tekst niet interpreteren

<!--een ingevoegd commentaar-->
<nowiki><!--een ingevoegd commentaar--></nowiki>


<!--een ingevoegd commentaar-->

Is alleen van toepassing vanaf het begin van de regel
Kopteksten

in verschillende formaten

==Grootte 1==
===Grootte 2===
====Grootte 3====
=====Grootte 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

LSL Script Highlighting & Indentation

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

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
{{Skills}} Adds your userprofile to categories indicating a certain skill
{{Visl}} For Second Life Volunteers

Full List Of Existing Templates

Editing Help

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