Table of Contents

Export page to Open Document format

Editing, creating and removing PMIP3 wiki pages

Thank you for reading these instructions at least once! :-)

Editing a(n existing) page

If you have write access to some or all pages, you can change them by clicking on the Edit this page button at the top/bottom left of each page.

You can use the basic formatting tools at the top of the edit window, or visit the Wiki syntax page to learn more about formatting. You can also get information on more advanced topics in the manual.

Once you are happy with your changes, please make sure that you write a summary of what you changed in the Edit summary input zone before you save the changes.

Page locks

Do not navigate away from the page you are editing...

You may be tempted to use the Backward and Forward buttons of your web browser (usually left and right arrows), when navigating on the wiki. Please refrain from using these buttons when you are editing a page and you have not saved your changes, if you do not want to lose your work!

Luckily for you, pages are auto-saved regularly when you edit them. If you navigate away or lose your connection, the wiki will probably offer an Edit/Recover Draft option when you travel back to the page you were editing.

Item lists

There is a good chance you will use lots of item lists and need to know more about them:

The lines starting with * will appear as an item list (use - for an ordered item list).

Make sure that there are 2 spaces (spaces are shown as '_' below) before the '*' and that the item lines are not separated by blank lines. If you want to force a newline in an item, use '\\_' (2 backslashes followed by a space).

Example:

__* An item on \\_2 lines...\\_with a bonus 3rd line
____* and a sub_item

will appear as:

Practising

You can visit the Playground and experiment with the wiki features there, if you want to practise before changing actual PMIP3 pages :-)

Non standard wiki features

Page editors and creators can also use some features we have added to this wiki. They are documented only here (and not in the Wiki syntax page)

Adding fancy boxes

You can use many kind of boxes! Note that if the boxes seem to float and mix with the regular text of the page, you should add a ~~CLEARFLOAT~~ or ~~CL~~ directive after your <box>...</box> directive

<box>Basic box</box>
Basic box
<box red left>Red left-justified box</box>
Red left-justified box
<box blue right round>Blue right-justified //round// box</box>
Blue right-justified round box
<box rgb(200,255,200)>Light green box</box>
Light green box

More info on the box plugin and many examples

Adding notes

It is possible to insert 3 types of note in the pages:

<note>My note</note>
<note tip>My note</note>
<note important>My note</note>
<note warning>My note</note>

More info on the note plugin

Creating a page

Pagenames and namespaces

A page is defined by its name (pagename) and its location in the wiki page hierarchy (aka namespaces). You may want to read the documentation about pagenames and namespaces.

The PMIP3 structure looks like:

pmip3:index home page
pmip3:section:index main page of a section
pmip3:section:my_page a page in the same section
pmip3:section:subsection:index main page of the subsection
pmip3:section:subsection:my_page a page in the same subsection

Page creation

You need to have write access to a namespace in order to create a new page or (sub-)namespace in there. Depending on your group, you may or may not have write access to all the PMIP3 wiki. If your page is in a non-existing namespace, the new namespace will also be created.

Once you are on a new page (the wiki will display This topic does not exist yet), click on the Create this page button, edit the default page template and save the page.

Removing a page

If you want to remove a page, just edit it, remove all its content, and save the empty page.





[ PMIP3 Wiki Home ] - [ Help! ] - [ Wiki syntax ]