Template:Extension/zh

This page is a translated version of the page Template:Extension and the translation is 91% complete.
模板文件

此模板應當加入到此wiki上的所有扩展頁面(但僅主頁面)。 此模板會加入一個很有用的資訊框(見下方)且會自動將扩展加入到Category:所有扩展 ,以及相應的狀態 實現類型 的分類裡面。

用法

复制粘贴:

{{Extension |templatemode =
|name                 = 
|status               = 
|type1                = 
|type2                = 
|hook1                = 
|hook2                = 
|newhook1             = 
|newhook2             = 
|username             = 
|author               = 
|description          = 
|image                = 
|imagesize            = 
|version              = 
|update               = 
|version preview      = 
|update preview       = 
|compatibility policy =
|mediawiki            = 
|php                  = 
|needs-updatephp      = 
|composer             =
|table1               = 
|table2               = 
|license              = 
|download             = 
|repo                 =
|readme               = 
|changelog            = 
|help                 = 
|example              = 
|namespace            = 
|parameters           = 
|tags                 = 
|rights               = 
|compatibility        = 
|phabricator          =
|translate            = 
|vagrant-role         = 
}}
關於參數值的說明,請見下方
MediaWiki扩展手册
{{{name}}}
发行状态: 未知
实现 {{{type1}}}, {{{type2}}}
描述 {{{description}}}
作者 SomeAuthor (SomeUser讨论)
最新版本 {{{version}}} ({{{update}}})
最新预览版本 {{{version preview}}} ({{{update preview}}})
兼容性政策 无效
MediaWiki {{{mediawiki}}}
PHP {{{php}}}
数据库更改 {{{needs-updatephp}}}
Composer {{{composer}}}
[[Special:MyLanguage/Template:Extension/{{{table1}}} table|{{{table1}}}]][[:Template:Extension/{{{table1}}} table| ]]
[[Special:MyLanguage/Template:Extension/{{{table2}}} table|{{{table2}}}]][[:Template:Extension/{{{table2}}} table| ]]
许可协议 {{{license}}}
下載 {{{download}}}
{{{readme}}}
{{{changelog}}}
帮助 {{{help}}}
示例 {{{example}}}
{{{namespace}}}
{{{parameters}}}
{{{tags}}}

{{{rights}}}

{{{compatibility}}}
[[translatewiki:Special:Translate/{{{translate}}}|翻譯Extension擴充功能]]
Vagrant角色 {{{vagrant-role}}}
問題 [[phab:tag/{{{phabricator}}}|开启的任务]] · 报告错误

内容参数

此段描述控制資訊框內容的參數。 關於templatemode和其他的控制參數,見控制參數

內容參數
参数 描述
name扩展名称
status

目前發行狀態 有效值:

如果狀態填寫為以上值以外的值,其將會被忽略,在模板中會展示成預設值「未知」。 在值被省略的情況下,此擴充功能會被分類為未知 在值無效的情況下,其會被放在一個特殊的分類裡面,這樣錯誤可以被方便的捕捉到,然後修復。

type1
type2
type3
type4
type5
type6
實現類型

构建此扩展使用到的实现策略(可能有多个)。 此参数用于创建分类,帮助程序员找到各种MediaWiki特定实现策略或模式的示例。 尽管此参数的值有时与扩展的用例或目的一致,但这不是此参数的存在原因。 如果您为此参数选择的值不能充分描述目的或可能的用例,我们建议您根据需求添加额外的参数链接

type1type2等参数的有效值有:

其他的'type'值均为无效,会导致扩展页面处于Category:Extensions with invalid or missing type/zh分类中。

注:许多扩展都有多于一个的类型,如果这也适用于您编写的扩展,将|type=替换为|type1=|type2=|type3=...。每个扩展最多可以被分到6个类型。
hook1
hook2
hook3
hook4
...
此扩展使用的所有钩子的名字

在此字段添加值有助于扩展开放,帮助其他开发者。 每个有文档的钩子会自动将扩展添加到使用相应钩子的扩展的分类。 此分类会自动链接到每个钩子页面,程序员可以借此轻松找到某扩展使用的某钩子的示例。

内置钩子:

  • 直接写钩子名。值参见Manual:Hooks (请省略前导'/')。

扩展定义的自定义钩子:

有多个钩子时,第一个钩子写到hook1,第二个写到hook2,以此类推。
newhook1
newhook2
newhook3
newhook4
...
newhook90

此扩展提供的所有钩子的名字

您可能也想向Extension hook registry添加钩子。

username作者在MediaWiki.org上的用户名(若有)。 可以省略,但若存在,则会自动链接到作者的用户页和用户讨论页。 请不要写命名空间或[[]]。
author扩展的作者名,如果和MediaWiki.org上的不同。 任意文字。 若省略,则使用“username”字段(若有值)。
description简短描述
image扩展的Logo或截图。 请不要写命名空间或[[]]。
imagesize可选,不包含px的图像大小,例如360(默认大小为 300px)。
version最新版本
update最後更新日期
version preview预览版
update preview预览版的最后更新日期
compatibility policy兼容性政策 (允许的值有master, main, rel, ltsrel) (积压工作 )
mediawiki需要使用的MediaWiki版本。 大多数的扩展都不需要使用该属性,因为它默认为extension.json'requires'属性的值。 另见Category:Extensions without MediaWiki version Category:Extensions with manual MediaWiki version
php需要的PHP版本
needs-updatephp

yes表示只有完成扩展更改数据库表架构或类似操作,MediaWiki才能运行。这是一个常见的陷阱:如果您忘记运行update.php(如果扩展需要),MediaWiki将会出错。若无,也请设置no,因为这可以确保扩展不需要运行update.php,从而避免不确定性

符合MediaWiki扩展标准的扩展带有一个'模式改变脚本,你需要在启动和通过浏览器访问MediaWiki之前手动启动(一次),在你把所有扩展文件复制到$IP/extensions/ExtensionName并把wfLoadExtension( "ExtensionName" );插入「LocalSettings.php」之后,从命令行运行:

cd path/to/wiki_install_directory cd maintenance php update.php

$IP 代表MediaWiki安装的安装路径(或“目录”),即LocalSettings.php index.php 所在的目录
composer扩展的Composer包的名称,以标准格式表示。 如果在一个扩展的「composer.json」文件中设置,它将被自动包含(即在这种情况下不需要这个参数)。 它将被链接到Packagist上的扩展页面。
table1
table2
table3
table4
...
table30
扩展所使用的每个「非核心」表格的名称 链接到你的扩展页面的一个子页面。例如,Extension:CheckUser 的「table1 = cu_changes」将链接到Extension:CheckUser/cu_changes table 。不要列出核心表,如page revision ;只列出由扩展添加的表格。
license管理该扩展的使用的许可证,如同https://spdx.org/licenses/中的某个規範,例如GPL-2.0-or-laterGPL-2.0-only、或GPL-3.0-or-later,等等。
download下載的連結Git 或 {{WikimediaDownload/zh}} 。
repo扩展代码存放的Gerrit资源库的名称,如果与页面名称不同。设置此项会自动设置|download=,并允许模板自动从相应的extension.json文件中加载数据。
readme指向readme文件的外部链接,例如:https://phabricator.wikimedia.org/r/browse/mediawiki/extensions/Flow;master;README
changelog指向更新日志文件的外部链接,例如:Extension:GeoGebra/Changelog
help指向扩展的用户帮助的链接。 If not provided, will look for Help:Extension:ExtensionName. 如果提供,应给出完整的wikitext链接(因为您可能希望链接到,例如,某個外部页面等)。
example工作扩展的例子、网站、或屏幕截图
namespace使用该扩展的命名空间
parametersLocalSettings.php的可用参数
tagsAny tags your extension uses (e.g. <tag1>, <tag2>).
rightsRights added by the extension. Not to be confused with the license! Rights are such as makebot or desysop , not such as GFDL or LGPL or GPL - those are licenses!
compatibilityAdditional compatibility information, for instance compatibility charts. It's encouraged to add any client-side compatibility information here too, especially when diverging from expectations of full support for a browser.
bugzillaBugzilla MediaWiki extension component name
phabricatorPhabricator project name
translate

Optional parameter to link the exact page where (message group id with which) the extension will be translatable on translatewiki.net if enabled. If the default link is incorrect, manually set it to:

  • ext-LOWERCASE(NOSPACES(Label as defined in config)), aka
  • the parameter you get in the URL after
vagrant-roleMediaWiki-Vagrant role
CheckUsageNameOverrideOverride the page name used for the check usage link.

控制参数

控制参数
参数 描述
templatemode

Controls auto-categorisation of host page.

Normally left blank. Alternate values are:

  • nocats - suppresses categorisation and the 'check usage' link. Use this value if you are adding this template to subpages of an extension or to how-to documentation of extensions. For example, the usage image above sets templatemode=nocats because this isn't an actual extension page and we don't want to add this page to any categories on account of it.
  • nousage - suppresses the 'check usage' link. Link is also suppressed if the page is a subpage; it is not in the Extension: namespace; or if suppressed by 'templatemode=nocats'
If this is left blank, this template will add the host page to Category:All extensions/zh and to one or more additional categories, depending on the values assigned to the Content parameters.

使用資訊框

現有的擴充功能頁面

If you want to add the infobox to an existing page, copy and paste the code at the top of this page.

建立新的擴充功能頁面

If 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.


A developer sharing their code in the MediaWiki code repository should expect:

Feedback / Criticism / Code reviews
Review and comments by other developers on things like framework use, security, efficiency and usability.
Developer tweaking
Other developers modifying your submission to improve or clean-up your code to meet new framework classes and methods, coding conventions and translations.
Improved access for wiki sysadmins
If you do decide to put your code on the wiki, another developer may decide to move it to the MediaWiki code repository for easier maintenance. You may then create a 开发者账户 to continue maintaining it.
Future versions by other developers
New branches of your code being created automatically as new versions of MediaWiki are released. You should backport to these branches if you want to support older versions.
Incorporation of your code into other extensions with duplicate or similar purposes — incorporating the best features from each extension.
Credit
Credit for your work being preserved in future versions — including any merged extensions.
Similarly, you should credit the developers of any extensions whose code you borrow from — especially when performing a merger.

Any developer who is uncomfortable with any of these actions occurring should not host in the code repository. You are still encouraged to create a summary page for your extension on the wiki to let people know about the extension, and where to download it.

增强这个模板

If you would like to improve on this template, thanks! This is a complicated template so here is some help along the way:

创建扩展按钮

To improve the create extension button behavior:

信息框参数

一般情況下:

  • To make this template easy to use, each label in the infobox is linked to documentation on the template parameter(s) it displays. If you add a parameter, please be sure to also add it to the content parameter documentation and link its label to that documentation.

To change/correct/add to the implementation type parameters:

  • Check the talk page - there have been some extensive discussions about this field.

To change the behavior of the hook parameters:

测试用例

编辑此模板后,请查看以下页面是否正常。

TemplateData

TemplateData
[查看 · 讨论 · 编辑]

这是该模板的模板数据,用于可视化编辑器及其它工具。

Extension

An infobox for a MediaWiki extension.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

Name of the extension

Default
Current page name
Stringsuggested
Statusstatus

Current release status. One of: unstable, experimental, beta, stable, unmaintained, unknown.

Default
unknown
Example
stable
Stringsuggested
Licenselicense

Extension's license.

Stringsuggested
Modetemplatemode

Controls auto-categorization of host page. Normally left blank. Alternate values are: nocats, nousage.

Unknownoptional
Screenshot or logoimage

Screenshot or logo of extension. It should be provided without namespace and without [[]]s.

Example
Example.jpg
Filesuggested
Image sizeimagesize

Optional size of the image

Default
220
Unknownoptional
Typetype

Implementation type. If more that one type is required, use "Primary type", "Secondary type", ... instead

Stringsuggested
Primary typetype1

Implementation type. See detailed doc.

Stringoptional
Secondary typetype2

Implementation type. See detailed doc.

Unknownoptional
Third typetype3

Implementation type. See detailed doc.

Stringoptional
Fourth typetype4

Implementation type. See detailed doc.

Stringoptional
Fifth typetype5

Implementation type. See detailed doc.

Stringoptional
Sixth typetype6

Implementation type. See detailed doc.

Stringoptional
Descriptiondescription

Short description

Unknownsuggested
Authorauthor

The extension author's name, if different from their MediaWiki.org username. Free text. If omitted then the 'username' field will be used (if present).

Unknownsuggested
Usernameusername

The author's username on MediaWiki.org (if they have one). May be omitted, but if present it will be used to link to the author's user & user_talk page. It should be provided without namespace and without [[]]s.

Unknownoptional
Maintainermaintainer

Username or other information about who maintains this extension.

Stringoptional
Latest versionlatest release version version latest_release_version

no description

Unknownsuggested
Latest version release datelatest release date update latest_release_date

no description

Unknownsuggested
Latest preview versionlatest preview version version preview latest_preview_version version_preview

no description

Unknownoptional
Latest preview version update datelatest preview date update preview latest_preview_date update_preview

no description

Unknownoptional
Compatibility policycompatibility policy

For older versions of MediaWiki, should one use the extension's master branch or the REL1_XX branch corresponding to the MediaWiki version? Allowed values: master, rel, ltsrel

Stringsuggested
MediaWiki versionmediawiki

Required versions of MediaWiki. Not needed if this information is in extension.json.

Example
>= 1.35
Stringdeprecated
PHP versionphp

Required version of PHP

Example
5.4+
Stringoptional
Needs update.phpneeds-updatephp

Yes indicates that the extension requires a database table schema change or a similar action, before the MediaWiki can run. It is a common pitfall: your MediaWiki will stall, if you forgot to run update.php - if the extension requires it. No should be set as a value since this assures that the extension does not need update.php to be run and thus avoids uncertainty.

Booleanoptional
Composer package namecomposer

If applicable the name of the "vendor" as well as the "package" should be entered in the format vendor/package, e.g. mediawiki/semantic-media-wiki to point people directly to packagist.org, which serves as the package archive.

Example
mediawiki/semantic-media-wiki
Stringoptional
Phabricator project namephabricator

no description

Example
MediaWiki-extensions-Babel
Stringsuggested
Non-core table 1table1

Name of a non-core table used by the extension.

Stringoptional
Non-core table 2table2

Name of a non-core table used by the extension.

Stringoptional
Non-core table 3table3

Name of a non-core table used by the extension.

Stringoptional
Non-core table 4table4

Name of a non-core table used by the extension.

Stringoptional
Non-core table 5table5

Name of a non-core table used by the extension.

Stringoptional
Non-core table 6table6

Name of a non-core table used by the extension.

Stringoptional
Non-core table 7table7

Name of a non-core table used by the extension.

Stringoptional
Non-core table 8table8

Name of a non-core table used by the extension.

Stringoptional
Non-core table 9table9

Name of a non-core table used by the extension.

Stringoptional
Non-core table 10table10

Name of a non-core table used by the extension.

Stringoptional
Download linkdownload

External link to download

URLoptional
README linkreadme

External link to the readme file

URLoptional
Changelog linkchangelog

External link to the changelog file

URLoptional
Exampleexample

Example, website or screenshot of working extension

Unknownoptional
Namespacenamespace

Namespace in which this extension is used

Unknownoptional
Parametersparameters

Available parameters for LocalSettings.php

Unknownoptional
Tagstags

Any tags the extension uses

Unknownoptional
Rightsrights

User rights added by the extension.

Unknownoptional
hook1hook1

Name of a hook used by the extension.

Unknownoptional
hook2hook2

Name of a hook used by the extension.

Unknownoptional
hook3hook3

Name of a hook used by the extension.

Unknownoptional
hook4hook4

Name of a hook used by the extension.

Unknownoptional
hook5hook5

Name of a hook used by the extension.

Unknownoptional
hook6hook6

Name of a hook used by the extension.

Unknownoptional
hook7hook7

Name of a hook used by the extension.

Unknownoptional
hook8hook8

Name of a hook used by the extension.

Unknownoptional
hook9hook9

Name of a hook used by the extension.

Unknownoptional
hook10hook10

Name of a hook used by the extension.

Unknownoptional
hook11hook11

Name of a hook used by the extension.

Unknownoptional
hook12hook12

Name of a hook used by the extension.

Unknownoptional
hook13hook13

Name of a hook used by the extension.

Unknownoptional
hook14hook14

Name of a hook used by the extension.

Unknownoptional
hook15hook15

Name of a hook used by the extension.

Unknownoptional
hook16hook16

Name of a hook used by the extension.

Unknownoptional
hook17hook17

Name of a hook used by the extension.

Unknownoptional
hook18hook18

Name of a hook used by the extension.

Unknownoptional
hook19hook19

Name of a hook used by the extension.

Unknownoptional
hook20hook20

Name of a hook used by the extension.

Unknownoptional
hook21hook21

Name of a hook used by the extension.

Unknownoptional
hook22hook22

Name of a hook used by the extension.

Unknownoptional
hook23hook23

Name of a hook used by the extension.

Unknownoptional
hook24hook24

Name of a hook used by the extension.

Unknownoptional
hook25hook25

Name of a hook used by the extension.

Unknownoptional
hook26hook26

Name of a hook used by the extension.

Unknownoptional
hook27hook27

Name of a hook used by the extension.

Unknownoptional
hook28hook28

Name of a hook used by the extension.

Unknownoptional
hook29hook29

Name of a hook used by the extension.

Unknownoptional
hook30hook30

Name of a hook used by the extension.

Unknownoptional
hook31hook31

Name of a hook used by the extension.

Unknownoptional
hook32hook32

Name of a hook used by the extension.

Unknownoptional
hook33hook33

Name of a hook used by the extension.

Unknownoptional
hook34hook34

Name of a hook used by the extension.

Unknownoptional
hook35hook35

Name of a hook used by the extension.

Unknownoptional
hook36hook36

Name of a hook used by the extension.

Unknownoptional
hook37hook37

Name of a hook used by the extension.

Unknownoptional
hook38hook38

Name of a hook used by the extension.

Unknownoptional
hook39hook39

Name of a hook used by the extension.

Unknownoptional
hook40hook40

Name of a hook used by the extension.

Unknownoptional
hook41hook41

Name of a hook used by the extension.

Unknownoptional
hook42hook42

Name of a hook used by the extension.

Unknownoptional
hook43hook43

Name of a hook used by the extension.

Unknownoptional
hook44hook44

Name of a hook used by the extension.

Unknownoptional
hook45hook45

Name of a hook used by the extension.

Unknownoptional
hook46hook46

Name of a hook used by the extension.

Unknownoptional
hook47hook47

Name of a hook used by the extension.

Unknownoptional
hook48hook48

Name of a hook used by the extension.

Unknownoptional
hook49hook49

Name of a hook used by the extension.

Unknownoptional
hook50hook50

Name of a hook used by the extension.

Unknownoptional
hook51hook51

Name of a hook used by the extension.

Unknownoptional
hook52hook52

Name of a hook used by the extension.

Unknownoptional
hook53hook53

Name of a hook used by the extension.

Unknownoptional
hook54hook54

Name of a hook used by the extension.

Unknownoptional
hook55hook55

Name of a hook used by the extension.

Unknownoptional
hook56hook56

Name of a hook used by the extension.

Unknownoptional
hook57hook57

Name of a hook used by the extension.

Unknownoptional
hook58hook58

Name of a hook used by the extension.

Unknownoptional
hook59hook59

Name of a hook used by the extension.

Unknownoptional
hook60hook60

Name of a hook used by the extension.

Unknownoptional
hook61hook61

Name of a hook used by the extension.

Unknownoptional
hook62hook62

Name of a hook used by the extension.

Unknownoptional
hook63hook63

Name of a hook used by the extension.

Unknownoptional
hook64hook64

Name of a hook used by the extension.

Unknownoptional
hook65hook65

Name of a hook used by the extension.

Unknownoptional
hook66hook66

Name of a hook used by the extension.

Unknownoptional
hook67hook67

Name of a hook used by the extension.

Unknownoptional
hook68hook68

Name of a hook used by the extension.

Unknownoptional
hook69hook69

Name of a hook used by the extension.

Unknownoptional
hook70hook70

Name of a hook used by the extension.

Unknownoptional
hook71hook71

Name of a hook used by the extension.

Unknownoptional
hook72hook72

Name of a hook used by the extension.

Unknownoptional
hook73hook73

Name of a hook used by the extension.

Unknownoptional
hook74hook74

Name of a hook used by the extension.

Unknownoptional
hook75hook75

Name of a hook used by the extension.

Unknownoptional
hook76hook76

Name of a hook used by the extension.

Unknownoptional
hook77hook77

Name of a hook used by the extension.

Unknownoptional
hook78hook78

Name of a hook used by the extension.

Unknownoptional
hook79hook79

Name of a hook used by the extension.

Unknownoptional
hook80hook80

Name of a hook used by the extension.

Unknownoptional
hook81hook81

Name of a hook used by the extension.

Unknownoptional
hook82hook82

Name of a hook used by the extension.

Unknownoptional
hook83hook83

Name of a hook used by the extension.

Unknownoptional
hook84hook84

Name of a hook used by the extension.

Unknownoptional
hook85hook85

Name of a hook used by the extension.

Unknownoptional
hook86hook86

Name of a hook used by the extension.

Unknownoptional
hook87hook87

Name of a hook used by the extension.

Unknownoptional
hook88hook88

Name of a hook used by the extension.

Unknownoptional
hook89hook89

Name of a hook used by the extension.

Unknownoptional
hook90hook90

Name of a hook used by the extension.

Unknownoptional
newhook1newhook1

Name of a hook provided by the extension.

Unknownoptional
newhook2newhook2

Name of a hook provided by the extension.

Unknownoptional
newhook3newhook3

Name of a hook provided by the extension.

Unknownoptional
newhook4newhook4

Name of a hook provided by the extension.

Unknownoptional
newhook5newhook5

Name of a hook provided by the extension.

Unknownoptional
newhook6newhook6

Name of a hook provided by the extension.

Unknownoptional
newhook7newhook7

Name of a hook provided by the extension.

Unknownoptional
newhook8newhook8

Name of a hook provided by the extension.

Unknownoptional
newhook9newhook9

Name of a hook provided by the extension.

Unknownoptional
newhook10newhook10

Name of a hook provided by the extension.

Unknownoptional
newhook11newhook11

Name of a hook provided by the extension.

Unknownoptional
newhook12newhook12

Name of a hook provided by the extension.

Unknownoptional
newhook13newhook13

Name of a hook provided by the extension.

Unknownoptional
newhook14newhook14

Name of a hook provided by the extension.

Unknownoptional
newhook15newhook15

Name of a hook provided by the extension.

Unknownoptional
newhook16newhook16

Name of a hook provided by the extension.

Unknownoptional
newhook17newhook17

Name of a hook provided by the extension.

Unknownoptional
newhook18newhook18

Name of a hook provided by the extension.

Unknownoptional
newhook19newhook19

Name of a hook provided by the extension.

Unknownoptional
newhook20newhook20

Name of a hook provided by the extension.

Unknownoptional
newhook21newhook21

Name of a hook provided by the extension.

Unknownoptional
newhook22newhook22

Name of a hook provided by the extension.

Unknownoptional
newhook23newhook23

Name of a hook provided by the extension.

Unknownoptional
newhook24newhook24

Name of a hook provided by the extension.

Unknownoptional
newhook25newhook25

Name of a hook provided by the extension.

Unknownoptional
newhook26newhook26

Name of a hook provided by the extension.

Unknownoptional
newhook27newhook27

Name of a hook provided by the extension.

Unknownoptional
newhook28newhook28

Name of a hook provided by the extension.

Unknownoptional
newhook29newhook29

Name of a hook provided by the extension.

Unknownoptional
newhook30newhook30

Name of a hook provided by the extension.

Unknownoptional
newhook31newhook31

Name of a hook provided by the extension.

Unknownoptional
newhook32newhook32

Name of a hook provided by the extension.

Unknownoptional
newhook33newhook33

Name of a hook provided by the extension.

Unknownoptional
newhook34newhook34

Name of a hook provided by the extension.

Unknownoptional
newhook35newhook35

Name of a hook provided by the extension.

Unknownoptional
newhook36newhook36

Name of a hook provided by the extension.

Unknownoptional
newhook37newhook37

Name of a hook provided by the extension.

Unknownoptional
newhook38newhook38

Name of a hook provided by the extension.

Unknownoptional
newhook39newhook39

Name of a hook provided by the extension.

Unknownoptional
newhook40newhook40

Name of a hook provided by the extension.

Unknownoptional
newhook41newhook41

Name of a hook provided by the extension.

Unknownoptional
newhook42newhook42

Name of a hook provided by the extension.

Unknownoptional
newhook43newhook43

Name of a hook provided by the extension.

Unknownoptional
newhook44newhook44

Name of a hook provided by the extension.

Unknownoptional
newhook45newhook45

Name of a hook provided by the extension.

Unknownoptional
newhook46newhook46

Name of a hook provided by the extension.

Unknownoptional
newhook47newhook47

Name of a hook provided by the extension.

Unknownoptional
newhook48newhook48

Name of a hook provided by the extension.

Unknownoptional
newhook49newhook49

Name of a hook provided by the extension.

Unknownoptional
newhook50newhook50

Name of a hook provided by the extension.

Unknownoptional
newhook51newhook51

Name of a hook provided by the extension.

Unknownoptional
newhook52newhook52

Name of a hook provided by the extension.

Unknownoptional
newhook53newhook53

Name of a hook provided by the extension.

Unknownoptional
newhook54newhook54

Name of a hook provided by the extension.

Unknownoptional
newhook55newhook55

Name of a hook provided by the extension.

Unknownoptional
newhook56newhook56

Name of a hook provided by the extension.

Unknownoptional
newhook57newhook57

Name of a hook provided by the extension.

Unknownoptional
newhook58newhook58

Name of a hook provided by the extension.

Unknownoptional
newhook59newhook59

Name of a hook provided by the extension.

Unknownoptional
newhook60newhook60

Name of a hook provided by the extension.

Unknownoptional
newhook61newhook61

Name of a hook provided by the extension.

Unknownoptional
newhook62newhook62

Name of a hook provided by the extension.

Unknownoptional
newhook63newhook63

Name of a hook provided by the extension.

Unknownoptional
newhook64newhook64

Name of a hook provided by the extension.

Unknownoptional
newhook65newhook65

Name of a hook provided by the extension.

Unknownoptional
newhook66newhook66

Name of a hook provided by the extension.

Unknownoptional
newhook67newhook67

Name of a hook provided by the extension.

Unknownoptional
newhook68newhook68

Name of a hook provided by the extension.

Unknownoptional
newhook69newhook69

Name of a hook provided by the extension.

Unknownoptional
newhook70newhook70

Name of a hook provided by the extension.

Unknownoptional
newhook71newhook71

Name of a hook provided by the extension.

Unknownoptional
newhook72newhook72

Name of a hook provided by the extension.

Unknownoptional
newhook73newhook73

Name of a hook provided by the extension.

Unknownoptional
newhook74newhook74

Name of a hook provided by the extension.

Unknownoptional
newhook75newhook75

Name of a hook provided by the extension.

Unknownoptional
newhook76newhook76

Name of a hook provided by the extension.

Unknownoptional
newhook77newhook77

Name of a hook provided by the extension.

Unknownoptional
newhook78newhook78

Name of a hook provided by the extension.

Unknownoptional
newhook79newhook79

Name of a hook provided by the extension.

Unknownoptional
newhook80newhook80

Name of a hook provided by the extension.

Unknownoptional
newhook81newhook81

Name of a hook provided by the extension.

Unknownoptional
newhook82newhook82

Name of a hook provided by the extension.

Unknownoptional
newhook83newhook83

Name of a hook provided by the extension.

Unknownoptional
newhook84newhook84

Name of a hook provided by the extension.

Unknownoptional
newhook85newhook85

Name of a hook provided by the extension.

Unknownoptional
newhook86newhook86

Name of a hook provided by the extension.

Unknownoptional
newhook87newhook87

Name of a hook provided by the extension.

Unknownoptional
newhook88newhook88

Name of a hook provided by the extension.

Unknownoptional
newhook89newhook89

Name of a hook provided by the extension.

Unknownoptional
newhook90newhook90

Name of a hook provided by the extension.

Unknownoptional
Compatibility chartcompatibility

no description

Example
{{Extension Testing | ... }}
Unknownoptional
TranslateWiki grouptranslate

Optional parameter to link the exact page where (message group id with which) the extension will be translatable on translatewiki.net if enabled.

Example
ext-discussiontools
Stringoptional
Vagrant rolevagrant-role

A MediaWiki-Vagrant role that lets you use this extension

Example
visualeditor
Stringoptional
Check usage linkCheckUsageNameOverride

Override the page name used for the check usage link.

Unknownoptional
Bugzilla component namebugzilla

no description

Stringdeprecated

Maintenance: vulnerabilities, archived