Extension:Back-and-Forth
From MediaWiki.org
|
Back-and-Forth Release status: beta |
|
|---|---|
| Implementation | User interface |
| Description | Adds a pair of alphabetic paging links to the top of the page on article views |
| Author(s) | Rob Church |
| Version | 2008-01-08 (2008-01-08) |
| MediaWiki | 1.11.0+ |
| Download | from Subversion README |
| Hooks used | |
The Back-and-Forth extension adds a pair of alphabetic paging links to the top of the page on article views.
[edit] Requirements
The Back-And-Forth extension requires MediaWiki 1.11.0 or above.
[edit] Installation
- Place extension files into a "BackAndForth" directory in your MediaWiki "extensions/" directory
- Add the line
require_once( "{$IP}/extensions/BackAndForth/BackAndForth.php" );to LocalSettings.php
Installation can be verified through the Special:Version page on the wiki. Links may not show up immediately due to client-side or other caches.

