Extension:Chrome Menu

From MediaWiki.org
(Redirected from Extension:Menu)
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
ChromeMenu

Release status: beta

ChromeMenu.jpg
Description Create pages with "Dropdown Menus"
Author(s) Eric Fortin (Kenyu73talk)
Last version 0.1 - 4/25/2009
License GPL
Download download
Check usage and version matrix

This allows the author to create dropdown menus easily within a page. The links are Wiki syntax compatible.

  • dedicated CSS file for easy customization
  • dedicated Javascript file

Based off the javascript code from Dynamic Drive

Usage [edit]

<menu name=myMenu align=center>
menu1=
  [http://www.drudgereport.com DrudgeReport]
  [http://www.MediaWiki.com MediaWiki]
  [[SomeWikiPage]]
|-|
menu2=
  [http://www.maxkeiser.com MaxKeiser]
  [http://www.google.com Google]
</menu>

  • Menus are delimited by: "|-|"
  • Menus must have unique names if more than one used per wiki page

Installation [edit]

To install this extension, add the following to LocalSettings.php:

require_once("$IP/extensions/ChromeMenu/ChromeMenu.php");
  • Note: As of beta version 0.1, I have the following hardcoded in chrome.js, which may or may not need to be changed for other wiki installs. Please note that the code uses mediawiki by default. Most sites will probably have to change this to get the menu arrow gifs to display.
offsetLeft: -150, // this sets the dropdown location
offsetTop: -35, // this sets the dropdown location
dropdownindicator: '<img src="/mediawiki/extensions/ChromeMenu/down.gif" border="0" />',

My Other Extensions [edit]

Current MediaWiki Projects

Extension:Calendar (Kenyu73) -- wikipage calendar
Extension:MW Calendar -- database calendar
Extension:LaunchExternal
Extension:Presentation
Extension:Tabber
Extension:Menu