Extension:ImageMapEdit/ja

From mediawiki.org
This page is a translated version of the page Extension:ImageMapEdit and the translation is 10% complete.
この拡張機能は MediaWiki 利害関係者グループ のメンバーが保守しています。
MediaWiki 拡張機能マニュアル
ImageMapEdit
リリースの状態: 安定
説明 Create image maps in the browser.
作者 Hallo Welt! GmbH
最新バージョン 3.0.0-alpha
互換性の方針 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。
MediaWiki 1.35+
Composer mediawiki/image-map-edit
ライセンス GNU 一般公衆利用許諾書 3.0 のみ
ダウンロード
  • $wgFileTypeList
Quarterly downloads 7 (Ranked 137th)
translatewiki.net で翻訳を利用できる場合は、ImageMapEdit 拡張機能の翻訳にご協力ください

ImageMapEdit provides various controls for creating the coordinates of an image map. You can create a new area, edit an existing area and enter the article this area should link to. It generates the wikitext that you can copy and paste in an article.

For the complete documentation, switch to ImageMapEdit Howto.

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のImageMapEditという名前のディレクトリ内に配置します。
    開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageMapEdit
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'ImageMapEdit' );
    
  • Yes 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。