Jump to content

Help:Cheatsheet

Page semi-protected
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Quiddity (talk | contribs) at 22:40, 9 August 2012 (remove the entire "Changing fonts" section - this page is intended to be non-overwhelming (newcomer and technophobe friendly), and just include minimum / core details.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Wikipedia Cheatsheet

Works anywhere in the text        
Description You type You get
Italic text

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic text

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

bold & italic

Link to another Wikipedia page

[[Name of page]]
[[Name of page|Text to display]]

Name of page
Text to display

Link internal heading

[[#Heading name]]
[[#Heading name2|Name2]]

#Heading name
Name2

Show an image

[[File:Wiki.png|thumb|alt=text|Caption]]

text
Caption
Size an image

[[File:Wiki.png|thumb|60px|alt=text|Cap]]

(option "60px" means 60 pixels wide)

Alt text
Cap
Add a page to a category [[Category:Category name]]

(place near the bottom of a page)
Shows "Category name" in a bar at bottom when the page is previewed or saved.
Signature
Sign your contributions when posting to a Talk Page.

~~~~

(Do not sign in an article, only on talk-pages.)

Username (talk) 23:53, 27 July 2024 (UTC)

Using Templates              
Description You type You get
Use a template

{{example}}

This is an example of a template. For help with templates, see Help:Template.
Use {{Smallcaps}}

{{smallcaps|This Text}}

This Text

Use {{Convert}} to change units

{{convert|29|km|mi}}

29 kilometres (18 mi)

Works only at the beginning of lines    
Description You type You get
Redirect to another page
Redirects must be placed at the start of the first line.

#REDIRECT [[Target page]]

Target page

Redirect to a section of another page

#REDIRECT [[Target page#anchorName]]

Target page#anchorName

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

==Level 2==
===Level 3===
====Level 4====
=====Level 5=====
======Level 6======

(Do not use  =Level 1=  as it is for page titles)

Level 2

Level 3

Level 4

Level 5
Level 6
Nonindexed headers
(left out of Table of Contents)

; Header name

(has a leading semicolon ";" in front)

Header name

(will not appear in Table of Contents)
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
Indenting text
This is used when replying on a talk page, to make it easier to follow conversations.

no indent (normal)
:first indent
::second indent
:::third indent

no indent (normal)

first indent
second indent
third indent
Adding footnote references    

Cheatsheet for citing a website or publication
Referencing for beginners

Insert footnotes as references in a page to list at page bottom
 

Hello,<ref>Encyclopædia Britannica</ref> World.<ref>http://www.w3.org/</ref>

References: {{reflist}}

Hello,[1] World.[2]

References:

  1. ^ Encyclopædia Britannica
  2. ^ http://www.w3.org/

See also

Wiki markup quick reference (PDF download)