Difference between revisions of "Template:Extension"

From WPRDC Wiki
Jump to navigation Jump to search
>Wladek92
(T171 avoid red link when category is not translated)
>Shirayuki
(translation tweaks)
Line 549: Line 549:


<!--T:159-->
<!--T:159-->
* <tvar|unstable>''[[:Category:Unstable extensions{{#translation:}}|unstable]]''</> (broken - do not use this extension)
* <tvar|unstable>''{{ll|Category:Unstable extensions|unstable}}''</> (broken - do not use this extension)
* <tvar|experimental>''[[:Category:Experimental extensions{{#translation:}}|experimental]]''</> (early stages of development, may change drastically)
* <tvar|experimental>''{{ll|Category:Experimental extensions|experimental}}''</> (early stages of development, may change drastically)
* <tvar|beta>''[[:Category:Beta status extensions{{#translation:}}|beta]]''</> (stable but not fully tested)
* <tvar|beta>''{{ll|Category:Beta status extensions|beta}}''</> (stable but not fully tested)
* <tvar|stable>''[[:Category:Stable extensions{{#translation:}}|stable]]''</> (stable version)
* <tvar|stable>''{{ll|Category:Stable extensions|stable}}''</> (stable version)
* <tvar|unmaintained>''[[:Category:Not LTS ready{{#translation:}}|unmaintained]]''</> (unmaintained - previously claimed to be stable, now unmaintained)
* <tvar|unmaintained>''{{ll|Category:Not LTS ready|unmaintained}}''</> (unmaintained - previously claimed to be stable, now unmaintained)
* <tvar|archive>''[[:Category:Archived extensions{{#translation:}}|archive]]''</> (archived - deprecated or merged with another extension)
* <tvar|archive>''{{ll|Category:Archived extensions|archive}}''</> (archived - deprecated or merged with another extension)
* <tvar|unknown>''[[:Category:Extensions with unknown status{{#translation:}}|unknown]]''</> (default)
* <tvar|unknown>''{{ll|Category:Extensions with unknown status|unknown}}''</> (default)


<!--T:160-->
<!--T:160-->
Line 573: Line 573:
<!--T:168-->
<!--T:168-->
Allowed values for the '''type1''', '''type2''', ... parameters are:
Allowed values for the '''type1''', '''type2''', ... parameters are:
* <tvar|parser>'''''[[:Category:Parser extensions{{#translation:}}|parser]]'''''</> - catchall for uncategorized {{ll|<tvar|url1>Manual:Extending wiki markup</>|parser extensions}}. If you have written a parser extension, please use one of the following more specific types:
* <tvar|parser>'''''{{ll|Category:Parser extensions|parser}}'''''</> - catchall for uncategorized {{ll|<tvar|url1>Manual:Extending wiki markup</>|parser extensions}}. If you have written a parser extension, please use one of the following more specific types:
** <tvar|conthandl>''[[:Category:ContentHandler extensions{{#translation:}}|contenthandler]]''</> - Extensions using <tvar|contenthandler>{{ll|Manual:ContentHandler|ContentHandler}}</>.
** <tvar|conthandl>''{{ll|Category:ContentHandler extensions|contenthandler}}''</> - Extensions using <tvar|contenthandler>{{ll|Manual:ContentHandler|ContentHandler}}</>.
** <tvar|link>''[[:Category:Link markup extensions{{#translation:}}|link]]''</> - customized {{ll|<tvar|url2>Manual:Extending wiki markup</>|link markup}}, e.g. <tvar|xmp1><code><nowiki>[[</nowiki>...]]</code></>
** <tvar|link>''{{ll|Category:Link markup extensions|link}}''</> - customized {{ll|<tvar|url2>Manual:Extending wiki markup</>|link markup}}, e.g. <tvar|xmp1><code><nowiki>[[</nowiki>...]]</code></>
** <tvar|parserfunction>''[[:Category:Parser function extensions{{#translation:}}|parser function]]''</> - custom {{ll|<tvar|url3>Manual:Parser functions</>|parameterized template markup}}, e.g. <tvar|xmp2><code><nowiki>{{</nowiki>''#name:'' ... <nowiki>}}</nowiki></code></>
** <tvar|parserfunction>''{{ll|Category:Parser function extensions|parser function}}''</> - custom {{ll|<tvar|url3>Manual:Parser functions</>|parameterized template markup}}, e.g. <tvar|xmp2><code><nowiki>{{</nowiki>''#name:'' ... <nowiki>}}</nowiki></code></>
** <tvar|tag>''[[:Category:Tag extensions{{#translation:}}|tag]]''</> - {{ll|<tvar|url4>Manual:Tag extensions</>|custom XML tag markup}}, e.g. <tvar|xmp4><code><nowiki><</nowiki>''tagname''>...<nowiki></</nowiki>''tagname''></code></>
** <tvar|tag>''{{ll|Category:Tag extensions|tag}}''</> - {{ll|<tvar|url4>Manual:Tag extensions</>|custom XML tag markup}}, e.g. <tvar|xmp4><code><nowiki><</nowiki>''tagname''>...<nowiki></</nowiki>''tagname''></code></>
** <tvar|variable>''[[:Category:Variable extensions{{#translation:}}|variable]]''</> - custom {{ll|<tvar|url5>Manual:Variables</>|unparameterized template markup}}, e.g. <tvar|xmp5><code><nowiki>{{NAME}}</nowiki></code></>
** <tvar|variable>''{{ll|Category:Variable extensions|variable}}''</> - custom {{ll|<tvar|url5>Manual:Variables</>|unparameterized template markup}}, e.g. <tvar|xmp5><code><nowiki>{{NAME}}</nowiki></code></>
** <tvar|xtdsyntax>''[[:Category:Extended syntax extensions{{#translation:}}|extended syntax]]''</> - Extensions that add non-standard wiki syntax (i.e. <em>not</em> {{ll|<tvar|url61>Manual:Tag extensions</>|tags}}, {{ll|<tvar|url62>Manual:Parser functions</>|parser functions}}, or {{ll|<tvar|url63>Manual:Variables</>|variables}}).</translate>
** <tvar|xtdsyntax>''{{ll|Category:Extended syntax extensions|extended syntax}}''</> - Extensions that add non-standard wiki syntax (i.e. <em>not</em> {{ll|<tvar|url61>Manual:Tag extensions</>|tags}}, {{ll|<tvar|url62>Manual:Parser functions</>|parser functions}}, or {{ll|<tvar|url63>Manual:Variables</>|variables}}).</translate>
*:
*:
<translate>
<translate>
<!--T:169-->
<!--T:169-->
* <tvar|access>[[:Category:User access extensions{{#translation:}}|'''''access''''']]</> - catchall for {{ll|<tvar|url1>Manual:User access extensions</>|user access extensions}}, that is, extensions that create, authenticate, grant permissions, revoke permissions, or monitor the activity of users. If you have written an access extension, please use one of the following more specific types:
* <tvar|access>{{ll|Category:User access extensions|'''''access'''''}}</> - catchall for {{ll|<tvar|url1>Manual:User access extensions</>|user access extensions}}, that is, extensions that create, authenticate, grant permissions, revoke permissions, or monitor the activity of users. If you have written an access extension, please use one of the following more specific types:
** <tvar|useractivity>[[:Category:User activity extensions{{#translation:}}|''user activity'']]</> - extensions that monitor user activity (logins, logouts, new user creation, etc.)
** <tvar|useractivity>{{ll|Category:User activity extensions|''user activity''}}</> - extensions that monitor user activity (logins, logouts, new user creation, etc.)
** <tvar|useridentity>[[:Category:User identity extensions{{#translation:}}|''user identity'']]</> - extensions that create and delete users, and/or verify the identity of a user
** <tvar|useridentity>{{ll|Category:User identity extensions|''user identity''}}</> - extensions that create and delete users, and/or verify the identity of a user
** <tvar|userrights>[[:Category:User rights extensions{{#translation:}}|''user rights'']]</> - extensions to the rights management system, e.g. changes to the way rights are assigned, API, maintenance tools (does not include extensions that merely name the rights needed to use the features of that extension; for this purpose use the [[<tvar|skip>#rights</>|rights parameter]])</translate>
** <tvar|userrights>{{ll|Category:User rights extensions|''user rights''}}</> - extensions to the rights management system, e.g. changes to the way rights are assigned, API, maintenance tools (does not include extensions that merely name the rights needed to use the features of that extension; for this purpose use the [[<tvar|skip>#rights</>|rights parameter]])</translate>
<translate>
<translate>
<!--T:170-->
<!--T:170-->
* <tvar|interface>[[:Category:User interface extensions{{#translation:}}|'''''interface''''']]</> - catchall for uncategorized user interface extensions.
* <tvar|interface>{{ll|Category:User interface extensions|'''''interface'''''}}</> - catchall for uncategorized user interface extensions.
** <tvar|media>''[[:Category:Media handling extensions{{#translation:}}|media]]''</> - extensions that permit the embedding of multimedia content on wiki pages by registering a file extension with <tvar|wgMediaHandlers>{{ll|Manual:$wgMediaHandlers|$wgMediaHandlers}}</>.
** <tvar|media>''{{ll|Category:Media handling extensions|media}}''</> - extensions that permit the embedding of multimedia content on wiki pages by registering a file extension with <tvar|wgMediaHandlers>{{ll|Manual:$wgMediaHandlers|$wgMediaHandlers}}</>.
** <tvar|mywiki>''[[:Category:Personalization extensions{{#translation:}}|mywiki]]''</> - extensions that provide infrastructure so that users may personalize their MediaWiki experience and/or assist in the management of that infrastructure
** <tvar|mywiki>''{{ll|Category:Personalization extensions|mywiki}}''</> - extensions that provide infrastructure so that users may personalize their MediaWiki experience and/or assist in the management of that infrastructure
** <tvar|notify>[[:Category:Notification extensions{{#translation:}}|''notify'']]</> - extensions that email users, broadcast messages and provide other forms of community notification
** <tvar|notify>{{ll|Category:Notification extensions|''notify''}}</> - extensions that email users, broadcast messages and provide other forms of community notification
** <tvar|catpageaction>''[[:Category:Page action extensions{{#translation:}}|''page action'']]''</> - extensions that enhance or modify <tvar|pageaction>{{ll|Manual:Page action|page action}}</>s. This includes anything that implements an action that reads, writes, searches for, creates, renames, deletes, redirects or discusses a page. It does not include rights (use <tvar|userrights>''user rights''</>) or logs (use <tvar|useractivity>''user activity''</>).
** <tvar|catpageaction>''{{ll|Category:Page action extensions|''page action''}}''</> - extensions that enhance or modify <tvar|pageaction>{{ll|Manual:Page action|page action}}</>s. This includes anything that implements an action that reads, writes, searches for, creates, renames, deletes, redirects or discusses a page. It does not include rights (use <tvar|userrights>''user rights''</>) or logs (use <tvar|useractivity>''user activity''</>).
** <tvar|search>[[:Category:Search extensions{{#translation:}}|''search'']]</> - extensions that search through and select articles for users.
** <tvar|search>{{ll|Category:Search extensions|''search''}}</> - extensions that search through and select articles for users.
** <tvar|skin>[[:Category:Skin extensions{{#translation:}}|''skin'']]</> - extensions adding [[w:CSS|CSS]] or [[w:JavaScript|JavaScript]], or implementing hook functions to change the look and feel of MediaWiki via the skins framework.
** <tvar|skin>{{ll|Category:Skin extensions|''skin''}}</> - extensions adding [[w:CSS|CSS]] or [[w:JavaScript|JavaScript]], or implementing hook functions to change the look and feel of MediaWiki via the skins framework.
** <tvar|catajax>[[:Category:Ajax extensions{{#translation:}}|''ajax'']]</> - extensions that use [[w:AJAX|Ajax]] programming techniques.
** <tvar|catajax>{{ll|Category:Ajax extensions|''ajax''}}</> - extensions that use [[w:AJAX|Ajax]] programming techniques.
** <tvar|special>[[:Category:Special page extensions{{#translation:}}|''special'']]</> - extensions that subclass the <tvar|specialpage>{{Class doclink|SpecialPage}}</> class, use one of its hooks, or patch one or more functions in <tvar|filephp>{{Git file|file=includes/specialpage/SpecialPage.php|text=SpecialPage.php}}</>. See <tvar|manual>{{ll|Manual:Special pages|Special pages}}</> for more information.</translate>
** <tvar|special>{{ll|Category:Special page extensions|''special''}}</> - extensions that subclass the <tvar|specialpage>{{Class doclink|SpecialPage}}</> class, use one of its hooks, or patch one or more functions in <tvar|filephp>{{Git file|file=includes/specialpage/SpecialPage.php|text=SpecialPage.php}}</>. See <tvar|manual>{{ll|Manual:Special pages|Special pages}}</> for more information.</translate>
<translate>
<translate>
<!--T:171-->
<!--T:171-->
* '''other'''
* '''other'''
** <tvar|api>[[:Category:API extensions{{#translation:}}|''api'']]</> - extensions that add a new API module or extend a core API module.
** <tvar|api>{{ll|Category:API extensions|''api''}}</> - extensions that add a new API module or extend a core API module.
** <tvar|hook>[[:Category:Hook extensions{{#translation:}}|''hook'']]</> - Hook extension - defines a <em>new</em> hook - see hook1, etc. below if you want to define hooks <em>used</em> by your extension
** <tvar|hook>{{ll|Category:Hook extensions|''hook''}}</> - Hook extension - defines a <em>new</em> hook - see hook1, etc. below if you want to define hooks <em>used</em> by your extension
** <tvar|database>[[:Category:Database extensions{{#translation:}}|''database'']]</> - adds tables and/or fields to the database backing a MediaWiki installation
** <tvar|database>{{ll|Category:Database extensions|''database''}}</> - adds tables and/or fields to the database backing a MediaWiki installation
** <tvar|dataextraction>[[:Category:Data extraction extensions{{#translation:}}|''data extraction'']]</> - Data extraction
** <tvar|dataextraction>{{ll|Category:Data extraction extensions|''data extraction''}}</> - Data extraction
** <tvar|filerepo>{{ll|:Category:File repository extensions|''filerepo''}}</> - extension that adds new file repository types as file backend
** <tvar|filerepo>{{ll|Category:File repository extensions|''filerepo''}}</> - extension that adds new file repository types as file backend
** <tvar|example>[[:Category:Extension examples{{#translation:}}|''example'']]</> - Not a real extension, but an example of how to write one
** <tvar|example>{{ll|Category:Extension examples|''example''}}</> - Not a real extension, but an example of how to write one


<!--T:172-->
<!--T:172-->

Revision as of 13:35, 23 November 2019

<languages/> Lua error in Module:TNT at line 158: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Documentation.tab.[[Category:Template documentation pages{{#translation:}}]] Maintenance: vulnerabilities, archived

[[Category:Info templates{{#translation:}}|Extension]] [[Category:Extension creation{{#translation:}}]] [[Category:Categorizing templates{{#translation:}}|Extension]] [[Category:Extension templates{{#translation:}}]]