(Created page with "==DescriptionMsg== {{AutoDocDescriptionMsg |name = MenuEditor |desc = {{int:menueditor-desc }} }} ==License== {{AutoDocLicense |name = GPL-3.0-only }} ==Requirements== {{AutoD...") Tag: 2017 source edit |
Robert Vogel (talk | contribs) m (1 revision imported) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 13: | Line 13: | ||
|mediawiki = {{AutoDocVersion | |mediawiki = {{AutoDocVersion | ||
|name = MediaWiki | |name = MediaWiki | ||
|version = 1. | |version = 1.39.0 | ||
}} | }} | ||
}} | }} | ||
Line 20: | Line 20: | ||
|into = {{AutoDocListItem | |into = {{AutoDocListItem | ||
|item = MenuEditor | |item = MenuEditor | ||
}} | |||
}} | |||
==Config== | |||
{{AutoDocConfig | |||
|config = {{AutoDocOption | |||
|name = MenuEditorMediawikiSidebarAllowedKeywords | |||
|value = <nowiki>array ( | |||
0 => 'SEARCH', | |||
1 => 'TOOLBOX', | |||
2 => 'LANGUAGES', | |||
)</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = MenuEditorToolbarOffset | |||
|value = <nowiki>0</nowiki> | |||
}} | }} | ||
}} | }} | ||
Line 27: | Line 42: | ||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforeInitialize BeforeInitialize] | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforeInitialize BeforeInitialize] | ||
|callback = initializeMenus | |callback = initializeMenus | ||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay] | |||
|callback = AddFooterLinksBanner | |||
}} | }} | ||
{{AutoDocCallback | {{AutoDocCallback | ||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BlueSpiceDiscoveryTemplateDataProviderAfterInit BlueSpiceDiscoveryTemplateDataProviderAfterInit] | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/BlueSpiceDiscoveryTemplateDataProviderAfterInit BlueSpiceDiscoveryTemplateDataProviderAfterInit] | ||
|callback = | |callback = discovery-skin | ||
}} | }} | ||
{{AutoDocCallback | {{AutoDocCallback | ||
Line 41: | Line 60: | ||
}} | }} | ||
}} | }} | ||
Latest revision as of 14:50, 10 July 2024
DescriptionMsg
Graphical editor for menu pages
License
GPL-3.0-only
Requirements
- MediaWiki: 1.39.0
IntegratesInto
- MenuEditor
Config
Configuration
Name | Value |
---|---|
MenuEditorMediawikiSidebarAllowedKeywords | array ( 0 => 'SEARCH', 1 => 'TOOLBOX', 2 => 'LANGUAGES', ) |
MenuEditorToolbarOffset | 0 |