Extension:LightGallery/ja
From Linux Web Expert
LightGallery リリースの状態: 安定 |
|
---|---|
実装 | ユーザー インターフェイス |
説明 | A simple and fancy FancyBox alternative |
作者 | Nikolay Filippov (Soljkdtalk) |
最新バージョン | 0.0.2 (2019-06-07) |
MediaWiki | 1.25+ |
ライセンス | GNU 一般公衆利用許諾書 3.0 のみ |
ダウンロード | GitHub:
<translate> Note:</translate> |
|
|
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ライセンスの下でライセンスされています。
Categories:
- Pages with script errors
- Pages with broken file links
- Stable extensions/ja
- User interface extensions/ja
- Extensions with manual MediaWiki version
- GPL licensed extensions/ja
- Extensions in GitHub version control/ja
- BeforePageDisplay extensions/ja
- All extensions/ja
- Extensions not in ExtensionJson
- Extensions not using extension registration
- Image extensions/ja