Difference between revisions of "Help:Wiki Markup Cheatsheet"

From ThePlaz.com

Jump to: navigation, search
(add date)
(add new line part)
Line 8: Line 8:
 
|-<!--1ST HEADING-->
 
|-<!--1ST HEADING-->
 
| colspan="3" style="background: #cee0f2; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere
 
| colspan="3" style="background: #cee0f2; padding: 0.2em; font-family: sans-serif; font-size: 0.9em; text-align:center;" | Applies anywhere
 +
|-
 +
|New line
 +
|
 +
<tt>''hit'' "'''enter'''" ''twice''</tt>
 +
|
 +
Line 1
 +
 +
Line 2
 +
|-
 +
|colspan="3" style="border-top:1px solid #cee0f2;"|
 +
|-
 
|-<!--1ST ROW 1ST COLUMN-->
 
|-<!--1ST ROW 1ST COLUMN-->
 
|Italicise text
 
|Italicise text

Revision as of 23:25, 3 January 2007

Description You type You get
Applies anywhere
New line

hit "enter" twice

Line 1

Line 2

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

Escape wiki markup

with ''markup''
<nowiki>without ''markup''</nowiki>

with markup
without ''markup''

Sign your posts
on talk pages

~~~~

Username 05:17,
3 July 2024 (UTC)

Applies only at the beginning of the line
Headings

of different sizes

==level 1==
===level 2===
====level 3====
=====level 4=====

Contents

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
Definition list

;Definition
:item 1
:item 2

Definition
item 1
item 2
 
Thumbnail image

[[Image:Plaz Pristina.png|thumb|Caption text]]

Caption text

See Help:Editing for more detailed explanations.

from wp:Wikipedia:Cheatsheet 09:31, 17 December 2006 License: GFDL