Difference between revisions of "Help:Contents"
m (Changed german "Kursiv schreiben" to english Italic Writing.) |
(Help linked, skills and visl template added to templates as well as full template list linked) |
||
Line 1: | Line 1: | ||
{{Multi-lang}} | {{Multi-lang}} | ||
If you're searching for '''Second Life Help''' please have a look at [[Help]]. | |||
__NOTOC__ | __NOTOC__ | ||
Line 234: | Line 236: | ||
|[[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 vertain skill | |||
|- | |||
|[[Template:Visl|<nowiki>{{Visl}}</nowiki>]] | |||
|For [[Volunteer Portal|Second Life Volunteers]] | |||
|} | |} | ||
'''[https://wiki.secondlife.com/w/index.php?title=Special%3AAllpages&from=&namespace=10 Full List Of Existing Templates]''' | |||
</div> | </div> | ||
Revision as of 05:40, 6 May 2008
If you're searching for Second Life Help please have a look at Help.
Basic Wikisyntax
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 15:43, |
Don't interpret text |
<!--an embedded comment--> |
|
Applies only at the beginning of the line | ||
Headings of different sizes |
==level 1== |
Level 1Level 2Level 3Level 4 |
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 |
Thumbnail image |
[[Image:Wiki.png|thumb|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 vertain skill |
{{Visl}} | For Second Life Volunteers |
Editing Help
TODO: Copy in the contents of this page: [2]