Extension:MultiBoilerplate/Special:Boilerplates
From MediaWiki.org
< Extension:MultiBoilerplate(Redirected from Extension:MultiBoilerplate/ Special:Boilerplates)
|
MultiBoilerplate.page Release status: stable |
|||
|---|---|---|---|
| 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 |
||
|
|||
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:
- Create
MultiBoilerplate.page.phpin folder/MultiBoilerplate - Set extension files of
MultiBoilerplate.phpand add messages toMultiBoilerplate.i18n.php
[edit] Usage
- Special:Boilerplates lists the boilerplates. (See screenshot)
- {{Special:Boilerplates}} includes items of the list.
[edit] Code
See attachment of bugzilla:19433.
[edit] Change log
- Revision 2.1: allow MediaWiki:Multiboilerplate customization
- Revision 2: make the boilerpates listing includable.
- Revision 1: add SpecialBoilerplates.php (or here) and apply diff - no more hard-coded english.
- Revision 0: add SpecialBoilerplates.php and change messages and file setting
