Difference between revisions of "Template:Extension"
>Aaron Schulz m (size) |
>Eep (data extraction type) |
||
Line 22: | Line 22: | ||
|database=Database[[Category:Database extensions]] | |database=Database[[Category:Database extensions]] | ||
|db=Database[[Category:Database extensions]] | |db=Database[[Category:Database extensions]] | ||
|data extraction=Data extraction[[Category:Data extraction extensions]] | |||
|example=Example[[Category:Extension examples]] | |example=Example[[Category:Extension examples]] | ||
|form=Form[[Category:Form extensions]] | |form=Form[[Category:Form extensions]] | ||
Line 101: | Line 102: | ||
* ''[[:Category:Category extensions|category]]'' - Category | * ''[[:Category:Category extensions|category]]'' - Category | ||
* ''[[:Category:Database extensions|database]]'' (or ''db'') - Database | * ''[[:Category:Database extensions|database]]'' (or ''db'') - Database | ||
* ''[[:Category:Data extraction extensions|data extraction]]'' - Data extraction | |||
* ''[[:Category:Extension examples|example]]'' - Not a real extension, but an example of how to write one | * ''[[:Category:Extension examples|example]]'' - Not a real extension, but an example of how to write one | ||
* ''[[:Category:Form extensions|form]]'' - Form | * ''[[:Category:Form extensions|form]]'' - Form |
Revision as of 09:23, 20 August 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 | {{{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. |