Difference between revisions of "Talk:Syntax Cheatsheet for Wiki Markup"

From KDHX Production
Jump to: navigation, search
Line 1: Line 1:
 +
==Wikipedia syntax cheat sheet==
 
{| class="wikitable"
 
{| class="wikitable"
|+Wikipedia Syntax Cheat Sheet
 
|-
 
 
|'''Description'''
 
|'''Description'''
 
|'''You type'''
 
|'''You type'''
Line 59: Line 58:
  
 
==Helpful reference pages==
 
==Helpful reference pages==
* For a full list of editing commands, see [[Help:Wiki markup|Wiki markup]]
+
* For a more detailed list of formatting commands, see '''[https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting]'''.
* To experiment with editing, use the [[sandbox]]
+
* General help information can be found at '''[https://www.mediawiki.org/wiki/Help:Contents Help:Contents]'''
* For a guide to editing, see [[How to edit a page]]
+
* To experiment with editing, use the '''[https://www.mediawiki.org/wiki/Project:Sandbox Sandbox]'''
* For a PDF, printable cheatsheet, see [[File:Cheatsheet.pdf]]
+
__NOTOC__
__NOTOC__ __NOEDITSECTION__
+
</noinclude>
+
 
+
 
[[Category:Information Technology]]
 
[[Category:Information Technology]]
Information Technology
 

Revision as of 22:22, 19 June 2015

Wikipedia syntax cheat sheet

Description You type You get
Italic text

Bold text

Bold and italic text
''italic''

''bold''

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

bold

bold & italic
Link to another Wikipedia page [[Name of page]]

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

Name of page and text to display
Add an image [[File:filename.extension]] Wiki.png
Add a page to a category [[Category:Name]] Will display at the bottom of the wiki page.
Redirects #REDIRECT[[pagename]] Target page

(Avoid using, this is a bad practice and creates a mess for someone else to figure out down the road.)
Section headings
(Table of Contents will be automatically created when four or more headings are added to a page.)
==Level 2==

===Level 3===

====Level 4====

Level 2

Level 3

Level 4

Bullet points *Item A
*Item B
**Item B2
*Item C
  • Item A
  • Item B
    • Item B2
  • Item C
Numbered list #Item one
#Item two
##Item two point one
#Item three
  1. Item one
  2. Item two
  3. Item two point one
  4. Item three
Indented text no intentation
:first indentation
::second indentation
:::third indentation
no indentation (normal text)
first indentation
second indentation
three indentation

Helpful reference pages