Extension:SequentialLinks
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() Release status: unmaintained |
|
---|---|
Implementation | Parser function |
Description | Allows the generation for the links to the first, previous, next, last pages of the series. |
Author(s) | VolodyA! V Anarhist |
Latest version | 0.9.0 (2013-08-30) |
MediaWiki | 1.21+ |
Database changes | No |
License | GNU General Public License 3.0 |
Download | external source |
Example | freedomporn.org |
The SequentialLinks extension allows the generation for the links to the first, previous, next, last pages of the series.
Installation[edit]
- Copy the code and place the file(s) in a directory called
SequentialLinks
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:require_once "$IP/extensions/SequentialLinks/SequentialLinks.php";
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.