Extension:FileList

This page is a translated version of the page Extension:FileList and the translation is 62% complete.
MediaWiki 拡張機能マニュアル
FileList
リリースの状態: 保守されていない
実装 タグ , メディア, 自分のウィキ , ページの操作
説明 Generates a dynamic file-list with an upload box at the insertion of ‎<filelist />
作者 Jens Nyman, Simon Peeters (Nymanjensトーク)
最新バージョン 5.1 (2022-04-09)
MediaWiki 1.33
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード
$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)

スクリーンショット:
 

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のFileListという名前のディレクトリ内に配置します。
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    require_once "$IP/extensions/FileList/FileList.php";
    // set this to true if uploads need to be anonymous
    $wgFileListConfig['upload_anonymously'] = false;
    
  •   完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

使用法

Insert:

<filelist />

This will generate a FileList for the corresponding page.

関連情報

githubを参照