Extension:RegularTooltips
Appearance
リリースの状態: 安定 |
|
|---|---|
| 実装 | パーサー関数 |
| 説明 | Provides inline tooltips and popup-based tooltips |
| 作者 | Sanjay Thiyagarajan (Techwizzieトーク) |
| 最新バージョン | 1.0.0 (2022-02-16) |
| MediaWiki | 1.32.0+ |
| データベースの変更 | いいえ |
| ライセンス | MIT ライセンス |
| ダウンロード | |
| 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}}
| この拡張機能は以下のウィキ ファーム/ウィキ ホスト/パッケージに含まれています: |
