Help:Basic Edition: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
* 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 <tt><nowiki><br></nowiki></tt>. | * 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 <tt><nowiki><br></nowiki></tt>. | ||
* Some compatible HTML tags with MediaWiki: <tt><nowiki><code></nowiki></tt>, <tt><nowiki><div></nowiki></tt>, <tt><nowiki><span></nowiki></tt> and <tt><nowiki><font></nowiki></tt>. | * Some compatible HTML tags with MediaWiki: <tt><nowiki><code></nowiki></tt>, <tt><nowiki><div></nowiki></tt>, <tt><nowiki><span></nowiki></tt> and <tt><nowiki><font></nowiki></tt>. | ||
{| border="1" cellpadding="2" cellspacing="1" | {| border="1" cellpadding="2" cellspacing="1" | ||
|- | |- | ||
|{{H13}}|'''Description''' | |{{H13}}|'''Description''' | ||
|{{Hl3}}|''' | |{{Hl3}}|'''Syntax''' | ||
|{{Hl3}}|''' | |{{Hl3}}|'''Result''' | ||
|- valign="top" style="background:#D0E2EE" | |- valign="top" style="background:#D0E2EE" | ||
Line 18: | Line 15: | ||
|- valign="top" | |- valign="top" | ||
| | | italic | ||
|<tt><nowiki>'' | |<tt><nowiki>''italic''</nowiki></tt> | ||
|'' | |''italic'' | ||
|- valign="top" | |- valign="top" | ||
| | | Bold | ||
|<tt><nowiki>''' | |<tt><nowiki>'''bold'''</nowiki></tt> | ||
|''' | |'''bold''' | ||
|- valign="top" | |- valign="top" | ||
| | | Bold and italic | ||
|<tt><nowiki>''''' | |<tt><nowiki>'''''bold and italic'''''</nowiki></tt> | ||
|''''' | |'''''bold and italic''''' | ||
|- valign="top" | |- valign="top" | ||
| | | Skip markup wiki | ||
|<tt><nowiki><nowiki>no ''markup''</nowiki></nowiki></tt> | |<tt><nowiki><nowiki>no ''markup''</nowiki></nowiki></tt> | ||
|<nowiki>no ''markup''</nowiki> | |<nowiki>no ''markup''</nowiki> | ||
|- valign="top" style="background:#D0E2EE" | |- valign="top" style="background:#D0E2EE" | ||
| colspan="3" align="center" | ''<strong> | | colspan="3" align="center" | ''<strong>only on the start line</strong>'' | ||
|- valign="top" | |- valign="top" | ||
| | |Heading sizes | ||
| | | | ||
<tt><nowiki>== | <tt><nowiki>==level 1==</nowiki></tt><br /> | ||
<tt><nowiki>=== | <tt><nowiki>===level 2===</nowiki></tt><br /> | ||
<tt><nowiki>==== | <tt><nowiki>====level 3====</nowiki></tt><br /> | ||
<tt><nowiki>===== | <tt><nowiki>=====level 4=====</nowiki></tt> | ||
| | | | ||
== | ==level 1== | ||
=== | ===level 2=== | ||
==== | ====level 3==== | ||
===== | =====level 4===== | ||
|- valign="top" | |- valign="top" | ||
| | |Horizontal bar | ||
|<tt><nowiki>----</nowiki></tt> | |<tt><nowiki>----</nowiki></tt> | ||
| | | | ||
Line 61: | Line 57: | ||
|- valign="top" | |- valign="top" | ||
| | |Normal lists | ||
| | | | ||
* | * one<br> | ||
* | * two<br> | ||
* | * three<br>(par ex | ||
| | | | ||
* | * one | ||
* | * two | ||
* | * three | ||
|- valign="top" | |- valign="top" | ||
| | |Ordered lists | ||
| | | | ||
# one<br> | # one<br> | ||
Line 83: | Line 79: | ||
|- valign="top" | |- valign="top" | ||
| | |Defiition lists | ||
| | | | ||
; | ;Definition<br> | ||
:item 1<br> | :item 1<br> | ||
:item 2<br> | :item 2<br> | ||
| | | | ||
; | ;Definition | ||
:item 1 | :item 1 | ||
:item 2 | :item 2 | ||
|- valign="top" | |- valign="top" | ||
| | | Preformatted text | ||
| | | | ||
| one space on<br> | ||
| the start on a new line<br> | ||
| created<br> | ||
| a preformatted text | ||
| | | | ||
one space on | |||
the start of a new line | |||
created | |||
a preformatted text | |||
|- valign="top" style="background:#D0E2EE" | |- valign="top" style="background:#D0E2EE" | ||
| colspan="3" align="center" | ''<strong> | | colspan="3" align="center" | ''<strong>Internal and external links</strong>'' | ||
|- valign="top" | |- valign="top" | ||
| | | links to <br /> | ||
another page <br /> | |||
of the wiki | |||
| | | | ||
I've created the [[Days page]] tomorrow | |||
* | * It's a link that points to another wiki page | ||
* | * The first letter will pe automatically capitalized | ||
* | * If the links is displayed in red, this page is empty. If you click on the link, you can start inserting the content, save it, and then the page will be created. | ||
* | * A new page constist in the creation of a new link. | ||
| | | | ||
<pre><nowiki> | <pre><nowiki> | ||
I've created the [[Days page]] tomorrow | |||
</nowiki></pre> | </nowiki></pre> | ||
|- valign="top" | |- valign="top" | ||
| | | changing the title of the link | ||
| | | | ||
I've created the [[Days page||daily page]] tomorrow | |||
* | * The wiki will display the title of the link, in other words all that is placed after a pipe (|) | ||
| | | | ||
<pre><nowiki> | <pre><nowiki> | ||
I've created the [[Days page||daily page]] tomorrow | |||
</nowiki></pre> | </nowiki></pre> | ||
| | | | ||
|- valign="top" | |- valign="top" | ||
| | | external links | ||
| | | | ||
The best way to make it is to add a title to the link | |||
[http://www.nupedia.com Nupedia] | |||
* | * The [ ] define an external link | ||
* | * No pipe needed, only a space | ||
| | | | ||
<pre><nowiki> | <pre><nowiki> | ||
[http://www.nupedia.com Nupedia] | |||
</nowiki></pre> | </nowiki></pre> | ||
| | | | ||
|- valign="top" | |- valign="top" | ||
| | | Signature | ||
| | | | ||
Signature: [[ | Signature: [[User:DSchneider|DSchneider]] <br/> | ||
Date: 21 mar 2006 à 19:10 (MET) <br/> | Date: 21 mar 2006 à 19:10 (MET) <br/> | ||
The best way is to use your personal page (once logged, click on your username and add a content) | |||
* | * Add 3 ~ | ||
* Note: | * Note: 5 ~ will add the date). | ||
| | | | ||
<pre><nowiki> | <pre><nowiki> |
Revision as of 10:38, 29 March 2006
- 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>.
Template:H13|Description | Template:Hl3|Syntax | Template:Hl3|Result | |
appliquer n'importe où | |||
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 Days page tomorrow
|
I've created the [[Days page]] tomorrow | |
changing the title of the link |
I've created the |daily page tomorrow
|
I've created the [[Days page||daily page]] tomorrow |
|
external links |
The best way to make it is to add a title to the link Nupedia
|
[http://www.nupedia.com Nupedia] |
|
Signature |
Signature: DSchneider
|
Signature: ~~~ Date: ~~~~~ |