Table des matières
Memo de Plugins
Add New Page
https://www.dokuwiki.org/plugin:addnewpage
{{NEWPAGE}} {{NEWPAGE>namespace:page}}
catlist plugin
https://www.dokuwiki.org/plugin:catlist
<catlist (namespace:) -option1 -option2...>
Cell Background
https://www.dokuwiki.org/plugin:cellbg
@lightgreen:**Span** @#6495ed:Ligne 1
Changes Plugin
http://www.dokuwiki.org/plugin:changes
{{changes>count=15}} {{changes>type = edit, minor}} {{changes>count=3 type = create&render = list(nocomments, nouser, nosummary)}} {{changes>type = create&render = list(dayheaders, signature, nocomments, nouser)}}
replacement plugin
color syntax plugin
https://www.dokuwiki.org/plugin:color
<color blue/lightgrey>text</color> <color #FF0000>text</color>
comment
http://www.dokuwiki.org/plugin:comment
The text /* between the slash-asterisk and asterisk-slash */ is hidden
/** * @todo: rewrite this section to reflect changes made recently * this is a longer note */
/********** added by Esther **********/
Extended Table Syntax 3
floatdiv plugin
https://www.dokuwiki.org/plugin:floatdiv
[float] content goes here [/float]
fontsize2 plugin
https://www.dokuwiki.org/plugin:fontsize2
- em - <fs 2em>Your own text in 2em</fs> Percent-Value 1em = Normal, 2em = double size
- ex - <fs 2ex>Your own text in 2ex</fs> Percent-Value 1ex = Normal, 2ex = double size
- % - <fs 200%>Your own text in 200%</fs> Percent-Value 100% = Normal, 200% = double size
- px - <fs 12px>Your own text in 12px</fs> Not so good! px values may vary on different computers!
- keywords - xx-small , x-small, small, medium, large, x-large, xx-large - <fs small>Your own text in small</fs>
Plugin HowHard
https://www.dokuwiki.org/plugin:howhard
{{howhard>3}}
ifauth plugin
https://www.dokuwiki.org/plugin:ifauth
<ifauth userName,@groupName>Text displayed if authorized</ifauth>
Imagebox Plugin
https://www.dokuwiki.org/plugin:imagebox
Ajouter Juster [ ] autour du tag de l'image. [{{ImagePath|Caption}}]
include plugin
indexeverywhere plugin
https://www.dokuwiki.org/plugin:indexeverywhere
~~INDEXEVERYWHERE~~
Indexmenu Plugin
Page Navigation Plugin
http://www.dokuwiki.org/plugin:pagenav
[<-4-6-8-10-12>]
Table Width Plugin
https://www.dokuwiki.org/plugin:tablewidth
|< 100% 50px - 5em 10em 10% >| ^ A ^ B ^ C ^ D ^ E ^ | 1 | 2 | 3 | 4 | 5 |
WikipediaSnippet Plugin
http://www.dokuwiki.org/plugin:wikipediasnippet
{{wp>Article_Name}} {{wp:fr>DokuWiki}}
WikiStatistics
https://www.dokuwiki.org/plugin:stats?s[]=wikistatistics
http://only4mods.altervista.org/doku.php?id=dokuwiki:statistics:en:start2&rev=1365099348
{{wikistatistics>type=topcontrib nbOfRows=10}} {{wikistatistics>type=topcontrib nbOfRows=10 namecol=fullname}}
Goto
Syntax
You can put the GOTO string anywhere in the document, but it probably makes the most sense to put it at the top.
~~GOTO>wiki:syntax~~
The above will force the document to redirect to the syntax page after the default number of seconds. It comes set at three seconds. You can change the default number of seconds in the Configuration Manager.
It is possible to link to a subheading of the page:
~~GOTO>wiki:syntax#subheading~~
Pause before redirect
You can change the number of seconds before the redirect like so:
~~GOTO>wiki:syntax?15~~
This will redirect the page after a 15 second pause.
By default, users can't set the pause length to be faster than two seconds, but this can be changed in the Configuration Manager by setting a new value for the minSeconds option. The reason for the minimum pause length is that if it's too fast, it becomes difficult to hit the 'Edit Page' button before the redirect happens. If you can't edit the page, then it becomes tricky to remove the redirect.