No edit summary Tag: 2017 source edit |
No edit summary |
||
Line 1: | Line 1: | ||
{{BSExtensionInfo | {{BSExtensionInfo | ||
|status=stable | |status=stable | ||
|type=BlueSpice | |type=BlueSpice | ||
Line 7: | Line 6: | ||
|category=Search and Navigation | |category=Search and Navigation | ||
|license=GPL v3 only | |license=GPL v3 only | ||
|features= | |features='''CustomMenu''' is a menu with configurable items. It appears as collapsible menu above the top navigation bar. The HTML output is an unordered list. Menu items can be modified by editing the page <code>MediaWiki:CustomMenu/Header</code>. | ||
'''CustomMenu''' is a menu with configurable items. It appears as collapsible menu above the top navigation bar. The HTML output is an unordered list. Menu items can be modified by editing the page <code>MediaWiki:CustomMenu/Header</code>. | |||
Syntax: | Syntax: | ||
<pre>target page | <pre>target page {{!}} label</pre> | ||
Line 19: | Line 17: | ||
<pre> | <pre> | ||
* Hello World | * Hello World | ||
** Intranet | ** Intranet {{!}} Our Intranet | ||
** https://en.demo.bluespice.com | ** https://en.demo.bluespice.com {{!}} Demo | ||
</pre> | </pre> | ||
''BlueSpiceCustomMenu'' will be hidden on mobile devices. The width is restricted to the content width. It is limited to one line. | ''BlueSpiceCustomMenu'' will be hidden on mobile devices. The width is restricted to the content width. It is limited to one line. | ||
|desc=Provides customizable menus | |||
}} | |||
{{wcagCheck | |||
|wcagStatus=2-testing complete | |||
|wcagCheckedfor=Web, Authoring tool | |||
|wcagTestdate=2022-08-05 | |||
|wcagLevel=AA | |||
|wcagSupport=supports | |||
|wcagComments=*Authoring: Authoring in Wikitext | |||
*Web: Simple links lists with accessible headings | |||
|extensionType=core | |||
|extensionFocus=reader | |||
}} | }} |
Revision as of 15:00, 5 August 2022
Extension: BlueSpiceCustomMenu
Overview | |||
---|---|---|---|
Description: |
Provides customizable menus | ||
State: | stable | Dependency: | BlueSpice |
Developer: | License: | GPL-3.0-only | |
Type: | BlueSpice | Category: | Search and Navigation |
Edition: | BlueSpice pro, BlueSpice free, BlueSpice Farm"BlueSpice Farm" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property., BlueSpice Cloud"BlueSpice Cloud" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property. | Version: | 4.1+ |
Features
CustomMenu is a menu with configurable items. It appears as collapsible menu above the top navigation bar. The HTML output is an unordered list. Menu items can be modified by editing the page MediaWiki:CustomMenu/Header
.
Syntax:
target page {{!}} label
Example:
* Hello World ** Intranet {{!}} Our Intranet ** https://en.demo.bluespice.com {{!}} Demo
BlueSpiceCustomMenu will be hidden on mobile devices. The width is restricted to the content width. It is limited to one line.
Technical Information
This information applies to BlueSpice 4. Technical details for BlueSpice cloud can differ in some cases.
Requirements
- MediaWiki: 1.39.0
- BlueSpiceFoundation: 4.3
Integrates into
- BlueSpiceCustomMenu
- MenuEditor
Special pages
Configuration
Name | Value |
---|---|
CustomMenuHeaderNumberOfLevels | 2 |
CustomMenuHeaderNumberOfMainEntries | 10 |
CustomMenuHeaderNumberOfSubEntries | 10 |
Hooks
Accessibility
Test status: | 2-testing complete |
---|---|
Checked for: | Web, Authoring tool |
Last test date: | 2022-08-05 |
WCAG level: | AA |
WCAG support: | supports |
Comments: |
|
Extension type: | core |
Extension focus: | reader |