User:Rdoelmackaway/WikiEducator Wiki Markup Cheatsheet

From WikiEducator
Jump to: navigation, search

WikiEducator Wiki Markup Cheatsheet

This cheatsheet is designed to provide all of the wiki markup syntax available for use in WikiEducator.

Table of contents

__notoc__

Headings

=Heading1=

==Heading2==

===Heading3===

====Heading4====

Font formatting

''italics'' (two inverted commas)

'''bold''' (three inverted commas)

'''''bold and italics''''' (five inverted commas)

<nowiki></nowiki> (prevents wiki markup working)

Indenting

:Level 1 indent

::Level 2 indent

Bullet lists

*Item one

*Item two

**Item two point one

**Item two point two

*Item three

Numbered lists

#One

#Two

##Two point one

##Two point two

#Three

Mixed lists

#One

#Two

#*Item two point one

#*Item two point two

#Three

Links

[[Link to existing wiki page]]

[[Link to existing wikipage|Custom link text]]

http://www.wikieducator.org (raw URL)

[http://www.wikieducator.org WikiEducator] (attaches URL to custom text)

[http://www.wikieducator.org] (appears as numbered citation)

Images

http://www.wikieducator.org/Special:Imagelist

[[Image:Name_of_Picture_goes_here.jpg]]

[[Image:file name|type|location|size|caption]]

Type = thumb or frame

Location = right, left, center or none

Size = widthpx or widthxheightpx (in pixels)

<br style="clear:both;" /> (fix floating image bug)

Media

[[media:name_of_file.ext|Piped link text goes here]]

Files should be <=1MB

Sub-pages

[[/sub-page]] (shows slash)

[[/sub-page/]] (does not show slash)

[[/sub-page|sub-page]] (does not show slash)

Tables

Help:Tables

Use valign="top" to get table cells to align to the top of the cell.