Extension:Back-and-Forth

From MediaWiki.org

Jump to: navigation, search

             

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
Back-and-Forth

Release status: beta

BackAndForth.png
Implementation  User interface
Description Adds a pair of alphabetic paging links to the top of the page on article views
Author(s)  Rob Church
Last Version  2008-01-08 (2008-01-08)
MediaWiki  1.11.0+
License No license specified
Download Download snapshot

Subversion [Help]
Browse source code

README

check usage (experimental)

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

  1. Download the latest snapshot and extract it to your extensions directory.
  2. 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.

[edit] See Also