You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "AutoDoc:BlueSpiceExportTables"
hw>Unknown user |
m (1 revision imported) |
Contents
DescriptionMsg[edit source]
Allows export of tables to Excel and CSV
License[edit source]
GPL-3.0-only
Requirements[edit source]
- MediaWiki: ~11.31
- BlueSpiceFoundation: ~33.2
BlueSpiceUEModuleTable2Excel: ~33.2
IntegratesInto[edit source]
- BlueSpiceFoundation
- BlueSpiceVisualEditorConnector
Config[edit source]
Configuration[edit source]
Name | Value |
---|---|
ExportTablesMenuTargetSelector | '#mw-content-text table.bs-exportable, .mw-datatable' |
Hooks[edit source]
Hooks[edit source]
==DescriptionMsg== {{AutoDocDescriptionMsg |name = BlueSpiceExportTables |desc = {{int:bs-exporttables-extension-description }} }} ==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 = BlueSpiceUEModuleTable2Excel |version = ~33.2 }} }} ==IntegratesInto== {{AutoDocIntegratesInto |into = {{AutoDocListItem |item = BlueSpiceFoundation }} {{AutoDocListItem |item = BlueSpiceVisualEditorConnector }} }} ==Config== {{AutoDocConfig |config = {{AutoDocOption |name = ExportTablesMenuTargetSelector |value = <nowiki>'#mw-content-text table.bs-exportable, .mw-datatable'</nowiki> }} }} ==Hooks== {{AutoDocHooks |Hooks = {{AutoDocCallback |name = BeforePageDisplay [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay] |callback = \BlueSpice\ExportTables\Hook\BeforePageDisplay\AddResources::callback }} }}
Line 4: | Line 4: | ||
|desc = {{int:bs-exporttables-extension-description | |desc = {{int:bs-exporttables-extension-description | ||
}} | }} | ||
+ | }} | ||
+ | ==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 = BlueSpiceUEModuleTable2Excel | |name = BlueSpiceUEModuleTable2Excel | ||
− | |version = | + | |version = 3.2 |
}} | }} | ||
}} | }} | ||
Line 23: | Line 27: | ||
{{AutoDocIntegratesInto | {{AutoDocIntegratesInto | ||
|into = {{AutoDocListItem | |into = {{AutoDocListItem | ||
− | |||
− | |||
− | |||
|item = BlueSpiceVisualEditorConnector | |item = BlueSpiceVisualEditorConnector | ||
}} | }} | ||
Line 39: | Line 40: | ||
{{AutoDocHooks | {{AutoDocHooks | ||
|Hooks = {{AutoDocCallback | |Hooks = {{AutoDocCallback | ||
− | |name = BeforePageDisplay | + | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay] |
|callback = \BlueSpice\ExportTables\Hook\BeforePageDisplay\AddResources::callback | |callback = \BlueSpice\ExportTables\Hook\BeforePageDisplay\AddResources::callback | ||
}} | }} | ||
}} | }} |