Extension:LightGallery/ja

From Linux Web Expert

Revision as of 20:21, 7 October 2023 by imported>Shirayuki (update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MediaWiki 拡張機能マニュアル
LightGallery
リリースの状態: 安定
実装 ユーザー インターフェイス
説明 A simple and fancy FancyBox alternative
作者 Nikolay Filippov (Soljkdtalk)
最新バージョン 0.0.2 (2019-06-07)
MediaWiki 1.25+
ライセンス GNU 一般公衆利用許諾書 3.0 のみ
ダウンロード

  • $lgLightGalleryOptions
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').

LightGallery拡張機能は、サムネイル画像をウェブページの上に浮かんだモーダルウィンドウに表示します。これにより、ユーザがサムネイルをクリックするたびにページを離脱することなく、よりユーザーフレンドリーな環境を作り出すことができます。

インストール

  • <translate> <tvar name=1>ダウンロード</tvar> and place the file(s) in a directory called <tvar name=name>LightGallery/ja</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    require_once "$IP/extensions/LightGallery/ja/LightGallery/ja.php";
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

設定

LightGallery オプションLocalSettings.php $lgLightGalleryOptions 変数を設定することで設定可能です。LocalSettings.php に拡張子を含めたです。

require_once "$IP/extensions/LightGallery/LightGallery.php";
$lgLightGalleryOptions = '{thumbnail: true, mode: "lg-fade", getCaptionFromTitleOrAlt: true, subHtmlSelectorRelative: true, animateThumb: false, showThumbByDefault: false }';

使用法

ギャラリーを初期化するには、‎<gallery>上のクラス.LightGalleryを使用します。

<gallery class="LightGallery">
file:images1.png|desc
file:images2.png
file:images3.png
</gallery>

利用者権限

このプロジェクトは、LightGalleryを含みます。GPLv3 GNU GPL license v3ライセンスの下でライセンスされています。