{{Extension infobox
| name = Category Intersection
| version = 1.0.0
| author = [[w:c:wow:User:foxlit|foxlit]]
| link = [[mediawikiwiki:Extension:CategoryIntersection|On MediaWiki]]
| req = [[Extension:Gadgets]]
| desc = Displays category intersections in the Intersection namespace.
| ucp = yes
| gp = yes
}}
{{Extension infobox
| name = Foo Bar
| version = 1.0.0
| author = [[User:Example]]
| link = [[Gamepedia Help Wiki:Placeholder]]
| desc = Demonstrates true and false values of:
| gp = no
| ucp = yes
| default = no
}}
Usage
{{Extension infobox
| name =
| version =
| author =
| link =
| req =
| desc =
| default = <0/1>
| ucp = <0/1>
| gp = <0/1>
}}
Parameters
- name
- Name of the extension. Defaults to
{{PAGENAME}}
. - version
- The version of the extension as seen on Special:Version.
- author
- The author(s) of the extension as seen on Special:Version.
- link
- The link to the extension on MediaWiki or another external site.
- req
- The dependencies/requirements of the extension, if any.
- desc
- The description of the extension as seen on Special:Version.
- gp
yes
if this is a Gamepedia-maintained extension.- ucp
yes
if this is available on UCP.- default
yes
if this is a default extension.
TemplateData
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the extension.
| String | suggested |
Version | version | The version of the extension as seen on "Special:Version". | String | suggested |
Author | author | The author(s) of the extension as seen on "Special:Version". | Content | suggested |
Link | link | The link to the extension on MediaWiki or another external site. | Content | suggested |
Requirements | req | The dependencies/requirements of the extension, if any. | Content | optional |
Description | desc | The description of the extension as seen on "Special:Version". | Content | suggested |
Default? | default | Whether this extension is enabled by default.
| Boolean | suggested |
UCP? | ucp | Whether this extension is available on UCP.
| Boolean | suggested |
GP? | gp | Whether this is a Gamepedia-maintained extension.
| Boolean | suggested |
This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.