You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "AutoDoc:BlueSpiceUEModulePDF"
m (1 revision imported) |
hw>Unknown user |
Contents
DescriptionMsg[edit source]
Enables MediaWiki to export pages into PDF format
License[edit source]
GPL-3.0-only
Requirements[edit source]
- MediaWiki: ~11.31
- BlueSpiceFoundation: ~33.2
BlueSpiceUniversalExport: ~33.2
IntegratesInto[edit source]
- BlueSpiceFoundation
- BlueSpiceUniversalExport
Permissions[edit source]
Permissions
Name | Description | Role |
---|---|---|
uemodulepdf-export | Export a page to PDF | reader |
uemodulepdfsubpagesuemodulepdfrecursive-export | Export a page, including all sub linked pages, to PDF | reader |
uemodulepdfrecursiveuemodulepdfsubpages-export | Export a page, including all linked sub pages, to PDF | reader |
Config[edit source]
Configuration[edit source]
Name | Value |
---|---|
UEModulePDFSuppressNSUEModulePDFAllowPartialExport | false |
UEModulePDFDefaultTemplate | 'BlueSpice' |
UEModulePDFPdfServiceURL | 'http://127.0.0.1:8080/BShtml2PDF' |
UEModulePDFDefaultTemplateUEModulePDFSuppressNS | 'BlueSpice' false |
UEModulePDFTemplatePath | 'extensions/BlueSpiceUEModulePDF/data/PDFTemplates' |
UEModulePDFAllowPartialExport | false |
Hooks[edit source]
Hooks[edit source]
==DescriptionMsg== {{AutoDocDescriptionMsg |name = BlueSpiceUEModulePDF |desc = {{int:bs-uemodulepdf-desc }} }} ==License== {{AutoDocLicense |name = GPL-3.0-only }} ==Requirements== {{AutoDocRequirements |mediawiki = {{AutoDocVersion |name = MediaWiki |version = ~11.31 }} |extensions = {{AutoDocVersion |name = BlueSpiceFoundation |version = ~33.2 }} {{AutoDocVersion |name = BlueSpiceUniversalExport |version = ~33.2 }} }} ==IntegratesInto== {{AutoDocIntegratesInto |into = {{AutoDocListItem |item = BlueSpiceFoundation }} {{AutoDocListItem |item = BlueSpiceUniversalExport }} }} ==Permissions== {{AutoDocPermissions |permissions = {{AutoDocPermission |name = uemodulepdf-export |type = namespace |roles = reader |desc = {{int:right-uemodulepdf-export }} }} {{AutoDocPermission |name = uemodulepdfsubpagesuemodulepdfrecursive-export |type = namespace |roles = reader |desc = {{int:right-uemodulepdfsubpagesuemodulepdfrecursive-export }} }} {{AutoDocPermission |name = uemodulepdfrecursiveuemodulepdfsubpages-export |type = namespace |roles = reader |desc = {{int:right-uemodulepdfrecursiveuemodulepdfsubpages-export }} }} }} ==Config== {{AutoDocConfig |config = {{AutoDocOption |name = UEModulePDFSuppressNSUEModulePDFAllowPartialExport |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 = UEModulePDFDefaultTemplateUEModulePDFSuppressNS |value = <nowiki>'BlueSpice'false</nowiki> }} {{AutoDocOption |name = UEModulePDFTemplatePath |value = <nowiki>'extensions/BlueSpiceUEModulePDF/data/PDFTemplates'</nowiki> }} {{AutoDocOption |name = UEModulePDFAllowPartialExport |value = <nowiki>false</nowiki> }} }} }} ==Hooks== {{AutoDocHooks |Hooks = {{AutoDocCallback |name = BSMigrateSettingsFromDeviatingNames [https://www.mediawiki.org/wiki/Manual:Hooks/BSMigrateSettingsFromDeviatingNames BSMigrateSettingsFromDeviatingNames] |callback = \BlueSpice\UEModulePDF\Hook\BSMigrateSettingsFromDeviatingNames\SkipServiceSettings::callback }} }}
Line 4: | Line 4: | ||
|desc = {{int:bs-uemodulepdf-desc | |desc = {{int:bs-uemodulepdf-desc | ||
}} | }} | ||
+ | }} | ||
+ | ==License== | ||
+ | {{AutoDocLicense | ||
+ | |name = GPL-3.0-only | ||
}} | }} | ||
==Requirements== | ==Requirements== | ||
Line 9: | Line 13: | ||
|mediawiki = {{AutoDocVersion | |mediawiki = {{AutoDocVersion | ||
|name = MediaWiki | |name = MediaWiki | ||
− | |version = | + | |version = 1.31 |
}} | }} | ||
|extensions = {{AutoDocVersion | |extensions = {{AutoDocVersion | ||
|name = BlueSpiceFoundation | |name = BlueSpiceFoundation | ||
− | |version = | + | |version = 3.2 |
}} | }} | ||
{{AutoDocVersion | {{AutoDocVersion | ||
|name = BlueSpiceUniversalExport | |name = BlueSpiceUniversalExport | ||
− | |version = | + | |version = 3.2 |
}} | }} | ||
}} | }} | ||
Line 23: | Line 27: | ||
{{AutoDocIntegratesInto | {{AutoDocIntegratesInto | ||
|into = {{AutoDocListItem | |into = {{AutoDocListItem | ||
− | |||
− | |||
− | |||
|item = BlueSpiceUniversalExport | |item = BlueSpiceUniversalExport | ||
}} | }} | ||
Line 39: | Line 40: | ||
}} | }} | ||
{{AutoDocPermission | {{AutoDocPermission | ||
− | |name = | + | |name = uemodulepdfrecursive-export |
|type = namespace | |type = namespace | ||
|roles = reader | |roles = reader | ||
− | |desc = {{int:right- | + | |desc = {{int:right-uemodulepdfrecursive-export |
}} | }} | ||
}} | }} | ||
{{AutoDocPermission | {{AutoDocPermission | ||
− | |name = | + | |name = uemodulepdfsubpages-export |
|type = namespace | |type = namespace | ||
|roles = reader | |roles = reader | ||
− | |desc = {{int:right- | + | |desc = {{int:right-uemodulepdfsubpages-export |
}} | }} | ||
}} | }} | ||
Line 56: | Line 57: | ||
{{AutoDocConfig | {{AutoDocConfig | ||
|config = {{AutoDocOption | |config = {{AutoDocOption | ||
− | |name = | + | |name = UEModulePDFAllowPartialExport |
|value = <nowiki>false</nowiki> | |value = <nowiki>false</nowiki> | ||
+ | }} | ||
+ | {{AutoDocOption | ||
+ | |name = UEModulePDFDefaultTemplate | ||
+ | |value = <nowiki>'BlueSpice'</nowiki> | ||
}} | }} | ||
{{AutoDocOption | {{AutoDocOption | ||
Line 64: | Line 69: | ||
}} | }} | ||
{{AutoDocOption | {{AutoDocOption | ||
− | |name = | + | |name = UEModulePDFSuppressNS |
− | |value = <nowiki> | + | |value = <nowiki>false</nowiki> |
}} | }} | ||
{{AutoDocOption | {{AutoDocOption | ||
|name = UEModulePDFTemplatePath | |name = UEModulePDFTemplatePath | ||
|value = <nowiki>'extensions/BlueSpiceUEModulePDF/data/PDFTemplates'</nowiki> | |value = <nowiki>'extensions/BlueSpiceUEModulePDF/data/PDFTemplates'</nowiki> | ||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
}} | }} | ||
Line 79: | Line 80: | ||
{{AutoDocHooks | {{AutoDocHooks | ||
|Hooks = {{AutoDocCallback | |Hooks = {{AutoDocCallback | ||
− | |name = BSMigrateSettingsFromDeviatingNames | + | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSMigrateSettingsFromDeviatingNames BSMigrateSettingsFromDeviatingNames] |
|callback = \BlueSpice\UEModulePDF\Hook\BSMigrateSettingsFromDeviatingNames\SkipServiceSettings::callback | |callback = \BlueSpice\UEModulePDF\Hook\BSMigrateSettingsFromDeviatingNames\SkipServiceSettings::callback | ||
}} | }} | ||
}} | }} |