Extension:FileList
From MediaWiki.org
| This extension is incompatible with the current stable MediaWiki 1.21 release! You are advised against using this extension on a live site. Volunteer developers are invited to pledge their efforts to updating this extension to make it compatible with MediaWiki 1.21 by replacing the {{Incompatible}} template with {{Incompatible|pledge=~~~~}}.
|
|
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 and version matrix; stats | |||
Contents |
What can this extension do?[edit]
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.
Download instructions[edit]
Please cut and paste the code found below and place it in /extensions/FileList/.
Installation[edit]
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;
Usage[edit]
Insert:
<filelist />
This will generate a FileList for the corresponding page.

