====== DokuWiki API ====== {{template>meta:template:pageinfo#tpl |desc=Document the DokuWiki APIs I've used.}} The full information (e.g. __definition, references__) about APIs can be found from: [[https://codesearch.dokuwiki.org/]]. ^ API ^ Description ^ | rawWiki | Get raw content of a page. | | wl | Builds a link to a wikipage. | | cleanID | Cleans a given ID to only use allowed characters. | | ml | Build a link to a media file。 | | mimetype | Returns the (known) extension and mimetype ((note:>Declared in conf/mime.conf)) of a given filename. | {{template>meta:template:refnote#note}}