Reference:BlueSpiceCustomMenu: Difference between revisions

m (1 revision imported)
No edit summary
Tag: 2017 source edit
Line 12: Line 12:
Syntax:  
Syntax:  


<pre>* html ID (has to be unique) | target page | label (optional)</pre>
<pre>target page | label</pre>


The [https://www.w3schools.com/html/html_id.asp html ID] can be used to apply CSS rules in <code>MediaWiki:Common.css</code>.


 
'''Example:'''
'''Examples:'''
 
1. A link to the Wiki page 'Intranet':
 
<pre>* menuLink1 | Intranet</pre>
 
 
The html ID 'menuLink1' is used to display the menu item, because no label has been specified.
 
 
2. A link to the Wiki page 'Intranet'. The visible label is 'Our Intranet':
 
<pre>* menuLink1 | Intranet | Our Intranet</pre>
 
 
3. A Dropdown with link to the Wiki pages 'Intranet' and 'Demo'. The visible label of the menu is 'Hello World'. The dropdown contains 'Our Intranet' and 'Demo':


<pre>
<pre>
  * Hello World   
  * Hello World   
** menuLink1 | Intranet | Our Intranet   
** Intranet | Our Intranet   
** demoLink | https://en.demo.bluespice.com | Demo
** 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.
 
By default, there are only 2 menu levels (link text and one dropdown). More levels can be set, but it is tested only up to level 3.Further menus may be outside the browser window.


}}
}}

Revision as of 14:37, 4 July 2022

Extension: BlueSpiceCustomMenu

all extensions

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 Cloud 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.36.0
  • BlueSpiceFoundation: 4.1

Integrates into

  • BlueSpiceCustomMenu
  • MenuEditor

Special pages

Configuration

Name Value
CustomMenuHeaderNumberOfLevels 2
CustomMenuHeaderNumberOfMainEntries 10
CustomMenuHeaderNumberOfSubEntries 10

Hooks

Discussions