Extension:FileList
Appearance
From mediawiki.org
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: unmaintained |
|
|---|---|
| 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 (Nymanjens talk ) |
| Latest version | 5.1 (2022年04月09日) |
| MediaWiki | 1.33 |
|
$wgFileListConfig['upload_anonymously'] |
|
<filelist> |
|
| Licence | GNU General Public License 2.0 or later |
| Download | GitHub:
Note: |
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.(just for testing purpose)
Installation
[edit ]- Download and place the file(s) in a directory called
FileListin 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;
- Yes Done – Navigate to
Special:Versionon your wiki to verify that the extension is successfully installed.
Usage
[edit ]Insert:
<filelist/>
This will generate a FileList for the corresponding page.
More info
[edit ]Categories:
- Unmaintained extensions
- Tag extensions
- Media handling extensions
- Personalization extensions
- Page action extensions
- UploadForm:BeforeProcessing extensions
- SpecialUploadComplete extensions
- UnknownAction extensions
- SpecialMovepageAfterMove extensions
- GPL licensed extensions
- Extensions in GitHub version control
- All extensions
- Extensions not using extension registration