Extension:AdaptiveThumb
Jump to navigation
Jump to search
AdaptiveThumb リリースの状態: ベータ |
|||
---|---|---|---|
実装 | Skin | ||
説明 | Displays an image thumbnails that scales with the browser size | ||
作者 | (ThorstenStaerktalk) | ||
最新バージョン | 0.1 (2015-01-18) | ||
MediaWiki | 1.21 | ||
ライセンス | GNU General Public License 2.0 only | ||
ダウンロード | README |
||
例 | LinuxIntro | ||
|
|||
translatewiki.net で翻訳を利用できる場合は、AdaptiveThumb 拡張機能の翻訳にご協力ください | |||
使用状況とバージョン マトリクスを確認してください。 |
この拡張機能ができること
This extension allows you to show thumbnails of images that scale with the browser window.
インストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のAdaptiveThumb
という名前のディレクトリ内に配置します。
- 以下のコードを LocalSettings.php の末尾に追加します: If needed, set the ownership to the apache user (this example shows how to do it for Ubuntu Linux):
require_once "$IP/extensions/AdaptiveThumb/AdaptiveThumb.php";
extensions# chown -R www-data:www-data adaptivethumb
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
使用法
To use this extension, simply put a <pic> tag into your mediawiki markup like this:
<pic src="/mindmap.jpg" width=30% align=right caption="this is a mindmap" />