Help:Cheatsheet
From AbiWiki
(Difference between revisions)
DaleDe (Talk | contribs)
(Created page with '__NOTOC__ {|align="center" style="width:100%; border:2px #a3b1bf solid; background:#f5faff; text-align:left;" |colspan="3" align="center" style="background:#cee0f2; text-align:c…')
(Created page with '__NOTOC__ {|align="center" style="width:100%; border:2px #a3b1bf solid; background:#f5faff; text-align:left;" |colspan="3" align="center" style="background:#cee0f2; text-align:c…')
Current revision as of 21:35, 14 February 2011
MediaWiki CheatsheetFor more advanced details, see Wikipedia's Markup Guide | ||
Description | You type | You get |
Italic text |
''italic'' |
italic |
Bold text |
'''bold''' |
bold |
Bold and italic |
'''''bold & italic''''' |
bold & italic |
Internal link (within the wiki)
|
[[Name of page]] | |
External link (to other websites)
|
[http://www.example.org Text to display] | |
Redirect to another page |
#REDIRECT [[Target page]] | |
Section headings A Table of Contents will automatically be generated when four headings are added to an article.
|
(=Level 1= is used only for a page's title, and is generated automatically.) |
Level 2Level 3Level 4Level 5Level 6 |
Bulleted list
Empty lines between list items discouraged (see numbered lists).
|
* One |
|
Numbered list
Empty lines between list items restarts numbering at 1.
|
# One |
|
Indenting text |
no indent (normal) |
no indent (normal)
|
Image
Upload the image, then use the exact file name and extension
|
[[File:Abc.png|thumb|alt=[Alt text|Caption]] |
File:Abc.png Caption |