User Tools

Site Tools


pmip3:wiki_help

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
pmip3:wiki_help [2009/02/04 09:57]
jypeter Added 'if you are lost' information
pmip3:wiki_help [2009/02/04 19:12]
jypeter Added info on boxes
Line 16: Line 16:
     * 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!     * 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!
     * You can visit the [[playground:​|Playground]] and experiment with the wiki features there, if you want to practise before changing actual PMIP3 pages :-)     * You can visit the [[playground:​|Playground]] and experiment with the wiki features there, if you want to practise before changing actual PMIP3 pages :-)
 +
 +  * If you have **write access** and want to **create a new page**, please use [[pmip3:​blank_page|this template]]! You will find more help about page creation in the template itself (and the source of the template)
  
 ===== Non standard wiki features ===== ===== Non standard wiki features =====
Line 21: Line 23:
 We have added the following features to this wiki. They are documented only here (and **not** in the [[wiki:​syntax|Wiki syntax]] page) We have added the following features to this wiki. They are documented only here (and **not** in the [[wiki:​syntax|Wiki syntax]] page)
  
-==== Open Office ​export ​====+==== Exporting to the Open Office ​format ​====
  
 Some pages can be exported in the //''​.odt''​ Open Document// format. Some pages can be exported in the //''​.odt''​ Open Document// format.
Line 27: Line 29:
 Look for the special icon at the top of the concerned pages! Look for the special icon at the top of the concerned pages!
  
-==== Notes ====+[[http://​www.dokuwiki.org/​plugin:​odt|More info]] on the //odt// plugin 
 + 
 +==== 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 
 + 
 +<​code><​box>​Basic box</​box></​code>​ 
 +<​box>​Basic box</​box>​ 
 +~~CLEARFLOAT~~ 
 + 
 +<​code><​box red left>Red left-justified box</​box></​code>​ 
 +<box red left>Red left-justified box</​box>​ 
 +~~CLEARFLOAT~~ 
 + 
 +<​code><​box blue right round>​Blue right-justified //round// box</​box></​code>​ 
 +<box blue right round>​Blue right-justified //round// box</​box>​ 
 +~~CLEARFLOAT~~ 
 + 
 +<​code><​box rgb(200,​255,​200)>​Light green box</​box></​code>​ 
 +<box rgb(200,​255,​200)>​Light green box</​box>​ 
 +~~CLEARFLOAT~~ 
 + 
 +[[http://​wiki.jalakai.co.uk/​dokuwiki/​doku.php/​tutorial/​boxes|More info]] and [[http://​wiki.jalakai.co.uk/​dokuwiki/​doku.php/​test/​boxes|many examples]] on the //box// plugin 
 + 
 +==== Adding notes ====
  
 It is possible to insert 3 types of note in the pages: It is possible to insert 3 types of note in the pages:
 +
  
 <​note>​%%<​note>​My note</​note>​%%</​note>​ <​note>​%%<​note>​My note</​note>​%%</​note>​
Line 38: Line 65:
  
 <note warning>​%%<​note warning>​My note</​note>​%%</​note>​ <note warning>​%%<​note warning>​My note</​note>​%%</​note>​
 +
 +[[http://​wiki.splitbrain.org/​plugin:​note|More info]] on the //note// plugin
  
 ===== More advanced stuff... ===== ===== More advanced stuff... =====
  
 If you **really** want to know more, or if you get stuck... If you **really** want to know more, or if you get stuck...
 +
 +==== Creating a new page ====
 +
 +
 +If you have **write access** and want to **create a new page**, please use [[pmip3:​blank_page|this template]]! You will find more help about page creation in the template itself (and the source of the template).
  
 ==== Page locks ==== ==== Page locks ====
pmip3/wiki_help.txt · Last modified: 2009/02/09 14:28 by jypeter