K (1 Version importiert) |
hw>Unknown user Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
{{ | ==DescriptionMsg== | ||
{{ | {{AutoDocDescriptionMsg | ||
| | |name = BlueSpiceUEModulePDF | ||
|desc = {{int:bs-uemodulepdf-desc | |||
{{ | }} | ||
}} | |||
{{ | ==License== | ||
{{ | {{AutoDocLicense | ||
| | |name = GPL-3.0-only | ||
}} | |||
==Requirements== | |||
{{AutoDocRequirements | |||
|mediawiki = {{AutoDocVersion | |||
|name = MediaWiki | |||
|version = 1.35.0 | |||
}} | |||
|extensions = {{AutoDocVersion | |||
|name = BlueSpiceFoundation | |||
|version = 4.0 | |||
}} | |||
{{AutoDocVersion | |||
|name = BlueSpiceUniversalExport | |||
|version = 4.0 | |||
}} | |||
}} | |||
==IntegratesInto== | |||
{{AutoDocIntegratesInto | |||
|into = {{AutoDocListItem | |||
|item = BlueSpiceUniversalExport | |||
}} | |||
}} | |||
==Permissions== | |||
{{AutoDocPermissions | |||
|permissions = {{AutoDocPermission | |||
|name = uemodulepdf-export | |||
|type = namespace | |type = namespace | ||
|roles = reader | |roles = reader | ||
|desc = | |desc = {{int:right-uemodulepdf-export | ||
}} | |||
{{ | }} | ||
| | {{AutoDocPermission | ||
|name = uemodulepdfrecursive-export | |||
|type = namespace | |type = namespace | ||
|roles = reader | |roles = reader | ||
|desc = | |desc = {{int:right-uemodulepdfrecursive-export | ||
}} | |||
{{ | }} | ||
| | {{AutoDocPermission | ||
|name = uemodulepdfsubpages-export | |||
|type = namespace | |type = namespace | ||
|roles = reader | |roles = reader | ||
|desc = | |desc = {{int:right-uemodulepdfsubpages-export | ||
}} | |||
{{ | }} | ||
}} | |||
==Config== | |||
{{AutoDocConfig | |||
|config = {{AutoDocOption | |||
|name = UEModulePDFAllowPartialExport | |||
|value = <nowiki>false</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UEModulePDFDefaultTemplate | |||
|value = <nowiki>'BlueSpice'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UEModulePDFPdfServiceURL | |||
|value = <nowiki>'http://127.0.0.1:8080/BShtml2PDF'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UEModulePDFSuppressNS | |||
|value = <nowiki>false</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UEModulePDFTemplatePath | |||
|value = <nowiki>'extensions/BlueSpiceUEModulePDF/data/PDFTemplates'</nowiki> | |||
}} | |||
}} | |||
==Hooks== | |||
{{AutoDocHooks | |||
|Hooks = {{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSMigrateSettingsFromDeviatingNames BSMigrateSettingsFromDeviatingNames] | |||
|callback = \BlueSpice\UEModulePDF\Hook\BSMigrateSettingsFromDeviatingNames\SkipServiceSettings::callback | |||
}} | |||
}} | |||
Version vom 7. Dezember 2021, 10:53 Uhr
DescriptionMsg
Aktiviert MediaWiki zum Exportieren von Seiten in das PDF-Format
License
GPL v3
Requirements
- MediaWiki: 1.35.0
- BlueSpiceFoundation: 4.0
BlueSpiceUniversalExport: 4.0
IntegratesInto
- BlueSpiceUniversalExport
Permissions
Rechte
Name | Beschreibung | Rollen |
---|---|---|
uemodulepdf-export | Export einer Seite in PDF | reader |
uemodulepdfrecursive-export | Exportieren einer Seite einschließlich aller verlinkten Seiten als PDF-Datei | reader |
uemodulepdfsubpages-export | Eine Seite inklusive aller Unterseiten nach PDF exportieren | reader |
Config
Konfiguration
Name | Wert |
---|---|
UEModulePDFAllowPartialExport | false |
UEModulePDFDefaultTemplate | 'BlueSpice' |
UEModulePDFPdfServiceURL | 'http://127.0.0.1:8080/BShtml2PDF' |
UEModulePDFSuppressNS | false |
UEModulePDFTemplatePath | 'extensions/BlueSpiceUEModulePDF/data/PDFTemplates' |