No edit summary Tag: 2017 source edit |
No edit summary |
||
Line 1: | Line 1: | ||
{{BSExtensionInfo | {{BSExtensionInfo | ||
| | |removed=No | ||
|status=stable | |status=stable | ||
|developer=Hallo Welt! GmbH | |developer=Hallo Welt! GmbH | ||
Line 7: | Line 7: | ||
|compatible=BlueSpice | |compatible=BlueSpice | ||
|category=Content Structuring | |category=Content Structuring | ||
|features=The extension '''ImportOfficeFiles''' allows importing a Word document which will be converted to wiki pages. | |features=The extension '''ImportOfficeFiles''' allows importing a Word document which will be converted to wiki pages. | ||
Line 17: | Line 14: | ||
* Imported pages can be used as a page collection for creating a book | * Imported pages can be used as a page collection for creating a book | ||
==Maximum image width{{Bsvs | == Maximum image width{{Bsvs{{!}}bsvFrom=5.1}} == | ||
The maximum image width for imported images is set to 700px by default.The server configuration for changing this value is: | The maximum image width for imported images is set to 700px by default.The server configuration for changing this value is: | ||
<syntaxhighlight lang="php"> | <syntaxhighlight lang="php"> | ||
$wgImportOfficeFilesWord2007ImageWidthThreshold = 700 | $wgImportOfficeFilesWord2007ImageWidthThreshold = 700 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
|desc=Word-Import | |||
|license=GPL v3 only | |||
|active=Yes | |||
}} | }} | ||
{{wcagCheck}} | |||
{{translation}} | {{translation}} |
Latest revision as of 11:19, 4 June 2025
Overview | |||
---|---|---|---|
Description: |
Allows importing office files as wikipages | ||
State: | stable | Dependency: | BlueSpice |
Developer: | Hallo Welt! GmbH | License: | GPL-3.0-only |
Type: | BlueSpice | Category: | Content Structuring |
Edition: | BlueSpice pro, BlueSpice farm, BlueSpice cloud | Version: | |
Features
The extension ImportOfficeFiles allows importing a Word document which will be converted to wiki pages.
- File can be converted to a single page or to a page with subpages.
- Image files are also imported
- Imported pages can be used as a page collection for creating a book
Maximum image width{{Bsvs|bsvFrom=5.1}}
The maximum image width for imported images is set to 700px by default.The server configuration for changing this value is:
$wgImportOfficeFilesWord2007ImageWidthThreshold = 700
Technical Information
Technical details for BlueSpice cloud can differ in some cases.
Requirements
- MediaWiki: 1.43.0
Integrates into
- ImportOfficeFiles
Special pages
Configuration
Name | Value |
---|---|
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
- BeforePageDisplay
- BlueSpiceDiscoveryTemplateDataProviderAfterInit
- MWStakeRunJobsTriggerRegisterHandlers
- SkinTemplateNavigation::Universal
Composer requirements
all-packages | phpoffice/phpword
mwstake/mediawiki-component-processmanager |
---|