Help:Formatting: Difference between revisions
Jump to navigation
Jump to search
m (Protected "Help:Formatting" [edit=sysop:move=sysop]) |
No edit summary |
||
Line 1: | Line 1: | ||
'''Pilkipedia''' uses a standard form of Wiki "markup" which allows you to use shortcuts to format text, rather than using the more complicated HTML. Below is a summary of formatting syntax, you can find more detail [[Help: | '''Pilkipedia''' uses a standard form of Wiki "markup" which allows you to use shortcuts to format text, rather than using the more complicated HTML. Below is a summary of formatting syntax, you can find more detail [[Help:Editing_Pages ]]. | ||
One of the best ways to learn is to look at the markup for an existing page that you want to copy. Click Edit to see the markup, and then cancel. | One of the best ways to learn is to look at the markup for an existing page that you want to copy. Click Edit to see the markup, and then cancel. |
Latest revision as of 18:40, 3 June 2007
Pilkipedia uses a standard form of Wiki "markup" which allows you to use shortcuts to format text, rather than using the more complicated HTML. Below is a summary of formatting syntax, you can find more detail Help:Editing_Pages .
One of the best ways to learn is to look at the markup for an existing page that you want to copy. Click Edit to see the markup, and then cancel.
Paragraphs
Mediawiki ignores normal line breaks. To start a new paragraph, leave an empty line. You can also start a newline with the HTML tag <br />.
Description | You type | You get |
applies anywhere | ||
Italic text | ''italic'' | italic |
Bold text | '''bold''' | bold |
Bold and italic | '''''bold & italic''''' | bold & italic |
Escape wiki markup | <nowiki>no ''markup''</nowiki> | no ''markup'' |
only at the beginning of the line | ||
Headings of different sizes |
==level 1== |
Level 1Level 2Level 3Level 4 |
Horizontal rule |
---- |
|
Bullet list |
* one |
|
Numbered list |
# one |
|
Definition list |
;Definition |
|
Preformatted text |
a space at the |
a space at the beginning of the line creates preformatted text |