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. |
![]() Release status: unmaintainedCategory:Unmaintained extensions/da |
|
---|---|
![]() |
|
Implementation | TagCategory:Tag extensions/da, MediaCategory:Media handling extensions/da, MyWikiCategory:Personalization extensions/da, Page actionCategory:Page action extensions/da |
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 (2022-04-09) |
MediaWiki | 1.33Category:Extensions with manual MediaWiki version |
Licens | GNU General Public License 2.0 or later |
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)
Installation
- Download and place the file(s) in a directory called
FileList
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
require_once "$IP/extensions/FileList/FileList.php"; // set this to true if uploads need to be anonymous $wgFileListConfig['upload_anonymously'] = false;
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.Category:Extensions not using extension registration/da
Usage
Indsæt:
<filelist />
This will generate a FileList for the corresponding page.
Mere info
Category:All extensions/da
Category:Extensions in GitHub version control/da
Category:Extensions not in ExtensionJson
Category:Extensions not using extension registration/da
Category:Extensions with manual MediaWiki version
Category:GPL licensed extensions/da
Category:Media handling extensions/da
Category:Page action extensions/da
Category:Personalization extensions/da
Category:SpecialMovepageAfterMove extensions/da
Category:SpecialUploadComplete extensions/da
Category:Tag extensions/da
Category:UnknownAction extensions/da
Category:Unmaintained extensions/da
Category:UploadForm:BeforeProcessing extensions/da