Difference between revisions of "Help:Contents"

(Created page with "== MediaWiki syntax == {| style="border:1px solid #A3B1BF; text-align:left; background:#f5faff" |-<!--COLUMN HEADINGS--> | width="25%" style="background: #cee0f2; padding: 0....")
 
(MediaWiki syntax)
Line 93: Line 93:
 
<tt><nowiki>=====level 4=====</nowiki></tt>
 
<tt><nowiki>=====level 4=====</nowiki></tt>
 
|
 
|
 +
 +
== Indented text ==
 +
 +
<nowiki>: Lines that start with a colon are indented.</nowiki>
 +
 +
: 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:21, 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=====

Indented text

: Lines that start with a colon are indented.
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.