Difference between revisions of "Template:Extension"
Jump to navigation
Jump to search
>HappyDog (Added type field) |
>HappyDog m ({{#lc: to {{lc:) |
||
| Line 12: | Line 12: | ||
{{#if:{{{type<includeonly>|</includeonly>}}}| | {{#if:{{{type<includeonly>|</includeonly>}}}| | ||
<!-- -->{{!}} style="vertical-align: top" {{!}} '''Type:''' | <!-- -->{{!}} style="vertical-align: top" {{!}} '''Type:''' | ||
<!-- -->{{!}} {{#switch: {{ | <!-- -->{{!}} {{#switch: {{lc: {{{type}}}}}|special=Special Page[[Category:Special page extensions]]|pfunc=Parser Function[[Category:Parser function extensions]]|hook=Hook[[Category:Parser extensions]]|interface=User Interface[[Category:User interface extensions]]|{{{type}}}<includeonly>[[Category:Category to catch extensions with an unrecognised type]]</includeonly>}} | ||
}} | }} | ||
|- | |- | ||
Revision as of 03:05, 10 February 2007
| Extension Release status: unknown | |
|---|---|
| Type: | {{{type}}} |
| Description: | {{{description}}} |
| Author: | {{{author}}} |
| Version: | {{{version}}} |
| Mediawiki: | {{{mediawiki}}} |
| Download: | {{{download}}} |
| Parameters: | {{{parameters}}} |
| Added rights: | {{{rights}}} |
| Example: | {{{example}}} |
Purpose
This template should be added to the main page of all extensions documented on this wiki (and only the main page). It will add a useful infobox using the information supplied (see below) and will automatically add the extension to Category:Extensions.
Usage
|
{{Extension
|name =
|status =
|type =
|author =
|image =
|version =
|update =
|mediawiki =
|download =
|readme =
|changelog =
|description =
|parameters=
|rights =
|example =
}}
|