medialist plugin by Michael Klier
This plugin shows a list of media files for a given wikipage which are either linked in the page itself or belong to its namespace. If there is no media directory named like the page the plugin looks for media in the next upper namespace
Last updated on 2009-05-21. Provides Syntax.
Compatible with DokuWiki > 2009-02-14, 2008-05-05.
Similar to filelist.
If you're looking for a really versatile/flexible solution for listing media files I suggest you give the filelist plugin a try!
| Download | plugin-medialist.tgz |
|---|---|
| Github URL | http://github.com/chimeric/dokuwiki-plugin-medialist |
Support the ongoing development of DokuWiki Plugins and Templates and buy me a coffee
(Suggested: 3€ for a regular or 5€ for big latte with caramel).
This plugin shows a list of media files for a given wikipage which are either linked in the page itself or belong to its namespace. If there is no media directory named like the page the plugin looks for media in the next upper namespace. Note, the plugin is aware of your ACLs.
Because the plugin parses the page instructions of the wikipage you`ll see the correct output not in the preview but after the page is saved!
Download the archive and unpack it into <dokuwiki>/lib/plugins.
The plugin is also available via git.
% cd <dokuwiki>/lib/plugins % git clone git://github.com/chimeric/dokuwiki-plugin-medialist.git medialist
To list the media files linked in the given page use:
{{medialist>wikipage}}
To list the media files linked in the current page use:
{{medialist>@PAGE@}}
To list the media files contained in the current namespace use:
{{medialist>@NAMESPACE@}}
To list both, media files linked in the current page and contained in the current namespace use:
{{medialist>@ALL@}}
You can see the plugin in action here.
A complete changelog is available here.
Please report bugs and feature requests at the bug tracker.