Extension:Tabs

This page is a translated version of the page Extension:Tabs and the translation is 58% complete.
MediaWiki 拡張機能マニュアル
Tabs
リリースの状態: 安定
実装 タグ , パーサー関数
説明 Allows simple creation of tab menus, dropdown menus, and collapsible boxes.
作者 Joeytje50トーク
最新バージョン 1.29+ (2018-01-20)
MediaWiki 1.25+
PHP 5.4+
データベースの変更 いいえ
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード

  • ‎<tabs>
  • ‎<tab>
Quarterly downloads 105 (Ranked 59th)
translatewiki.net で翻訳を利用できる場合は、Tabs 拡張機能の翻訳にご協力ください

The Tabs extension makes it possible to insert tab menus, dropdown menus, and collapsible boxes into any page, using the ‎<tabs /> and ‎<tab> tags, or the {{#tab:}} parser function. This extension requires no JavaScript to work, except for older browsers such as Internet Explorer 8 and lower as a CSS :checked polyfill. As opposed to other extensions, this independence from JavaScript results in having no flash of unstyled content when the page loads.

インストール

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

設定

None, but the default background colour for dropdown menus is stored on the "MediaWiki:tabs-dropdown-bgcolor" page.

使用法

Extension:Tabs/Usage を参照してください。

関連項目