Extension:FileList
From MediaWiki.org
|
FileList Release status: stable |
|||
|---|---|---|---|
| Implementation | Tag, Media, MyWiki, Page action | ||
| Description | Generates a dynamic file-list with an upload box at the insertion of <filelist/> | ||
| Author(s) | Jens Nyman, Simon Peeters (NymanjensTalk) | ||
| Last version | 1.1 (8 Oct 2011) | ||
| License | GPL | ||
| Download | http://mediawiki-filelist.googlecode.com/files/FileList.tar.gz | ||
| Example | |||
|
|||
|
|||
|
|||
|
Check usage (experimental) |
|||
Contents |
[edit] What can this extension do?
This extension implements a new tag, <filelist>, which generates a list of all images or other media that were uploaded to the page. Also, the tag adds an input field to add a new file.
[edit] Download instructions
Please cut and paste the code found below and place it in /extensions/FileList/.
[edit] Installation
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/FileList/FileList.php"); // set this to true if uploads need to be anonymous $wgFileListConfig['upload_anonymously'] = false;
[edit] Usage
Insert:
<filelist />
This will generate a FileList for the corresponding page.

