MicMacWiki develop : Différence entre versions

De MicMac
Aller à : navigation, rechercher
Ligne 3 : Ligne 3 :
 
Mediawiki support HTML, but we prefer to use the wiki formalism.
 
Mediawiki support HTML, but we prefer to use the wiki formalism.
  
 +
==Upload a file==
 +
On the right pannel of the wiki, there is a Tools named <i>Upload file</i>
 
==Link==
 
==Link==
 
When you cite a MicMac command or something else, you can try to use hyperlink :
 
When you cite a MicMac command or something else, you can try to use hyperlink :

Version du 1 juin 2016 à 10:59

This page is aimed at the collaborators of this wiki. This wiki doesn't have a unlimited storage capacity and we want to have the same formalism for each pages so some guidelines are needed. So please try to respect the guidelines below to create or edit a page of this wiki. Here, you will find the simple way to include classic objects, etc.... If you want to use more complex things, try to ask internet your question, with "mediawiki" at the end. Mediawiki support HTML, but we prefer to use the wiki formalism.

Upload a file

On the right pannel of the wiki, there is a Tools named Upload file

Link

When you cite a MicMac command or something else, you can try to use hyperlink :

[[page_name|text_hover]]

Image

The storage capacity of our server isn't unlimited, so we try to only import pictures small in size (5Mo max). To reduce the size, you can crop, decrease dimension or screenshot your picture. To import an image, go on the page "Import file" (on the left column) and add your image. Then use :

[[Image:image_name|options...]]

Code

If you want to display a MicMac command or any other source code extract, you can use the tag "<pre></pre>" which produce :

Code Source Example

An other tag "<code></code>" is available but it doesn't manage multiple lines.

Titles

If you want to create a title, it's really simple, just use :

=Title=
==Title==
===Title===
====Title====

Videos

Videos, are generally oversized for our wiki. So if you want to include a video, please contact wiki-editors, to send your video, it will be added to the MicMac channel on youtube. Then you can use :

{{#ev:youtube|youtube_adresse|options...}}

Collapsible elements

If you want to use collapsible elements, you have to use HTML and :

<div class="toccolours mw-collapsible mw-collapsed" style="background-color: Lavender">
   <h6 style="font-family: Helvetica:font-size: 40px">element_title</h6>
   <div class="mw-collapsible-content">Content</div>
</div>