K (1 Version importiert) |
K (1 Version importiert) |
||
(13 dazwischenliegende Versionen von 4 Benutzern werden nicht angezeigt) | |||
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.39.0 | |||
}} | |||
|extensions = {{AutoDocVersion | |||
|name = BlueSpiceBookshelf | |||
|version = 4.3 | |||
}} | |||
{{AutoDocVersion | |||
|name = BlueSpiceFoundation | |||
|version = 4.3 | |||
}} | |||
{{AutoDocVersion | |||
|name = BlueSpiceUEModulePDF | |||
|version = 4.3 | |||
}} | |||
{{AutoDocVersion | |||
|name = BlueSpiceUniversalExport | |||
|version = 4.3 | |||
}} | |||
}} | |||
==IntegratesInto== | |||
{{AutoDocIntegratesInto | |||
|into = {{AutoDocListItem | |||
|item = BlueSpiceBookshelf | |||
}} | |||
{{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 = UEModuleBookPDFExportDialogExcludeTemplates | |||
|value = <nowiki>array ( | |||
)</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/BSBookshelfBooksOverviewBeforeSetBookActions BSBookshelfBooksOverviewBeforeSetBookActions] | |||
|callback = bs-books-overview-page-actions | |||
}} | |||
{{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 | |||
}} | |||
}} | |||
Aktuelle Version vom 10. Juli 2024, 14:52 Uhr
DescriptionMsg
Ermöglicht das Exportieren von hierarchisch gegliederten Artikelsammlungen in das Adobe® Portable Document Format (PDF).
License
GPL v3
Requirements
- MediaWiki: 1.39.0
- BlueSpiceBookshelf: 4.3
BlueSpiceFoundation: 4.3 BlueSpiceUEModulePDF: 4.3 BlueSpiceUniversalExport: 4.3
IntegratesInto
- BlueSpiceBookshelf
- 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' |
UEModuleBookPDFExportDialogExcludeTemplates | array ( ) |
UEModuleBookPDFTemplatePath | 'extensions/BlueSpiceUEModuleBookPDF/data/PDFTemplates' |