Difference between revisions of "Help:Contents"

From Second Life Wiki
Jump to navigation Jump to search
(expand with basic markup info and SL-specific templates)
Line 1: Line 1:
__NOTOC__
==Basic Wikisyntax==
<div align="center">
{| style="border:1px solid #A3B1BF; text-align:left; background:#f5faff"
|-<!--COLUMN HEADINGS-->
| width="25%" style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''Description'''
| style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''You type'''
| width="25%" style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''You get'''
|-<!--1ST HEADING-->
| colspan="3" style="background: #cee0f2; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere
|-<!--1ST ROW 1ST COLUMN-->
|Italicise text
|<!--2ND COLUMN-->
<tt><nowiki>''italic''</nowiki></tt>
|<!--3RD COLUMN-->
''italic''
|-<!--HORIZONTAL LINE-->
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-<!--2ND ROW 1ST COLUMN-->
|Bold text
|
<tt><nowiki>'''bold'''</nowiki></tt>
|
'''bold'''
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Bold and italic
|
<tt><nowiki>'''''bold & italic'''''</nowiki></tt>
|
'''''bold & italic'''''
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Internal link<br />
(within Wikipedia)
|
<tt><nowiki>[[name of page]]</nowiki></tt><br />
<tt><nowiki>[[name of page|display text]]</nowiki></tt><br />
|
[[name of page]]<br />
[[name of page|display text]]<br />
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Redirect to another page
|
<tt><nowiki>#redirect [[Target page]]</nowiki></tt>
|
1. redirect [[Target page]]
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|External link<br />
(to other websites)
|
<tt><nowiki>[http://www.example.com]</nowiki></tt><br />
<tt><nowiki>[http://www.example.com display text]</nowiki></tt><br />
<tt><nowiki>http://www.example.com</nowiki></tt>
|
[http://www.example.com]<br />
[http://www.example.com display text]<br />
http://www.example.com
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|
Sign your posts <br />
on talk pages
|
<nowiki>~~~~</nowiki>
|
[[User:Username|Username]] {{CURRENTTIME}}, <br />
{{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
|-<!--2ND HEADING-->
| colspan="3" style="background: #cee0f2; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies only at the beginning of the line
|-
|Headings<br />
of different sizes
|
<tt><nowiki>==level 1==</nowiki></tt><br />
<tt><nowiki>===level 2===</nowiki></tt><br />
<tt><nowiki>====level 3====</nowiki></tt><br />
<tt><nowiki>=====level 4=====</nowiki></tt>
|
==Level 1==
===Level 2===
====Level 3====
=====Level 4=====
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Bullet list
|
<tt>* one</tt><br />
<tt>* two</tt><br />
<tt>** two point one</tt><br />
<tt>* three</tt>
|
* one
* two
** two point one
* three
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Numbered list
|
<tt># one</tt><br />
<tt># two</tt><br />
<tt>## two point one</tt><br />
<tt># three</tt>
|
# one
# two
## two point one
# three
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|&nbsp;
|-
|Thumbnail image
|
<nowiki>[[Image:Wiki.png|thumb|Caption text]]</nowiki>
|
[[Image:Wiki.png|thumb|Caption text]]
|}
</div>
==Templates==
There are a number of SL-specific templates created for use on this wiki.
{| style="border:1px solid #A3B1BF; text-align:left; background:#f5faff"
|-
| width="25%" style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''Template'''
| style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''Usage'''
|-
|[[Template:SL-hCard|<nowiki>{{SL-hCard}}</nowiki>]]
|Creates a user profile in hCard format
|-
|[[Template:SLurl|<nowiki>{{SLurl}}</nowiki>]]
|Creates a link to an SL location
|}


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


TODO: copy in the contents of this page:
TODO: copy in the contents of this page:
http://www.mediawiki.org/wiki/Help:Contents
[http://www.mediawiki.org/wiki/Help:Contents http://www.mediawiki.org/wiki/Help:Contents]

Revision as of 10:25, 9 January 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 Wikipedia)

[[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 04:24,
30 April 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
Bullet list

* one
* two
** two point one
* three

  • one
  • two
    • two point one
  • three
Numbered list

# one
# two
## two point one
# three

  1. one
  2. two
    1. two point one
  3. three
 
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

Editing Help

TODO: copy in the contents of this page: http://www.mediawiki.org/wiki/Help:Contents