Skip to content
SimonPe edited this page Oct 8, 2011 · 3 revisions

What is FileList

FileList is a mediawiki extension developed by Jens Nyman and Simon Peeters for the VTK Ghent wiki

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.

Download instructions

Please cut and paste the code found below and place it in /extensions/FileList/.

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;

Usage

Insert:

<filelist />

This will generate a FileList for the corresponding page.