Extension:FileList
現在、この拡張機能は積極的な保守が行われていません! それでも機能する可能性はありますが、バグ報告や機能の要望は無視される可能性が高くなります。 |
FileList リリースの状態: 保守されていない |
|
---|---|
![]() |
|
実装 | タグ , メディア, 自分のウィキ , ページの操作 |
説明 | Generates a dynamic file-list with an upload box at the insertion of <filelist /> |
作者 | Jens Nyman, Simon Peeters (Nymanjensトーク) |
最新バージョン | 5.1 (2015-02-22) |
MediaWiki | 1.22alpha |
ライセンス | GPL |
ダウンロード | |
$wgFileListConfig['upload_anonymously'] |
|
<filelist> |
|
この拡張機能ができること
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)
ダウンロード手順
Please cut and paste the code found below and place it in /extensions/FileList/
.
インストール
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;
使用法
Insert:
<filelist />
This will generate a FileList for the corresponding page.