Extension:Tabs/ja

Category:Extensions incompatible with 1.42/ja Category:GPL licensed extensions/ja
MediaWiki 拡張機能マニュアル
Tabs
リリースの状態: 安定Category:Stable extensions/ja
実装 タグ Category:Tag extensions/ja, パーサー関数 Category:Parser function extensions/ja
説明 Allows simple creation of tab menus, dropdown menus, and collapsible boxes.
作者 Joeytje50トーク
最新バージョン 1.29+ (2018-01-20)
MediaWiki 1.25+Category:Extensions with manual MediaWiki version
PHP 5.4+
データベースの変更 いいえ
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード Category:Extensions in Wikimedia version control/ja
  • <tabs>
  • <tab>
四半期ごとのダウンロード数 28 (Ranked 70th)
translatewiki.net で翻訳を利用できる場合は、Tabs 拡張機能の翻訳にご協力ください
Category:All extensions/ja

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' );
    
  • Yes 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

設定

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

使用法

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

関連項目

Category:All extensions/ja Category:Extensions in Wikimedia version control/ja Category:Extensions included in Miraheze/ja Category:Extensions included in MyWikis/ja Category:Extensions included in WikiForge/ja Category:Extensions incompatible with 1.42/ja Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/ja Category:ParserFirstCallInit extensions/ja Category:Parser function extensions/ja Category:Stable extensions/ja Category:Tag extensions/ja