Extension:RegularTooltips

This page is a translated version of the page Extension:RegularTooltips and the translation is 43% complete.
MediaWiki 拡張機能マニュアル
RegularTooltips
リリースの状態: 安定
実装 パーサー関数
説明 Provides inline tooltips and popup-based tooltips
作者 Sanjay Thiyagarajan (Techwizzieトーク)
最新バージョン 1.0.0 (2022-02-16)
MediaWiki 1.32.0+
データベースの変更 いいえ
Composer mediawiki/regulartooltips
ライセンス MIT ライセンス
ダウンロード
Quarterly downloads 22 (Ranked 116th)
translatewiki.net で翻訳を利用できる場合は、RegularTooltips 拡張機能の翻訳にご協力ください

The RegularTooltips extension provides inline tooltips and popup-based tooltips

インストール

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


使用法

Inline tooltip

{{#inline-tooltip: text | tooltip-text}}

Info tooltip

{{#info-tooltip: tooltip-text}}