Extension:HistoryOfPage

Category:Languages pages Category:Unmaintained extensions#HistoryOfPage Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:Extensions with unknown license
MediaWiki extensions manual
HistoryOfPage
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Parser function Category:Parser function extensions
Description The extension that returns link(s) of non-minor changes to a page
Author(s) M. Deri Taufan (deritaufantalk)
Latest version 0.1 (2011-03-25)
MediaWiki 1.14+Category:Extensions with manual MediaWiki version
License GPL
Download Category:Extensions in GitHub version control
Category:All extensionsCategory:Extensions not in ExtensionJson

What can this extension do?

This extension creates link(s) of changes on a page in MediaWiki. By changes here, it means the non-minor changes.

Usage

To use this extension, just put this code on a page:

{{#hop:{{REVISIONID}} }}

Download instructions

This extension is available for download from HistoryOfPage. If you are interested on developing this extension, please kindly send me an e-mail.

Installation

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

require_once("$IP/extensions/HistoryOfPage/HistoryOfPage.php");

See also

To see the example page, go here http://wiki.science.ru.nl/mms

Category:All extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions with manual MediaWiki version Category:Extensions with unknown license Category:Extensions without a compatibility policy Category:Extensions without an image Category:Languages pages Category:Parser function extensions Category:Unmaintained extensions