https://www.dokuwiki.org/plugin:addnewpage
{{NEWPAGE}} {{NEWPAGE>namespace:page}}
https://www.dokuwiki.org/plugin:catlist
<catlist (namespace:) -option1 -option2...>
https://www.dokuwiki.org/plugin:cellbg
@lightgreen:**Span** @#6495ed:Ligne 1
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)}}
https://www.dokuwiki.org/plugin:color
<color blue/lightgrey>text</color> <color #FF0000>text</color>
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 **********/
https://www.dokuwiki.org/plugin:floatdiv
[float] content goes here [/float]
https://www.dokuwiki.org/plugin:fontsize2
https://www.dokuwiki.org/plugin:howhard
{{howhard>3}}
https://www.dokuwiki.org/plugin:ifauth
<ifauth userName,@groupName>Text displayed if authorized</ifauth>
https://www.dokuwiki.org/plugin:imagebox
Ajouter Juster [ ] autour du tag de l'image. [{{ImagePath|Caption}}]
https://www.dokuwiki.org/plugin:indexeverywhere
~~INDEXEVERYWHERE~~
http://www.dokuwiki.org/plugin:pagenav
[<-4-6-8-10-12>]
https://www.dokuwiki.org/plugin:tablewidth
|< 100% 50px - 5em 10em 10% >| ^ A ^ B ^ C ^ D ^ E ^ | 1 | 2 | 3 | 4 | 5 |
http://www.dokuwiki.org/plugin:wikipediasnippet
{{wp>Article_Name}} {{wp:fr>DokuWiki}}
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}}
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.