K (1 Version importiert) |
hw>Unknown user Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
{{ | ==DescriptionMsg== | ||
{{ | {{AutoDocDescriptionMsg | ||
| | |name = BlueSpiceUEModuleBookPDF | ||
|desc = {{int:bs-uemodulebookpdf-extension-description | |||
{{ | }} | ||
}} | |||
{{ | ==License== | ||
{{ | {{AutoDocLicense | ||
| | |name = GPL-3.0-only | ||
}} | |||
==Requirements== | |||
{{AutoDocRequirements | |||
|mediawiki = {{AutoDocVersion | |||
|name = MediaWiki | |||
|version = 1.35.0 | |||
}} | |||
|extensions = {{AutoDocVersion | |||
|name = BlueSpiceBookshelf | |||
|version = 4.0 | |||
}} | |||
{{AutoDocVersion | |||
|name = BlueSpiceFoundation | |||
|version = 4.0 | |||
}} | |||
{{AutoDocVersion | |||
|name = BlueSpiceUEModulePDF | |||
|version = 4.0 | |||
}} | |||
{{AutoDocVersion | |||
|name = BlueSpiceUniversalExport | |||
|version = 4.0 | |||
}} | |||
}} | |||
==IntegratesInto== | |||
{{AutoDocIntegratesInto | |||
|into = {{AutoDocListItem | |||
|item = BlueSpiceUniversalExport | |||
}} | |||
}} | |||
==Permissions== | |||
{{AutoDocPermissions | |||
|permissions = {{AutoDocPermission | |||
|name = uemodulebookpdf-export | |||
|type = namespace | |type = namespace | ||
|roles = reader | |roles = reader | ||
|desc = | |desc = {{int:right-uemodulebookpdf-export | ||
}} | |||
{{ | }} | ||
}} | |||
==Config== | |||
{{AutoDocConfig | |||
|config = {{AutoDocOption | |||
|name = UEModuleBookPDFBookExportTOC | |||
|value = <nowiki>'only-articles'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UEModuleBookPDFDefaultTemplate | |||
|value = <nowiki>'BlueSpice Book'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UEModuleBookPDFTemplatePath | |||
|value = <nowiki>'extensions/BlueSpiceUEModuleBookPDF/data/PDFTemplates'</nowiki> | |||
}} | |||
}} | |||
==Hooks== | |||
{{AutoDocHooks | |||
|Hooks = {{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSBookshelfBookManager BSBookshelfBookManager] | |||
|callback = \BlueSpice\UEModuleBookPDF\Hook\BSBookshelfBookManager\AddDependencies::callback | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSBookshelfGetBookData BSBookshelfGetBookData] | |||
|callback = \BlueSpice\UEModuleBookPDF\Hook\BSBookshelfGetBookData\AddTemplateMetaData::callback | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSMigrateSettingsFromDeviatingNames BSMigrateSettingsFromDeviatingNames] | |||
|callback = \BlueSpice\UEModuleBookPDF\Hook\BSMigrateSettingsFromDeviatingNames\SkipServiceSettings::callback | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay] | |||
|callback = \BlueSpice\UEModuleBookPDF\Hook\BeforePageDisplay\AddResources::callback | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/ChameleonSkinTemplateOutputPageBeforeExec ChameleonSkinTemplateOutputPageBeforeExec] | |||
|callback = BlueSpice\UEModuleBookPDF\Hook\ChameleonSkinTemplateOutputPageBeforeExec\AddBookExportAction::callback, BlueSpice\UEModuleBookPDF\Hook\ChameleonSkinTemplateOutputPageBeforeExec\AddBookExportActionBookPage::callback | |||
}} | |||
}} | |||
Version vom 7. Dezember 2021, 10:53 Uhr
DescriptionMsg
Ermöglicht das Exportieren von hierarchisch gegliederten Artikelsammlungen in das Adobe® Portable Document Format (PDF).
License
GPL v3
Requirements
- MediaWiki: 1.35.0
- BlueSpiceBookshelf: 4.0
BlueSpiceFoundation: 4.0 BlueSpiceUEModulePDF: 4.0 BlueSpiceUniversalExport: 4.0
IntegratesInto
- BlueSpiceUniversalExport
Permissions
Rechte
Name | Beschreibung | Rollen |
---|---|---|
uemodulebookpdf-export | Eine Seite als Teil eines PDF-Buchs exportieren | reader |
Config
Konfiguration
Name | Wert |
---|---|
UEModuleBookPDFBookExportTOC | 'only-articles' |
UEModuleBookPDFDefaultTemplate | 'BlueSpice Book' |
UEModuleBookPDFTemplatePath | 'extensions/BlueSpiceUEModuleBookPDF/data/PDFTemplates' |