You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "AutoDoc:BlueSpiceInsertCategory"
hw>Unknown user |
m (1 revision imported) |
Contents
DescriptionMsg[edit source]
Dialog to enter a category link
License[edit source]
GPL-3.0-only
Requirements[edit source]
- MediaWiki: ~11.31
- BlueSpiceFoundation: ~33.2
IntegratesInto[edit source]
- BlueSpiceFoundation
- BlueSpiceArticleInfo
Config[edit source]
Configuration[edit source]
| Name | Value |
|---|---|
| InsertCategoryWithParentsInsertCategoryUploadPanelIntegration | false InsertCategoryUploadPanelIntegration |
| InsertCategoryWithParents | false |
Hooks[edit source]
Hooks[edit source]
- SkinTemplateOutputPageBeforeExecBeforePageDisplay
- SkinTemplateNavigationBeforePageDisplay
- SkinTemplateOutputPageBeforeExec
==DescriptionMsg==
{{AutoDocDescriptionMsg
|name = BlueSpiceInsertCategory
|desc = {{int:bs-insertcategory-desc
}}
}}
==License==
{{AutoDocLicense
|name = GPL-3.0-only
}}
==Requirements==
{{AutoDocRequirements
|mediawiki = {{AutoDocVersion
|name = MediaWiki
|version = ~11.31
}}
|extensions = {{AutoDocVersion
|name = BlueSpiceFoundation
|version = ~33.2
}}
}}
==IntegratesInto==
{{AutoDocIntegratesInto
|into = {{AutoDocListItem
|item = BlueSpiceFoundation
}}
{{AutoDocListItem
|item = BlueSpiceArticleInfo
}}
}}
==Config==
{{AutoDocConfig
|config = {{AutoDocOption
|name = InsertCategoryWithParentsInsertCategoryUploadPanelIntegration
|value = <nowiki>false</nowiki>
}}
{{AutoDocOption
|name = InsertCategoryUploadPanelIntegrationInsertCategoryWithParents
|value = <nowiki>false</nowiki>
}}
}}
==Hooks==
{{AutoDocHooks
|Hooks = {{AutoDocCallback
|name = SkinTemplateOutputPageBeforeExec
[https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay]
|callback = \BlueSpice\InsertCategory\Hook\SkinTemplateOutputPageBeforeExec\AddContentActionToBlacklistBeforePageDisplay\AddResources::callback
}}
{{AutoDocCallback
|name = SkinTemplateNavigation
[https://www.mediawiki.org/wiki/Manual:Hooks/SkinTemplateNavigation SkinTemplateNavigation]
|callback = \BlueSpice\InsertCategory\Hook\SkinTemplateNavigation\AddInsertCategoryAction::callback
}}
{{AutoDocCallback
|name = BeforePageDisplay
[https://www.mediawiki.org/wiki/Manual:Hooks/SkinTemplateOutputPageBeforeExec SkinTemplateOutputPageBeforeExec]
|callback = \BlueSpice\InsertCategory\Hook\BeforePageDisplay\AddResourcesSkinTemplateOutputPageBeforeExec\AddContentActionToBlacklist::callback
}}
}}| Line 4: | Line 4: | ||
|desc = {{int:bs-insertcategory-desc | |desc = {{int:bs-insertcategory-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 |
}} | }} | ||
}} | }} | ||
| Line 19: | Line 23: | ||
{{AutoDocIntegratesInto | {{AutoDocIntegratesInto | ||
|into = {{AutoDocListItem | |into = {{AutoDocListItem | ||
| − | |||
| − | |||
| − | |||
|item = BlueSpiceArticleInfo | |item = BlueSpiceArticleInfo | ||
}} | }} | ||
| Line 28: | Line 29: | ||
{{AutoDocConfig | {{AutoDocConfig | ||
|config = {{AutoDocOption | |config = {{AutoDocOption | ||
| − | |name = | + | |name = InsertCategoryUploadPanelIntegration |
|value = <nowiki>false</nowiki> | |value = <nowiki>false</nowiki> | ||
}} | }} | ||
{{AutoDocOption | {{AutoDocOption | ||
| − | |name = | + | |name = InsertCategoryWithParents |
|value = <nowiki>false</nowiki> | |value = <nowiki>false</nowiki> | ||
}} | }} | ||
| Line 39: | Line 40: | ||
{{AutoDocHooks | {{AutoDocHooks | ||
|Hooks = {{AutoDocCallback | |Hooks = {{AutoDocCallback | ||
| − | |name = | + | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay] |
| − | |callback = \BlueSpice\InsertCategory\Hook\ | + | |callback = \BlueSpice\InsertCategory\Hook\BeforePageDisplay\AddResources::callback |
}} | }} | ||
{{AutoDocCallback | {{AutoDocCallback | ||
| − | |name = SkinTemplateNavigation | + | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/SkinTemplateNavigation SkinTemplateNavigation] |
|callback = \BlueSpice\InsertCategory\Hook\SkinTemplateNavigation\AddInsertCategoryAction::callback | |callback = \BlueSpice\InsertCategory\Hook\SkinTemplateNavigation\AddInsertCategoryAction::callback | ||
}} | }} | ||
{{AutoDocCallback | {{AutoDocCallback | ||
| − | |name = | + | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/SkinTemplateOutputPageBeforeExec SkinTemplateOutputPageBeforeExec] |
| − | |callback = \BlueSpice\InsertCategory\Hook\ | + | |callback = \BlueSpice\InsertCategory\Hook\SkinTemplateOutputPageBeforeExec\AddContentActionToBlacklist::callback |
}} | }} | ||
}} | }} | ||