Extension:CollapsibleSections/de-formal

This page is a translated version of the page Extension:CollapsibleSections and the translation is 17% complete.
This extension is professionally maintained by the WikiTeq team.
WikiTeq provides official support for MediaWiki LTS releases only. It may work with other MediaWiki releases.
MediaWiki extensions manual
CollapsibleSections
Release status: stable
Description Allows users to collapse and expand content sections on demand
Author(s) WikiWorks team
Maintainer(s) WikiTeq team
Latest version 0.0.1
Compatibility policy For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension.
MediaWiki 1.35+
License MIT License
Download

  • $wgCollapsibleSectionsCollapsedByDefault
  • $wgCollapsibleSectionsEnableDesktop
  • $wgCollapsibleSectionsTag
Quarterly downloads 54 (Ranked 94th)
Translate the CollapsibleSections extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

The CollapsibleSections extension allows collapsing and expanding content sections as user wants. This extension was created for WikiWorks.

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens CollapsibleSections 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/CollapsibleSections
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'CollapsibleSections' );
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Configuration

This extension has 3 configuration parameters:

  • $wgCollapsibleSectionsCollapsedByDefault - enables collapsing of sections. Per default, collapsing is enabled. If you want to disable this option, set value to false
  • $wgCollapsibleSectionsEnableDesktop - enables collapsing of sections on desktop. It is disabled per default, but if you want to enable this, set value to true
  • $wgCollapsibleSectionsTag - (default is `h2`) sets the root section tag to be used for finding collapsible content

Siehe auch