Extension:FoldingNav

From MediaWiki.org

Jump to: navigation, search

           

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
FoldingNav Extension

Release status: experimental

Implementation  Tag
Description Show and hide regions on a page with a mouse move
Author(s)  SerenityTalk
Last Version  1.0 (2009-05-23)
MediaWiki  1.14.0
License Public domain
Download [1]
Example  [2]

check usage (experimental)

Contents


[edit] Purpose

This extension is a fork of Extension:ToggleDisplay and its purpose is to make navigation easier :

  • Use of images instead of text 'show' / 'hide'
  • Nested tags allowed (up to 4 levels)
  • Clickless navigation : based on the mouse move
  • Nice scriptaculous effects

[edit] Usage

== <foldingnav/> Title 1 ==
<foldingnav>
Hidden text
</foldingnav>

== <foldingnav/> Title 2 ==
<foldingnav>
Hidden text

=== <foldingnav2/> Title 2.1 ===
<foldingnav2>
Nested hidden text
</foldingnav2>

</foldingnav>

[edit] Installation

  • Extract the ZIP file in the extension directory.
  • Add require_once("{$IP}/extensions/FoldingNav/FoldingNav.php"); to LocalSettings.php

[edit] Installation Question

[edit] See Also

The following feature requests ask for similar functionality:

Other: