Community Central
Community Central
m (typo)
No edit summary
Line 1: Line 1:
 
<!--COMMENT MARKUP. Displays:Edit mode only.-->
 
<!--COMMENT MARKUP. Displays:Edit mode only.-->
  +
 
{|align="center" style="width:100%; border:2px #a3b1bf solid; text-align:left;"
 
{|align="center" style="width:100%; border:2px #a3b1bf solid; text-align:left;"
  +
|-
 
|colspan="3" align="center" style="background:#cee0f2; text-align:center;" |
 
|colspan="3" align="center" style="background:#cee0f2; text-align:center;" |
 
<h2 style="margin:.5em; margin-top:.1em; margin-bottom:.1em; border-bottom:0; font-weight:bold;">Wikitext Cheatsheet</h2>
 
<h2 style="margin:.5em; margin-top:.1em; margin-bottom:.1em; border-bottom:0; font-weight:bold;">Wikitext Cheatsheet</h2>
Line 128: Line 130:
 
[[Image:Wiki.png|thumb|Caption text]]
 
[[Image:Wiki.png|thumb|Caption text]]
 
|}
 
|}
 
   
 
==See also==
 
==See also==
 
 
* For print cheatsheets, see the [[:m:Help:Reference card|MediaWiki reference card]] or the [[:m:Cheatsheet|poster-size cheatsheet]] (available in many languages).
 
* For print cheatsheets, see the [[:m:Help:Reference card|MediaWiki reference card]] or the [[:m:Cheatsheet|poster-size cheatsheet]] (available in many languages).
   
  +
__NOTOC__
 
__NOTOC__ __NOEDITSECTION__
 
   
 
[[Category:Help|{{PAGENAME}}]]
 
[[Category:Help|{{PAGENAME}}]]
[[Category:F]]
 

Revision as of 15:37, 1 September 2008


Wikitext Cheatsheet

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 a local wiki)

[[Help:Contents]]
[[Help:Contents|Display text]]

Help:Contents
Display text

Redirect to another page

#REDIRECT [[Help:Contents]]

redirectltr.png Help:Contents

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 11:27,
19 April 2024 (UTC)

Applies only at the beginning of the line
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
Bulleted 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]]

Wiki

Caption text

See also