Extension:MultiBoilerplate/ Special:Boilerplates

From MediaWiki.org

Jump to: navigation, search

           

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
MultiBoilerplate.page

Release status: stable

MultiBoilerplate - Special page.png
Implementation  Special page
Description Allows a special page to list boilerplates.
Author(s)  Al MaghiTalk
Last Version  1.7
MediaWiki  1.11 or higher
License GNU General Public License 2.0 or later
Download

Download snapshot
Subversion [Help]
Browse source code

README

Add a special page to list boilerplates define on interface message MediaWiki:MultiBoilerplate or in array of $wgMultiBoilerplateOptions.

Note: It may be integrated to original extension with a new optional parameter. See bugzilla:19433

Contents

[edit] Installation

Apply the following diff:

  1. Create MultiBoilerplate.page.php in folder /MultiBoilerplate
  2. Set extension files of MultiBoilerplate.php and add messages to MultiBoilerplate.i18n.php

[edit] Usage

  1. Special:Boilerplates lists the boilerplates. (See screenshot)
  2. {{Special:Boilerplates}} includes items of the list.

[edit] Code

See attachment of bugzilla:19433.

[edit] Change log