Difference between revisions of "Help:Contents"
(added more editing help) |
m |
||
Line 12: | Line 12: | ||
|Italicise text | |Italicise text | ||
|<!--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 20: | ||
|Bold text | |Bold text | ||
| | | | ||
<tt><nowiki>'''bold'''</nowiki></tt> | <tt><big><nowiki>'''bold'''</nowiki></big></tt> | ||
| | | | ||
'''bold''' | '''bold''' | ||
Line 28: | Line 28: | ||
|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 37: | Line 37: | ||
(within SLwiki) | (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 /> | ||
| | | | ||
[[name of page]]<br /> | [[name of page]]<br /> | ||
Line 47: | Line 47: | ||
|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 56: | ||
(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 70: | ||
on talk pages | on talk pages | ||
| | | | ||
<nowiki>~~~~</nowiki> | <tt><big><nowiki>~~~~</nowiki></big></tt> | ||
| | | | ||
[[User:Username|Username]] {{CURRENTTIME}}, <br /> | [[User:Username|Username]] {{CURRENTTIME}}, <br /> | ||
Line 80: | Line 80: | ||
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> | ||
| | | | ||
==Level 1== | ==Level 1== | ||
Line 94: | Line 94: | ||
|Horizontal rule | |Horizontal rule | ||
| | | | ||
<nowiki>----</nowiki> | <big><nowiki>----</nowiki></big> | ||
| | | | ||
---- | ---- | ||
Line 102: | Line 102: | ||
|Bulleted list | |Bulleted list | ||
| | | | ||
<tt>* list item a</tt><br /> | <tt><big>* list item a</big></tt><br /> | ||
<tt>* list item b</tt><br /> | <tt><big>* list item b</big></tt><br /> | ||
<tt>** list sub-item</tt><br /> | <tt><big>** list sub-item</big></tt><br /> | ||
<tt>* list item c</tt> | <tt><big>* list item c</big></tt> | ||
| | | | ||
* list item a | * list item a | ||
Line 116: | Line 116: | ||
|Numbered list | |Numbered list | ||
| | | | ||
<tt># first list item</tt><br /> | <tt><big># first list item</big></tt><br /> | ||
<tt># second list item</tt><br /> | <tt><big># second list item</big></tt><br /> | ||
<tt>## sub-item</tt><br /> | <tt><big>## sub-item</big></tt><br /> | ||
<tt># third list item</tt> | <tt><big># third list item</big></tt> | ||
| | | | ||
# first list item | # first list item | ||
Line 130: | Line 130: | ||
|Mixture of bulleted<br />and numbered lists | |Mixture of bulleted<br />and numbered lists | ||
| | | | ||
<tt>* list item X</tt><br /> | <tt><big>* list item X</big></tt><br /> | ||
<tt>* list item Y</tt><br /> | <tt><big>* list item Y</big></tt><br /> | ||
<tt>*# first sub-item</tt><br /> | <tt><big>*# first sub-item</big></tt><br /> | ||
<tt>*# second sub-item</tt><br /> | <tt><big>*# second sub-item</big></tt><br /> | ||
<tt>* list item Z</tt> | <tt><big>* list item Z</big></tt> | ||
| | | | ||
* list item X | * list item X | ||
Line 146: | Line 146: | ||
|Definition | |Definition | ||
| | | | ||
<tt>;Technical Term</tt><br /> | <tt><big>;Technical Term</big></tt><br /> | ||
<tt>: Definition 1</tt><br /> | <tt><big>: Definition 1</big></tt><br /> | ||
<tt>: Definition 2</tt><br /> | <tt><big>: Definition 2</big></tt><br /> | ||
| | | | ||
;Technical Term | ;Technical Term | ||
Line 158: | Line 158: | ||
|Indentation | |Indentation | ||
| | | | ||
<tt>: ''italicized text (indented)''</tt><br /> | <tt><big>: ''italicized text (indented)''</big></tt><br /> | ||
<tt>::* List item A (indented)</tt><br /> | <tt><big>::* List item A (indented)</big></tt><br /> | ||
<tt>:# First List Item (indented)</tt><br /> | <tt><big>:# First List Item (indented)</big></tt><br /> | ||
<tt>:;Technical Term (indented)</tt><br /> | <tt><big>:;Technical Term (indented)</big></tt><br /> | ||
| | | | ||
: ''italicized text (indented)'' | : ''italicized text (indented)'' | ||
Line 173: | Line 173: | ||
(boxed text) | (boxed text) | ||
| | | | ||
<tt> add a space at the beginning of the line to create preformatted text in a box</tt><br /> | <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 | add a space at the beginning of the line<br />to create preformatted text in a box | ||
Line 191: | Line 191: | ||
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"> | <div align="center"> | ||
Line 212: | Line 213: | ||
== Editing Help == | == Editing Help == | ||
TODO: | TODO: Copy in the contents of this page: | ||
[ | [http://www.mediawiki.org/wiki/Help:Contents] |
Revision as of 16:18, 9 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]] |
|
Redirect to another page |
#redirect [[Target page]] |
1. redirect Target page |
External link (to other websites) |
[http://www.example.com] |
|
Sign your posts |
~~~~ |
Username 12:01, |
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]] |
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]