Extension:FoldingNav
From MediaWiki.org
|
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:
- Wikipedia:NavFrame does the same thing without requiring an extension
- Wikipedia:Collapsible_tables is easier to use and implement (than NavFrame above), but not accessibility friendly
