m (1 revision imported) |
hw>Unknown user No edit summary |
||
Line 13: | Line 13: | ||
|mediawiki = {{AutoDocVersion | |mediawiki = {{AutoDocVersion | ||
|name = MediaWiki | |name = MediaWiki | ||
|version = 1. | |version = 1.36.0 | ||
}} | }} | ||
|extensions = {{AutoDocVersion | |extensions = {{AutoDocVersion | ||
|name = BlueSpiceFoundation | |name = BlueSpiceFoundation | ||
|version = 4. | |version = 4.1 | ||
}} | }} | ||
}} | }} | ||
Line 27: | Line 27: | ||
{{AutoDocListItem | {{AutoDocListItem | ||
|item = BlueSpiceVisualEditorConnector | |item = BlueSpiceVisualEditorConnector | ||
}} | |||
{{AutoDocListItem | |||
|item = ContentDroplets | |||
}} | }} | ||
}} | }} | ||
Line 58: | Line 61: | ||
{{AutoDocOption | {{AutoDocOption | ||
|name = UniversalExportMetadataOverrides | |name = UniversalExportMetadataOverrides | ||
|value = <nowiki>'{"producer":"UniversalExport 3 | |value = <nowiki>'{"producer":"UniversalExport 4.3.0 (BlueSpice MediaWiki)"}'</nowiki> | ||
}} | }} | ||
{{AutoDocOption | {{AutoDocOption | ||
Line 102: | Line 105: | ||
}} | }} | ||
{{AutoDocCallback | {{AutoDocCallback | ||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/ | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay] | ||
|callback = | |callback = skin | ||
}} | }} | ||
{{AutoDocCallback | {{AutoDocCallback | ||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/ | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/MWStakeCommonUIRegisterSkinSlotComponents MWStakeCommonUIRegisterSkinSlotComponents] | ||
|callback = | |callback = discovery-skin | ||
}} | }} | ||
{{AutoDocCallback | {{AutoDocCallback | ||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/ | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/SidebarBeforeOutput SidebarBeforeOutput] | ||
|callback = skin | |callback = skin | ||
}} | }} | ||
}} | }} | ||
Revision as of 11:44, 22 June 2023
DescriptionMsg
Enables MediaWiki to export pages into different formats
License
GPL-3.0-only
Requirements
- MediaWiki: 1.36.0
- BlueSpiceFoundation: 4.1
IntegratesInto
- BlueSpiceUniversalExport
- BlueSpiceVisualEditorConnector
- ContentDroplets
SpecialPages
- UniversalExport
Config
Configuration
Name | Value |
---|---|
UniversalExportCategoryBlacklist | array ( 0 => 'Confidential', 1 => 'Internal', ) |
UniversalExportCategoryWhitelist | array ( 0 => 'Exportable', 1 => 'Public', ) |
UniversalExportMetadataDefaults | '{"creator":"Hallo Welt! GmbH"}' |
UniversalExportMetadataOverrides | '{"producer":"UniversalExport 4.3.0 (BlueSpice MediaWiki)"}' |
UniversalExportParamsDefaults | array ( 'format' => 'pdf', 'pdf-merging' => '0', 'attachments' => '0', 'recursive' => false, 'filter' => 'use-all', ) |
UniversalExportParamsOverrides | array ( 'use-serverside-caching' => false, 'pdf-attachment-formats' => array ( 0 => 'doc', 1 => 'docx', 2 => 'xls', 3 => 'xlsx', 4 => 'ppt', 5 => 'pptx', 6 => 'odt', 7 => 'ods', 8 => 'odp', 9 => 'odg', 10 => 'svg', ), ) |