Extension:AutoGallery/zh
Appearance
AutoGallery 发行状态: 稳定版 |
|
---|---|
描述 | Adds easy to use "auto" gallery mode |
作者 | Kunal Mehta (Legoktm留言) |
最新版本 | 2.0 |
MediaWiki | 1.31+ |
许可协议 | GNU Affero通用公眾授權條款3.0或更新版本 |
下載 | |
季度下載量 | 9 (Ranked 123rd) |
前往translatewiki.net翻譯AutoGallery扩展 | |
The AutoGallery extension adds a new gallery mode (auto
) that should be a little easier to use.
It is based on the nolines
gallery mode, and will automatically add a caption using the filename if none is provided, and links directly to the file, skipping the file page.
Installation
- 下载文件,并将解压后的
AutoGallery
文件夹移动到extensions/
目录中。
开发者和代码贡献人员应从Git安装扩展,输入:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AutoGallery - 将下列代码放置在您的LocalSettings.php 的底部:
wfLoadExtension( 'AutoGallery' );
- 完成 – 在您的wiki上导航至Special:Version,以验证已成功安装扩展。