Extension:Tabs/de-formal

From mediawiki.org
This page is a translated version of the page Extension:Tabs and the translation is 25% complete.
MediaWiki extensions manual
Tabs
Release status: stable
Implementation Tag , Parser function
Description Allows simple creation of tab menus, dropdown menus, and collapsible boxes.
Author(s) Joeytje50Diskussion
Latest version 1.29+ (2018-01-20)
MediaWiki 1.25+
PHP 5.4+
Database changes No
License GNU General Public License 2.0 or later
Download

  • ‎<tabs>
  • ‎<tab>
Quarterly downloads 106 (Ranked 60th)
Translate the Tabs extension if it is available at translatewiki.net

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.

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens Tabs im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Tabs
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'Tabs' );
    
  • Yes Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Konfiguration

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

Usage

Siehe auch