Help:Basic Edition: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
 
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
__NOEDITSECTION__
__NOEDITSECTION__
* You can edit the content using the wiki syntax. Normal caracters like <nowiki>* ' " =</nowiki>, that have special functions depending sometimes on their position. For example the sintax <nowiki>''italic''</nowiki> will return ''italic''.
* You can edit the content using the wiki syntax. Normal caracters like <nowiki>* ' " =</nowiki>, that have special functions depending sometimes on their position. For example the syntax <nowiki>''italic''</nowiki> 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 <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'''
|'''Description'''
|{{Hl3}}|'''On tape'''
|'''Syntax'''
|{{Hl3}}|'''On obtient'''
|'''Result'''


|- valign="top" style="background:#D0E2EE"
|- valign="top" style="background:#D0E2EE"
| colspan="3" align="center" | ''<strong>appliquer n'importe où</strong>''
| colspan="3" align="center" | ''<strong>everywhere</strong>''


|- valign="top"
|- valign="top"
| Mettre en italique
| italic
|<tt><nowiki>''italique''</nowiki></tt>
|<tt><nowiki>''italic''</nowiki></tt>
|''italique''
|''italic''


|- valign="top"
|- valign="top"
| Mettre en gras
| Bold
|<tt><nowiki>'''gras'''</nowiki></tt>
|<tt><nowiki>'''bold'''</nowiki></tt>
|'''gras'''
|'''bold'''


|- valign="top"
|- valign="top"
| Gras et italique
| Bold and italic
|<tt><nowiki>'''''gras et italique'''''</nowiki></tt>
|<tt><nowiki>'''''bold and italic'''''</nowiki></tt>
|'''''gras et italique'''''
|'''''bold and italic'''''


|- valign="top"
|- valign="top"
| Echapper aux symboles (markup) wiki
| 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>seulement au début d'un ligne</strong>''
| colspan="3" align="center" | ''<strong>Only at the start of a line</strong>''


|- valign="top"
|- valign="top"
|Titres de<br>
|Heading sizes
tailles différentes
|
|
<tt><nowiki>==Niveau 1==</nowiki></tt><br />
<tt><nowiki>==level 1==</nowiki></tt><br />
<tt><nowiki>===Niveau 2===</nowiki></tt><br />
<tt><nowiki>===level 2===</nowiki></tt><br />
<tt><nowiki>====Niveau 3====</nowiki></tt><br />
<tt><nowiki>====level 3====</nowiki></tt><br />
<tt><nowiki>=====Niveau 4=====</nowiki></tt>
<tt><nowiki>=====level 4=====</nowiki></tt>
|
|
==Niveau 1==
==level 1==
===Niveau 2===
===level 2===
====Niveau 3====
====level 3====
=====Niveau 4=====
=====level 4=====


|- valign="top"
|- valign="top"
|Barre Horizontale
|Horizontal bar
|<tt><nowiki>----</nowiki></tt>
|<tt><nowiki>----</nowiki></tt>
|  
|  
Line 61: Line 57:


|- valign="top"
|- valign="top"
|Liste à puces
|Normal lists
|
|
&#42; un<br>
&#42; one<br>
&#42; deux<br>
&#42; two<br>
&#42; trois<br>(par ex  
&#42; three<br>(par ex  
|
|
* un
* one
* deux
* two
* trois
* three


|- valign="top"
|- valign="top"
|Liste numérotée
|Ordered lists
|
|
&#35; one<br>
&#35; one<br>
Line 83: Line 79:


|- valign="top"
|- valign="top"
|Liste de définition
|Definition lists
|
|
&#59;Définition<br>
&#59;Definition<br>
&#58;item 1<br>
&#58;item 1<br>
&#58;item 2<br>
&#58;item 2<br>
|
|
;Définition
;Definition
:item 1
:item 1
:item 2
:item 2


|- valign="top"
|- valign="top"
| Texte Préformatté
| Preformatted text
|
|
&nbsp;&nbsp;un espace au<br>
&nbsp;&nbsp;one space on<br>
&nbsp;&nbsp;début de la ligne<br>
&nbsp;&nbsp;the start on a new line<br>
&nbsp;&nbsp;crée<br>
&nbsp;&nbsp;created<br>
&nbsp;&nbsp;un texte préformatté
&nbsp;&nbsp;a preformatted text
 
Note: To insert XML/HTML code you should use the HTML "pre" tag:
 
&lt;pre&gt;<br/>
&lt;p&gt;hello&lt;/p&gt;<br/>
&lt;/pre&gt;<br/>
|
|
  un espace au
  one space on
  début de la ligne
  the start of a new line
  crée
  created
  un texte préformatté
  a preformatted text
(par ex
 
<pre>
<p>hello</p>
</pre>
 
|- valign="top" style="background:#D0E2EE"
|- valign="top" style="background:#D0E2EE"
| colspan="3" align="center" | ''<strong>Liens internes et externes</strong>''
| colspan="3" align="center" | ''<strong>New pages, internal and external links</strong>''


|- valign="top"
|- valign="top"
| liens vers <br />
| links to another<br />
une autre page <br />
wiki page <br />
du wiki
Creating a new page
|
J'ai créé la [[Page du jour]] hier
* C'est un lien vers une autre page du wiki
* La première lettre de la page ciblée est automatiquement mise en majuscule.
* Si le lien apparait rouge c'est que la page n'existe pas encore. Pour la créer, il suffit de cliquer sur ce lien et d'éditer la page encore vierge qui s'offre à vous à ce moment là.
* Créer une nouvelle page revient alors à écrire un nouveau lien, cliquer dessus et sauver du contenu dans la nouvelle page.
|
|
<pre><nowiki>
<pre><nowiki>
J'ai créé la [[Page du jour]] hier
I've created the [[social computing]] page
</nowiki></pre>
</nowiki></pre>
* It's a link that points to another wiki page
* If the link is displayed in red, the page doesn't exist yet. If you click on the link, you can start inserting the content, save it, and then the page will be created.
* '''To create a new page''' simply create a new link, e.g. from your home page. Alternatively search for a page using the menu on top right. If the page doesn't exist, you can create it by clicking on the red link.
|
I've created the [[social computing]] page
|- valign="top"
|- valign="top"
| Renommer un lien(par ex
| changing the title of the link
|
J'ai créé la [[Page du jour|page quotidienne]] hier
* Le wiki affichera à l'utilisateur le nom que vous donnez au lien, autrement dit ce qui se place après une barre verticle (|), en lien et place du nom de la page ciblée
|
|
<pre><nowiki>
<pre><nowiki>
J'ai créé la [[Page du jour|page quotidienne]] hier
I've created the <nowiki>[[Help:Contents|daily page]]</nowiki> tomorrow
</nowiki></pre>
</nowiki></pre>
* 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
|
|
|- valign="top"
|- valign="top"
| liens externes
| external links
|
La meilleure manière de faire des liens externes est de les nommer :
Lien nommé: [http://www.nupedia.com Nupedia]
* Les crochets ( [ ] )indiquent un lien externe
* on ne sépare pas ici le lien de son nom par une barre verticale (|) mais par un simple espace.
|
|
The best way to make it is to add a title to the link
<pre><nowiki>
<pre><nowiki>
Lien nommé: [http://www.nupedia.com Nupedia]
[http://www.nupedia.com Nupedia]
</nowiki></pre>
</nowiki></pre>
* The [ ] defines an external link
* No pipe symbol is needed, only a space between the url and the title.
|
[http://www.nupedia.com Nupedia]
|
|
|- valign="top"
|- valign="top"
| Signer
| Signature
|
Signature: [[Utilisateur:DSchneider|DSchneider]] <br/>
Date: 21 mar 2006 à 19:10 (MET) <br/>
La meilleure manière de signer est d'utiliser votre "home page" Wiki
* Insérez trois ~
* Note: cinq ~ indiquent la date).
|
|
The best way is to use your personal page (once logged, click on your username and add a content. Then, just use ~'s.
<pre><nowiki>
<pre><nowiki>
Signature: ~~~  
Signature: ~~~  
Date: ~~~~~
Date: ~~~~~
Signature and Date: ~~~~
</nowiki></pre>
</nowiki></pre>
|
|
Signature: [[User:DSchneider|DSchneider]] <br/>
Date: 21 mar 2006 à 19:10 (MET) <br/>
Signature and Date: [[User:Daniel K. Schneider|Daniel K. Schneider]] 13:00, 26 April 2007 (MEST)
|
|- valign="top" style="background:#D0E2EE"
| colspan="3" align="center" | ''<strong>Images</strong>''
|- valign="top"
| Simple
|
<pre><nowiki>[[Image:Greenway_model.gif]]</nowiki></pre>
|
[[Image:Greenway_model.gif]]
|
|- valign="top"
| Framed with a legend
|
<pre><nowiki>[[Image:Greenway_model.gif|frame|none|Greenway model]]</nowiki></pre>
|
[[Image:Greenway_model.gif|frame|none|Greenway model]]
|
|- valign="top"
| Thumbnail 50pixels
|
<pre><nowiki>[[Image:Greenway_model.gif|thumb|50px|Greenway model]]</nowiki></pre>
* The user can click on the picture to enlarge
* By default, the picture will float to the right. If you want it left, add the |left parameter.
|
[[Image:Greenway_model.gif|thumb|50px|Greenway model]]
* The user can click on the picture to enlarge
* By default, the picture will float to the right. If you want it left, add the |left parameter.
|
|- valign="top"
| Thumbnail 50pixels, do not float
|
<pre><nowiki>[[Image:Greenway_model.gif|thumb|none|50px|Greenway model]]</nowiki></pre>
* The user can click on the picture to enlarge
* Image will not float, i.e. text will not wrap around.
|
[[Image:Greenway_model.gif|thumb|none|50px|Greenway model]]
* The user can click on the picture to enlarge
* Image will not float, i.e. text will not wrap around.
|
|}
|}
[[Category:Mediawiki documentation]]

Latest revision as of 12:23, 17 July 2013


  • 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 2===
====level 3====
=====level 4=====

level 1

level 2

level 3

level 4
Horizontal bar ----
Normal lists

* one
* two
* three
(par ex

  • one
  • two
  • three
Ordered lists

# one
# two
# three

  1. one
  2. two
  3. three
Definition lists

;Definition
:item 1
:item 2

Definition
item 1
item 2
Preformatted text

  one space on
  the start on a new line
  created
  a preformatted text

Note: To insert XML/HTML code you should use the HTML "pre" tag:

<pre>
<p>hello</p>
</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
Creating a new page

I've created the [[social computing]] page
  • It's a link that points to another wiki page
  • If the link is displayed in red, the page doesn't exist yet. If you click on the link, you can start inserting the content, save it, and then the page will be created.
  • To create a new page simply create a new link, e.g. from your home page. Alternatively search for a page using the menu on top right. If the page doesn't exist, you can create it by clicking on the red link.

I've created the social computing page

changing the title of the link
I've created the <nowiki>[[Help:Contents|daily page]] tomorrow
</nowiki>
  • The wiki will display the title of the link, in other words all that is placed after a pipe (|)

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]
  • The [ ] defines an external link
  • No pipe symbol is needed, only a space between the url and the title.

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
Date: 21 mar 2006 à 19:10 (MET)
Signature and Date: Daniel K. Schneider 13:00, 26 April 2007 (MEST)

Images
Simple
[[Image:Greenway_model.gif]]

Greenway model.gif

Framed with a legend
[[Image:Greenway_model.gif|frame|none|Greenway model]]
Greenway model
Thumbnail 50pixels
[[Image:Greenway_model.gif|thumb|50px|Greenway model]]
  • The user can click on the picture to enlarge
  • By default, the picture will float to the right. If you want it left, add the |left parameter.
Greenway model
  • The user can click on the picture to enlarge
  • By default, the picture will float to the right. If you want it left, add the |left parameter.
Thumbnail 50pixels, do not float
[[Image:Greenway_model.gif|thumb|none|50px|Greenway model]]
  • The user can click on the picture to enlarge
  • Image will not float, i.e. text will not wrap around.
Greenway model
  • The user can click on the picture to enlarge
  • Image will not float, i.e. text will not wrap around.