Follow Me on Pinterest
'

Help:Editing cheatsheet

From WikiParenting

Jump to: navigation, search

See the Your first edit page for a more detailed description on how to edit articles.

Description You type You get
Italic text ''italic'' italic
Bold text

'''bold'''

bold
Bold and italic

'''''bold & italic'''''

bold & italic
Underline, Strike and Center

<u>Underline</u>, <strike>Strike</strike> and<br /><center>Center</center>

Underline, Strike and
Center
Paragraph

Wrong:
Test
Test

Right:
Test

Test

Wrong:
Test Test

Right:
Test

Test

Break-line

Test<br />Test

Test
Test

Seperator

----


Internal link

[[Article title]]
[[Article title|display text]]
[[Article title#Heading]]

Article title

display text
Article title#Heading

Redirect to another page

#REDIRECT [[Target page]]

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

Sign your posts on talk pages

~~~~

Your username 13:50,

18 May 2013 (UTC)

Table

For more table markup, see WikiMedia

{| border="1"
|-
! header 1
! header 2
! header 3
|-
| row 1, cell 1
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|}

header 1 header 2 header 3
row 1, cell 1 row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3
Headings

A Table of Contents will automatically be generated when four headings are added to an article.

== Level 1 ==
=== Level 2 ===
==== Level 3 ====
===== Level 4 =====
====== Level 5 ======

Level 1

Level 2

Level 3

Level 4
Level 5
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
Definition list

;Word:Definition

Word
Definition
Indent

:A
::B
:::C


A
B
C
Image

[[Image:Example.jpg|Caption text]]

Caption text
Image size

It is only possible to set the width of an image.

[[Image:Example.jpg|75px|Caption text]]

Caption text
Image alignment

Left, right and center are legal options.

[[Image:Example.jpg|center|Caption text]]

Caption text
Thumbnail image

Thumbnail images are aligned to the right by default.

[[Image:Example.jpg|thumb|Caption text]]
Caption text
Caption text
Table of contents

By default, an article with more than four headings will receive a table of contents.

__NOTOC__ __TOC__ __FORCETOC__ NOTOC: No table of contents will be shown, not even when an article has more than four headings.

FORCETOC: Gives the article a table of contents, even if the article has less than four headings. The table of contents will be displayed at the start of the article.

TOC: Gives the article a table of contents, even if the article has less than four headings. The table of contents will be displayed at the position of the TOC line in the article text.