Extension:FlagPage
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request that the extension be imported into Git. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{extension}} infobox. |
FlagPage Release status: unmaintained |
|||
---|---|---|---|
Implementation | Special page, Page action | ||
Description | Adds tab "flag" which provides a simple interface for adding predefined templates to a page | ||
Author(s) | (church of emacstalk) | ||
Latest version | 0.1.2beta (2010-11-18) | ||
License | GPLv3 | ||
Download | |||
|
|||
Translate the FlagPage extension if it is available at translatewiki.net | |||
Check usage and version matrix. |
FlagPage provides a simple interface to add templates to a page.
Contents
What can this extension do?Edit
It displays a link "flag". If the user clicks on it, he may select one of several templates. A preview is shown, the user may choose to save the page.
UsageEdit
Install extension, set up MediaWiki:flagpage-templatelist.
Download instructionsEdit
Download snapshot and put it in your extension folder.
InstallationEdit
To install this extension, add the following to LocalSettings.php :
require_once("$IP/extensions/FlagPage/FlagPage.php");