Help:Editing: Difference between revisions
Jump to navigation
Jump to search
(New page: For more detailed help see the [http://meta.wikimedia.org/wiki/Help:Contents#For_editors Official WikiMedia Help for Editors] Here's a good [http://en.wikipedia.org/wiki/Wikipedia:Cheats...) |
(No difference)
|
Revision as of 21:23, 17 June 2008
For more detailed help see the Official WikiMedia Help for Editors
Here's a good WikiMarkup CheatSheet
Otherwise, here's simple stuff you might need to know.
URLs and Links
To create a link inside the wiki, use the syntax:
[[Page Title]]
example: | displays as |
[[Main Page]] | Main Page |
To create a link to a standard URL, use the syntax:
[URL link text]
example: | displays as |
[http://www.google.ca Go to Google] | Go to Google |
Line Breaks
To insert a line break, leave a blank line in the wiki code
Lists
To create a bulleted list, use the * symbol. Use multiple *s to create deeper indents.
To create numbered lists, use the # symbol. Use multiple #s to create deeper indents.
Tables
Wiki uses a different syntax (pipe syntax) for tables. For more information see Help:Tables