m 1 revision imported |
m 1 revision imported |
||
| (6 intermediate revisions by 5 users not shown) | |||
| Line 13: | Line 13: | ||
|mediawiki = {{AutoDocVersion | |mediawiki = {{AutoDocVersion | ||
|name = MediaWiki | |name = MediaWiki | ||
|version = 1. | |version = 1.43.0 | ||
}} | }} | ||
}} | }} | ||
| Line 25: | Line 25: | ||
{{AutoDocConfig | {{AutoDocConfig | ||
|config = {{AutoDocOption | |config = {{AutoDocOption | ||
|name = ImportOfficeFilesWord2007ImageWidthThreshold | |||
|value = <nowiki>700</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = ImportOfficeFilesWord2007TagProcessorPipeline | |name = ImportOfficeFilesWord2007TagProcessorPipeline | ||
|value = <nowiki>array ( | |value = <nowiki>array ( | ||
| Line 74: | Line 78: | ||
|callback = skin | |callback = skin | ||
}} | }} | ||
}} | |||
==Composer requirements== | |||
{{AutoDocComposer requirements | |||
|phpoffice/phpword = ~0.18 | |||
|mwstake/mediawiki-component-processmanager = ~3 | |||
|all-packages = phpoffice/phpword,mwstake/mediawiki-component-processmanager | |||
}} | }} | ||
Latest revision as of 10:31, 21 November 2025
DescriptionMsg
Allows importing office files as wikipages
License
GPL-3.0-only
Requirements
- MediaWiki: 1.43.0
IntegratesInto
- ImportOfficeFiles
Config
Configuration
| Name | Value |
|---|---|
| ImportOfficeFilesWord2007ImageWidthThreshold | 700 |
| ImportOfficeFilesWord2007TagProcessorPipeline | array ( 0 => 'instr-text', 1 => 'drawing', 2 => 'tabulator', 3 => 'line-break', 4 => 'text', 5 => 'textrun', 6 => 'bookmarkStart', 7 => 'bookmarkEnd', 8 => 'hyperlink', 9 => 'paragraph', 10 => 'table', ) |
| ImportOfficeFilesWord2007TagPropertyProcessorPipeline | array ( 0 => 'style', 1 => 'color', 2 => 'justify', 3 => 'highlight', 4 => 'shadow', 5 => 'verticalalign', 6 => 'italic', 7 => 'strikethrough', 8 => 'underline', 9 => 'bold', ) |
Hooks
Hooks
- BeforePageDisplay
- BlueSpiceDiscoveryTemplateDataProviderAfterInit
- MWStakeRunJobsTriggerRegisterHandlers
- SkinTemplateNavigation::Universal
Composer requirements
| all-packages | phpoffice/phpword
mwstake/mediawiki-component-processmanager |
|---|