Extension:UniversalExport
![]() | This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
![]() Release status: stableCategory:Stable extensions |
|
---|---|
![]() |
|
Description | This the base extension for exports in BlueSpice |
Author(s) | Hallo Welt! GmbH |
Maintainer(s) | Hallo Welt! GmbH |
Latest version | 4.5 |
Compatibility policy | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension.Category:Extensions with long-term support release branches compatibility policy |
MediaWiki | 1.39 (LTS)Category:Extensions with manual MediaWiki version |
License | GNU General Public License 3.0 only |
Download | Category:Extensions in Wikimedia version control |
|
|
Quarterly downloads | 2 (Ranked 114th) |
Translate the UniversalExport extension if it is available at translatewiki.net |
![]() |
UniversalExport is the base extension for other export extensions. It incorporates various modules, each serving as exporter for a particular format or type of export.
Usage / features
The export is executed taking into account the export settings (parameters, tags). It checks permissions and collects the parameters and metadata of the entities to be exported, providing the context for the export module. It supports the following export modules:
- UEModuleBookPDF
- UEModuleHTML
- UEModulePDF
- UEModulePDFRecursive
- UEModulePDFSubpages
- UEModuleTable2Excel
Installation
- Download and move the extracted
UniversalExport
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/UniversalExport - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'UniversalExport' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External links
- Helpdesk: UniversalExport
Category:All extensions
Category:BSUsageTrackerRegisterCollectors extensions
Category:BeforePageDisplay extensions
Category:BlueSpice
Category:Extensions by HalloWelt
Category:Extensions in Wikimedia version control
Category:Extensions with invalid or missing type
Category:Extensions with long-term support release branches compatibility policy
Category:Extensions with manual MediaWiki version
Category:GPL licensed extensions
Category:MWStakeCommonUIRegisterSkinSlotComponents extensions
Category:PDF extensions
Category:SidebarBeforeOutput extensions
Category:Stable extensions