Extension:FileList/da
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
FileList Release status: unmaintained |
|
---|---|
![]() |
|
Implementation | Tag , Media, MyWiki , Page action |
Beskrivelse | Generates a dynamic file-list with an upload box at the insertion of <filelist /> |
Forfatter(e) | Jens Nyman, Simon Peeters (Nymanjensdiskussion) |
Latest version | 5.1 (2015-02-22) |
MediaWiki | 1.22alpha |
Licens | GPL |
Download | GitHub: Note: |
$wgFileListConfig['upload_anonymously'] |
|
<filelist> |
|
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.(just for testing purpose)
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
Indsæt:
<filelist />
This will generate a FileList for the corresponding page.