Difference between revisions of "Help:Contents"

Line 93: Line 93:
 
<tt><nowiki>=====level 4=====</nowiki></tt>
 
<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]]
 +
|}
  
 
== Indented text ==
 
== Indented text ==
  
: Lines that start with a colon are indented.
+
rhubarb
 
 
: Start a line with a colon (like this line has) if you want it to be '''indented'''.  Start it with :: for double indentation, or ::: for triple indentation.
 

Revision as of 19:25, 21 November 2018

MediaWiki syntax

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 the wiki)

[[name of page]]
[[name of page|display text]]

name of page
display text

Link to section in another page

[[Another page#Some heading]]
[[Another page#Some heading | Display text]]

Another page#Some heading
Display text

Link to a section in this page

[[#Some heading]]
[[#Some heading | Display text]]

#Some heading
Display text

Redirect to another page

#redirect [[Target page]]

1. redirect Target page

External link

(to other websites)

[http://www.example.org]
[http://www.example.org display text]
http://www.example.org

[1]
display text
http://www.example.org

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

File:Wiki.png
Caption text

Indented text

rhubarb