Difference between revisions of "Template:Extension"
>SPQRobin |
>Egfrank~mediawikiwiki (added 3 types: tag: tag, parser function: tag, parser function, special) |
||
| Line 36: | Line 36: | ||
|special=Special page[[Category:Special page extensions]] | |special=Special page[[Category:Special page extensions]] | ||
|special page=Special page[[Category:Special page extensions]] | |special page=Special page[[Category:Special page extensions]] | ||
|tag=[[Category:Tag extensions]] | |||
|tag, parser function=[[Category:Tag extensions]][[Category:Parser function extensions]] | |||
|tag, parser function, special=[[Category:Tag extensions]][[Category:Parser function extensions]][[Category:Special page extensions]] | |||
|table=Table[[Category:Table extensions]] | |table=Table[[Category:Table extensions]] | ||
|parser,pfunc=[[Extension:Parser function extensions|Parser function]][[Category:Parser function extensions]] and parser extension[[Category:Parser extensions]] | |parser,pfunc=[[Extension:Parser function extensions|Parser function]][[Category:Parser function extensions]] and parser extension[[Category:Parser extensions]] | ||
| Line 113: | Line 116: | ||
* ''[[:Category:Parser extensions|parser]]'' - Parser extension (new tag) | * ''[[:Category:Parser extensions|parser]]'' - Parser extension (new tag) | ||
* ''[[:Category:Parser function extensions|pfunc]]'' (or ''parser function'') - Parser function | * ''[[:Category:Parser function extensions|pfunc]]'' (or ''parser function'') - Parser function | ||
* ''[[:Category:Special page extensions|special]]'' - Special page | * ''[[:Category:Special page extensions|special]]'' - [[Manual:Special pages|Special page]] | ||
* ''[[:Category:Table extensions|table]]'' - Table | * ''[[:Category:Table extensions|table]]'' - Table | ||
* ''[[:Category:Tag extensions|tag]]'' - [[Manual:Tag extensions|Tag extension]] | |||
* ''tag, parser function'' - defines [[Manual:Tag extensions|XML-like tags]] and [[Manual:Parser functions|parser functions]]. | |||
* ''tag, parser function, special'' - defines [[Manual:Tag extensions|XML-like tags]], [[Manual:Parser functions|parser functions]], and [[Manual:Special pages|special pages]]. | |||
* ''parser,pfunc'' - available as parser function ''and'' as parser extension (places extension in both categories) | * ''parser,pfunc'' - available as parser function ''and'' as parser extension (places extension in both categories) | ||
* ''parser, hook, special'' - Parser extension, hook, and special page (places extension in each category) | * ''parser, hook, special'' - Parser extension, hook, and special page (places extension in each category) | ||
Revision as of 07:51, 6 September 2007
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:All extensions, plus the appropriate status and type categories.
Example
| Extension Release status: unknown | |
|---|---|
| Type | {{{type}}} |
| Description | {{{description}}} |
| Author(s) | {{{author}}} |
| Version | {{{version}}} |
| MediaWiki | {{{mediawiki}}} |
| Download | {{{download}}} |
| Parameters | {{{parameters}}} |
| Added rights | {{{rights}}} |
| Example | {{{example}}} |
Usage
Using the infoboxExisting extension pagesIf you want to add the infobox to an existing page, copy and paste the following code and add it to the top: {{Extension
|name =
|status =
|type =
|author =
|username =
|image =
|version =
|update =
|mediawiki =
|download =
|readme =
|changelog =
|description =
|parameters =
|rights =
|example =
}}
Create a new extension articleIf you want to create a new extension page, enter the name below and click the button. A new page will be created with the infobox template already in place. |