Extension:FlagPage
From MediaWiki.org
|
Release status: beta |
|||
|---|---|---|---|
| Implementation | Special page, Page action | ||
| Description | Adds tab "flag" which provides a simple interface for adding predefined templates to a page | ||
| Last Version | 0.1.1beta (08-02-2009) | ||
| License | GPLv3 | ||
| Download | Download snapshot | ||
|
|||
|
check usage (experimental) |
|||
FlagPage provides a simple interface to add templates to a page.
Contents |
[edit] What can this extension do?
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.
[edit] Usage
Install extension, set up MediaWiki:flagpage-templatelist.
[edit] Download instructions
Download snapshot and put it in your extension folder.
[edit] Installation
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/FlagPage/FlagPage.php");