Help:Basic Edition: Difference between revisions
Jump to navigation
Jump to search
m (using an external editor) |
m (using an external editor) |
||
Line 111: | Line 111: | ||
| | | | ||
<pre><nowiki> | <pre><nowiki> | ||
I've created the [[ | I've created the [[social computing]] page | ||
</nowiki></pre> | </nowiki></pre> | ||
* It's a link that points to another wiki page | * It's a link that points to another wiki page | ||
Line 118: | Line 118: | ||
* A new page constist in the creation of a new link. | * A new page constist in the creation of a new link. | ||
| | | | ||
I've created the [[ | <pre><nowiki> | ||
I've created the [[social computing]] page | |||
</nowiki></pre> | |||
|- valign="top" | |- valign="top" | ||
| changing the title of the link | | changing the title of the link | ||
Line 125: | Line 127: | ||
* The wiki will display the title of the link, in other words all that is placed after a pipe (|) | * The wiki will display the title of the link, in other words all that is placed after a pipe (|) | ||
| | | | ||
I've created the [[Help:Contents|daily page]] tomorrow | I've created the [[Help:Contents|daily page]] tomorrow | ||
| | | | ||
|- valign="top" | |- valign="top" | ||
Line 133: | Line 133: | ||
| | | | ||
The best way to make it is to add a title to the link | The best way to make it is to add a title to the link | ||
<pre><nowiki> | |||
[http://www.nupedia.com Nupedia] | [http://www.nupedia.com Nupedia] | ||
</nowiki></pre> | |||
* The [ ] define an external link | * The [ ] define an external link | ||
* No pipe needed, only a space | * No pipe needed, only a space | ||
| | | | ||
[http://www.nupedia.com Nupedia] | [http://www.nupedia.com Nupedia] | ||
| | | | ||
|- valign="top" | |- valign="top" | ||
| Signature | | Signature | ||
| | | | ||
Signature: | <pre><nowiki> | ||
Signature: ~~~ | |||
Date: ~~~~~ | |||
</nowiki></pre> | |||
The best way is to use your personal page (once logged, click on your username and add a content) | The best way is to use your personal page (once logged, click on your username and add a content) | ||
* Add 3 ~ | * Add 3 ~ | ||
* Note: 5 ~ will add the date. | * Note: 5 ~ will add the date. | ||
| | | | ||
Signature: [[User:DSchneider|DSchneider]] <br/> | |||
Signature: | Date: 21 mar 2006 à 19:10 (MET) <br/> | ||
</ | |||
| | | | ||
|- valign="top" style="background:#D0E2EE" | |- valign="top" style="background:#D0E2EE" | ||
| colspan="3" align="center" | ''<strong>Images</strong>'' | | colspan="3" align="center" | ''<strong>Images</strong>'' |
Revision as of 11:51, 26 April 2007
- You can edit the content using the wiki syntax. Normal caracters like * ' " =, that have special functions depending sometimes on their position. For example the sintax ''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 on the start line | |||
Heading sizes |
==level 1== |
level 1level 2level 3level 4 | |
Horizontal bar | ---- |
| |
Normal lists |
* one |
| |
Ordered lists |
# one |
| |
Defiition lists |
;Definition |
| |
Preformatted text |
one space on |
one space on the start of a new line created a preformatted text | |
Internal and external links | |||
links to another 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 daily page tomorrow
|
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 |
Signature: ~~~ Date: ~~~~~ The best way is to use your personal page (once logged, click on your username and add a content)
|
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]] |