Help:Basic Edition
Jump to navigation
Jump to search
- You can edit the content using the wiki syntax. Normal caracters like * ' " =, that have special functions depending sometimes on their position. For example the syntax ''italic'' will return italic.
- Mediawiki skips the new blank lines. If you want to start a new paragraph, you only have to drop a new blank line between the two sections of your text. You are also free to use HTML tags like <br>.
- Some compatible HTML tags with MediaWiki: <code>, <div>, <span> and <font>.
Description | Syntax | Result | |
everywhere | |||
italic | ''italic'' | italic | |
Bold | '''bold''' | bold | |
Bold and italic | '''''bold and italic''''' | bold and italic | |
Skip markup wiki | <nowiki>no ''markup''</nowiki> | no ''markup'' | |
Only at the start of a line | |||
Heading sizes |
==level 1== |
level 1level 2level 3level 4 | |
Horizontal bar | ---- |
| |
Normal lists |
* one |
| |
Ordered lists |
# one |
| |
Definition lists |
;Definition |
| |
Preformatted text |
one space on Note: To insert XML/HTML code you should use the HTML "pre" tag: <pre> |
one space on the start of a new line created a preformatted text <p>hello</p> | |
New pages, internal and external links | |||
links to another wiki page |
I've created the [[social computing]] page
|
I've created the social computing page | |
changing the title of the link |
I've created the <nowiki>[[Help:Contents|daily page]] tomorrow </nowiki>
|
I've created the daily page tomorrow |
|
external links |
The best way to make it is to add a title to the link [http://www.nupedia.com Nupedia]
|
||
Signature |
The best way is to use your personal page (once logged, click on your username and add a content. Then, just use ~'s. Signature: ~~~ Date: ~~~~~ Signature and Date: ~~~~ |
Signature: DSchneider |
|
Images | |||
Simple |
[[Image:Greenway_model.gif]] |
||
Framed with a legend |
[[Image:Greenway_model.gif|frame|none|Greenway model]] |
||
Thumbnail 50pixels |
[[Image:Greenway_model.gif|thumb|50px|Greenway model]]
|
|
|
Thumbnail 50pixels, do not float |
[[Image:Greenway_model.gif|thumb|none|50px|Greenway model]]
|
|