Help:Contents

Revision as of 19:19, 21 November 2018 by Steve (talk | contribs) (Created page with "== MediaWiki syntax == {| style="border:1px solid #A3B1BF; text-align:left; background:#f5faff" |-<!--COLUMN HEADINGS--> | width="25%" style="background: #cee0f2; padding: 0....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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