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

此模板應當加入到此wiki上的所有扩展頁面(但僅主頁面)。 此模板會加入一個很有用的資訊框(見下方)且會自動將扩展加入到Category:所有扩展 ,以及相應的狀態 實現類型 的分類裡面。 It autofills some fields of the infobox with extension data collected by wikitech:Tool:Extjsonuploader.

用法

复制粘贴:

{{Extension |templatemode =
|name                 = 
|status               = 
|type1                = 
|type2                = 
|hook1                = 
|hook2                = 
|newhook1             = 
|newhook2             = 
|username             = 
|author               = 
|maintainer           =
|description          = 
|image                = 
|imagesize            = 
|version              = 
|update               = 
|version preview      = 
|update preview       = 
|compatibility policy =
|mediawiki            = 
|php                  = 
|needs-updatephp      = 
|composer             =
|virtual domain       =
|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留言)
维护者 SomeOtherUser
最新版本 {{{version}}} ({{{update}}})
最新预览版本 {{{version preview}}} ({{{update preview}}})
兼容性政策 无效
MediaWiki {{{mediawiki}}}
PHP {{{php}}}
数据库更改 {{{needs-updatephp}}}
Composer {{{composer}}}
虚拟域 {{{virtual domain}}}
[[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等参数的有效值有:

  • parser - 适用于所有未分类的解析器函数。 如果您已编写了某個解析器的扩展,请使用以下更具体的类型之一:
  • access - 适用于所有User access extensions ,也就是创建、验证、授予/撤销权限或监视用户活动的扩展。如果您编写的是用户访问类型的扩展,请使用以下更具体的类型:
    • user activity - 监视用户活动(登录、退出、新用户创建等)的扩展
    • user identity - 创建、删除用户,和(或)验证用户身份的扩展
    • user rights - 权限管理系统扩展,如更改权限分配方式、API、维护工具(不包括仅仅为扩展功能添加权限的扩展;相关用途要使用权限参数
  • interface - 适用于所有未分类的用户界面扩展。
    • media - 通过$wgMediaHandlers 注册文件扩展名,使得能在wiki页面上嵌入特定多媒体内容的扩展。
    • mywiki - 提供基础设施以便用户个性化MediaWiki使用体验和(或)帮助管理该基础设施的扩展。
    • notify - 给用户发送电子邮件、广播消息、提供其他形式社区通知的扩展。
    • page action - 加强或修改页面操作 的扩展。 这包括任何实现读取、写入、搜索、创建、重命名、删除、重定向或讨论一个页面的动作。 它不包括权利(使用user rights)或日志(使用user activity)。
    • search - 为用户搜索和选择页面的扩展。
    • skin - 添加CSSJavaScript或通过皮肤框架,实现钩子函数来更改MediaWiki外观的扩展。
    • ajax - 使用Ajax技术的扩展。
    • special - 实现SpecialPage类的子类、使用其钩子、修改SpecialPage.php中一个或多个函数的扩展。更多参见Special pages
  • other
    • api - 添加了新API模块或扩展核心API模块的扩展。
    • hook - 钩子函数 - 定义一个新的钩子 - 若想定义为扩展使用的钩子,见下方hook1等
    • database - 将表格和(或)字段添加到支持MediaWiki安装的数据库
    • data extraction - 数据取出
    • filerepo - 添加新的文件存储库作为文件后端的扩展
    • example - 不是真的扩展,而是作为如何编写扩展的示例
    • beta features - 有新测试功能 的扩展。
    • php - 对底层PHP 编程语言的扩展。
    • locale - 与本地化有关的扩展

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

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

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

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

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

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

username作者在MediaWiki.org上的用户名(若有)。 可以省略,但若存在,则会自动链接到作者的用户页和用户讨论页。 请不要写命名空间或[[]]。
author扩展的作者名,如果和MediaWiki.org上的不同。 任意文字。 若省略,则使用“username”字段(若有值)。
maintainerThe extension's current maintainerMay be omitted, but if present it will be used to link to the maintainer's user & user_talk page, if the userpage exists. It should be provided without namespace and without [[]]s.
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即可运行。 为避免歧义,此参数应显式设置,而不是依赖缺少yes来表示no

符合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上的扩展页面。
virtual domain扩展使用的虚拟数据库域
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指向扩展的用户帮助的链接。 如果未提供,則會尋找 Help:Extension:ExtensionName。 如果提供,应给出完整的wikitext链接(因为您可能希望链接到,例如,某個外部页面等)。
example運作中的扩展的例子、网站、或屏幕截图
namespace使用该扩展的命名空间
parametersLocalSettings.php的可用参数
tags您的扩展所使用的任何標籤 (例如:<tag1>, <tag2>)。
rights權限是由扩展所新增。「不要與授權條款混淆!」權限是例如 makebot desysop ,而不是例如 GFDL 或 LGPL 或 GPL --那些是授權條款!
compatibility額外的相容性資訊,例如相容性圖表。我們也鼓勵您在此加入任何用戶端相容性的資訊,尤其是當偏離完全支援瀏覽器的期望時。
bugzillaBugzillaMediaWiki扩展元件名稱
phabricatorPhabricator项目名稱
translate

可選參數,如果有啟用,鏈接的確切頁面(訊息群組ID與它)的擴展將是在translatewiki.net上可翻譯的。如果默認的鏈接是不正確的,手動設置它:

  • ext-LOWERCASE(NOSPACES(config中定義的標籤))覆寫用於檢查使用連結的頁面名稱。
  • 也就是,在下列的事之後,您在URL中取得的參數:
vagrant-roleMediaWiki-Vagrant 的角色
CheckUsageNameOverride覆寫掉用於檢查使用連結的頁面名稱。

控制参数

控制参数
参数 描述
templatemode

控制主機頁面的自動分類

正常情況會留空。替代的值是:

  • nocats - 會抑制分類和'check usage'連結。如果您要將此範本加入扩展的子頁面或扩展的說明文件,請使用此值。例如,上面的使用圖片設定了 templatemode=nocats,因為這不是一個實際的扩展頁面,而且我們不想因此將這個頁面加入任何類別。
  • nousage - 會抑制'check usage'連結。如果頁面是子頁面;不在Extension: namespace中;或被 'templatemode=nocats'抑制,連結也會被抑制。
如果留空,此模板會將主頁面加入 Category:All extensions/zh 以及一個或多個額外的類別,這取決於指定給 Content 參數 的值。

使用資訊框

現有的擴充功能頁面

如果您想將資訊框加到現有的頁面上,請在本頁頂部處複製並貼上代碼。

建立新的擴充功能頁面

如果要建立新的扩展頁面,請在下方輸入名稱,然後按一下按鈕。 新頁面將以已建立的資訊方塊模板建立。


在MediaWiki代碼庫中分享其代碼的開發者應該會期待:

反饋/批評/程式碼檢閱
由其他開發人員針對架構使用、安全性、效率、與可用性等事項進行檢閱與評論。
開發人員的調校
其他開發人員修改您提交的程式,以改善或清理您的程式碼,以符合新的架構類別和方法、編碼慣例和翻譯。
改善wiki的系統管理員的存取權限
如果您決定將您的程式碼放在wiki上,其他開發者可能會決定將它移到MediaWiki程式碼儲存庫來方便維護。 然後,您可以建立一個开发者账户 來繼續維護。
由其他開發人員貢獻的未來版本
當MediaWiki推出新版本時,您的程式碼會自動建立新的分支。 如果您想要支援舊版,應該向後移植到這些分支。
將您的程式碼併入具有重複或類似目的的其他扩展--納入到每個扩展的最佳功能。
归功于
在未來版本中歸功於您的工作成果--包括任何合併的扩展。
同樣地,如果您借用了任何扩展的程式碼,您應該將其歸功於該功能的開發者--尤其是在執行合併時。

任何開發人員如果對發生的任何這些行為感到不舒服,就不應該寄存在程式碼儲存庫中。 我們仍然鼓勵您在wiki上為您的扩展建立一個摘要頁面,讓人們認識這個扩展,並且知道哪裡可以下載。

增强这个模板

如果您想改進此模板,感謝! 這是一個複雜的模板,所以這裡有一些幫助:

创建扩展按钮

改善建立扩展按鈕的行為:

信息框参数

一般情況下:

  • 為了讓本模板易於使用,資訊框中的每個標籤都與其顯示的模板參數的說明文件相連結。如果您新增了參數,請務必也將其新增至 內容參數文档 並將其標籤連結至該文档。

要變更/更正/新增實作類型參數:

要變更鉤點參數的行為:

测试用例

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

TemplateData

TemplateData
[查看 · 讨论 · 编辑]

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

Extension

An infobox for a MediaWiki extension.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

Name of the extension

Default
Current page name
Example
BlueSpice
Stringsuggested
Statusstatus

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

Suggested values
experimental beta stable unmaintained unknown unstable
Default
unknown
Example
stable
Stringsuggested
Licenselicense

Extension's license.

Example
GPL-3.0
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
BlueSpice _Logo_v2020.png
Filesuggested
Image sizeimagesize

Optional size of the image in pixels (without unit)

Default
300
Example
180
Numberoptional
Typetype

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

Stringsuggested
Primary typetype1

Implementation type. See detailed doc.

Example
mywiki
Stringoptional
Secondary typetype2

Implementation type. See detailed doc.

Example
notify
Stringoptional
Third typetype3

Implementation type. See detailed doc.

Example
page action
Stringoptional
Fourth typetype4

Implementation type. See detailed doc.

Example
skin
Stringoptional
Fifth typetype5

Implementation type. See detailed doc.

Example
ajax
Stringoptional
Sixth typetype6

Implementation type. See detailed doc.

Stringoptional
Descriptiondescription

Short description

Stringsuggested
Authorauthor

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

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

Stringoptional
Maintainermaintainer

Username or other information about who maintains this extension.

Stringoptional
Latest versionlatest release version version latest_release_version

version of the last release

Example
4.4.2
Stringsuggested
Latest version release datelatest release date update latest_release_date

date of the last release

Example
2024/03/18
Stringsuggested
Latest preview versionlatest preview version version preview latest_preview_version version_preview

version of the last preview

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

date of the last preview

Example
ltsrel
Stringoptional
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

Suggested values
master rel ltsrel
Example
1.39.x only
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
8.0.x
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.

Example
Yes
Booleanoptional
Composer package namecomposer

If applicable the name of the "vendor" as well as the "package" should be entered in the format vendor/package, to point people directly to packagist.org, which serves as the package archive.

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

name of the project in Phabricator

Example
MediaWiki-extensions-Babel
Stringsuggested
Virtual domainvirtual domain

$wgVirtualDomainsMapping key

Stringoptional
Non-core table 1table1

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

Example
cn_notices
Stringoptional
Non-core table 2table2

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

Example
cn_assignments
Stringoptional
Non-core table 3table3

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

Example
cn_templates
Stringoptional
Non-core table 4table4

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

Example
cn_notice_languages
Stringoptional
Non-core table 5table5

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

Example
cn_notice_projects
Stringoptional
Non-core table 6table6

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

Example
cn_notice_countries
Stringoptional
Non-core table 7table7

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

Example
cn_notice_regions
Stringoptional
Non-core table 8table8

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

Example
cn_template_mixins
Stringoptional
Non-core table 9table9

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

Example
cn_notice_mixins
Stringoptional
Non-core table 10table10

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

Example
cn_notice_mixin_params
Stringoptional
Non-core table 11table11

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

Example
cn_known_devices
Stringoptional
Non-core table 12table12

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

Example
cn_template_devices
Stringoptional
Non-core table 13table13

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

Example
cn_known_mobile_carriers
Stringoptional
Non-core table 14table14

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

Example
cn_notice_mobile_carriers
Stringoptional
Non-core table 15table15

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

Example
cn_notice_log
Stringoptional
Non-core table 16table16

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

Example
cn_template_log
Stringoptional
Non-core table 17table17

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

Stringoptional
Non-core table 18table18

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

Stringoptional
Non-core table 19table19

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

Stringoptional
Non-core table 20table20

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

Stringoptional
Namespacenamespace

Namespace in which this extension is used

Stringoptional
Parametersparameters

Available parameters for LocalSettings.php

Example
* $wgInterwikiViewOnly * InterwikiCentralDB
Stringoptional
Tagstags

Any tags the extension uses

Stringoptional
Rightsrights

User rights added by the extension.

Stringoptional
hook1hook1

Name of a hook provided by the extension.

Example
ParserAfterTidy
Stringoptional
hook2hook2

Name of a hook provided by the extension.

Example
InitializeArticleMaybeRedirect
Stringoptional
hook3hook3

Name of a hook provided by the extension.

Example
SkinTemplateOutputPageBeforeExec
Stringoptional
hook4hook4

Name of a hook provided by the extension.

Stringoptional
hook5hook5

Name of a hook provided by the extension.

Stringoptional
hook6hook6

Name of a hook provided by the extension.

Stringoptional
hook7hook7

Name of a hook provided by the extension.

Stringoptional
hook8hook8

Name of a hook provided by the extension.

Stringoptional
hook9hook9

Name of a hook provided by the extension.

Stringoptional
hook10hook10

Name of a hook provided by the extension.

Stringoptional
hook11hook11

Name of a hook provided by the extension.

Stringoptional
hook12hook12

Name of a hook provided by the extension.

Stringoptional
hook13hook13

Name of a hook provided by the extension.

Stringoptional
hook14hook14

Name of a hook provided by the extension.

Stringoptional
hook15hook15

Name of a hook provided by the extension.

Stringoptional
hook16hook16

Name of a hook provided by the extension.

Stringoptional
hook17hook17

Name of a hook provided by the extension.

Stringoptional
hook18hook18

Name of a hook provided by the extension.

Stringoptional
hook19hook19

Name of a hook provided by the extension.

Stringoptional
hook20hook20

Name of a hook provided by the extension.

Stringoptional
hook21hook21

Name of a hook provided by the extension.

Stringoptional
hook22hook22

Name of a hook provided by the extension.

Stringoptional
hook23hook23

Name of a hook provided by the extension.

Stringoptional
hook24hook24

Name of a hook provided by the extension.

Stringoptional
hook25hook25

Name of a hook provided by the extension.

Stringoptional
hook26hook26

Name of a hook provided by the extension.

Stringoptional
hook27hook27

Name of a hook provided by the extension.

Stringoptional
hook28hook28

Name of a hook provided by the extension.

Stringoptional
hook29hook29

Name of a hook provided by the extension.

Stringoptional
hook30hook30

Name of a hook provided by the extension.

Stringoptional
hook31hook31

Name of a hook provided by the extension.

Stringoptional
hook32hook32

Name of a hook provided by the extension.

Stringoptional
hook33hook33

Name of a hook provided by the extension.

Stringoptional
hook34hook34

Name of a hook provided by the extension.

Stringoptional
hook35hook35

Name of a hook provided by the extension.

Stringoptional
hook36hook36

Name of a hook provided by the extension.

Stringoptional
hook37hook37

Name of a hook provided by the extension.

Stringoptional
hook38hook38

Name of a hook provided by the extension.

Stringoptional
hook39hook39

Name of a hook provided by the extension.

Stringoptional
hook40hook40

Name of a hook provided by the extension.

Stringoptional
hook41hook41

Name of a hook provided by the extension.

Stringoptional
hook42hook42

Name of a hook provided by the extension.

Stringoptional
hook43hook43

Name of a hook provided by the extension.

Stringoptional
hook44hook44

Name of a hook provided by the extension.

Stringoptional
hook45hook45

Name of a hook provided by the extension.

Stringoptional
hook46hook46

Name of a hook provided by the extension.

Stringoptional
hook47hook47

Name of a hook provided by the extension.

Stringoptional
hook48hook48

Name of a hook provided by the extension.

Stringoptional
hook49hook49

Name of a hook provided by the extension.

Stringoptional
hook50hook50

Name of a hook provided by the extension.

Stringoptional
hook51hook51

Name of a hook provided by the extension.

Stringoptional
hook52hook52

Name of a hook provided by the extension.

Stringoptional
hook53hook53

Name of a hook provided by the extension.

Stringoptional
hook54hook54

Name of a hook provided by the extension.

Stringoptional
hook55hook55

Name of a hook provided by the extension.

Stringoptional
hook56hook56

Name of a hook provided by the extension.

Stringoptional
hook57hook57

Name of a hook provided by the extension.

Stringoptional
hook58hook58

Name of a hook provided by the extension.

Stringoptional
hook59hook59

Name of a hook provided by the extension.

Stringoptional
hook60hook60

Name of a hook provided by the extension.

Stringoptional
hook61hook61

Name of a hook provided by the extension.

Stringoptional
hook62hook62

Name of a hook provided by the extension.

Stringoptional
hook63hook63

Name of a hook provided by the extension.

Stringoptional
hook64hook64

Name of a hook provided by the extension.

Stringoptional
hook65hook65

Name of a hook provided by the extension.

Stringoptional
hook66hook66

Name of a hook provided by the extension.

Stringoptional
hook67hook67

Name of a hook provided by the extension.

Stringoptional
hook68hook68

Name of a hook provided by the extension.

Stringoptional
hook69hook69

Name of a hook provided by the extension.

Stringoptional
hook70hook70

Name of a hook provided by the extension.

Stringoptional
hook71hook71

Name of a hook provided by the extension.

Stringoptional
hook72hook72

Name of a hook provided by the extension.

Stringoptional
hook73hook73

Name of a hook provided by the extension.

Stringoptional
hook74hook74

Name of a hook provided by the extension.

Stringoptional
hook75hook75

Name of a hook provided by the extension.

Stringoptional
hook76hook76

Name of a hook provided by the extension.

Stringoptional
hook77hook77

Name of a hook provided by the extension.

Stringoptional
hook78hook78

Name of a hook provided by the extension.

Stringoptional
hook79hook79

Name of a hook provided by the extension.

Stringoptional
hook80hook80

Name of a hook provided by the extension.

Stringoptional
hook81hook81

Name of a hook provided by the extension.

Stringoptional
hook82hook82

Name of a hook provided by the extension.

Stringoptional
hook83hook83

Name of a hook provided by the extension.

Stringoptional
hook84hook84

Name of a hook provided by the extension.

Stringoptional
hook85hook85

Name of a hook provided by the extension.

Stringoptional
hook86hook86

Name of a hook provided by the extension.

Stringoptional
hook87hook87

Name of a hook provided by the extension.

Stringoptional
hook88hook88

Name of a hook provided by the extension.

Stringoptional
hook89hook89

Name of a hook provided by the extension.

Stringoptional
hook90hook90

Name of a hook used by the extension.

Stringoptional
newhook1newhook1

Name of a hook provided by the extension.

Example
CentralNoticeCampaignChange
Stringoptional
newhook2newhook2

Name of a hook provided by the extension.

Stringoptional
newhook3newhook3

Name of a hook provided by the extension.

Stringoptional
newhook4newhook4

Name of a hook provided by the extension.

Stringoptional
newhook5newhook5

Name of a hook provided by the extension.

Stringoptional
newhook6newhook6

Name of a hook provided by the extension.

Stringoptional
newhook7newhook7

Name of a hook provided by the extension.

Stringoptional
newhook8newhook8

Name of a hook provided by the extension.

Stringoptional
newhook9newhook9

Name of a hook provided by the extension.

Stringoptional
newhook10newhook10

Name of a hook provided by the extension.

Stringoptional
newhook11newhook11

Name of a hook provided by the extension.

Stringoptional
newhook12newhook12

Name of a hook provided by the extension.

Stringoptional
newhook13newhook13

Name of a hook provided by the extension.

Stringoptional
newhook14newhook14

Name of a hook provided by the extension.

Stringoptional
newhook15newhook15

Name of a hook provided by the extension.

Stringoptional
newhook16newhook16

Name of a hook provided by the extension.

Stringoptional
newhook17newhook17

Name of a hook provided by the extension.

Stringoptional
newhook18newhook18

Name of a hook provided by the extension.

Stringoptional
newhook19newhook19

Name of a hook provided by the extension.

Stringoptional
newhook20newhook20

Name of a hook provided by the extension.

Stringoptional
newhook21newhook21

Name of a hook provided by the extension.

Stringoptional
newhook22newhook22

Name of a hook provided by the extension.

Stringoptional
newhook23newhook23

Name of a hook provided by the extension.

Stringoptional
newhook24newhook24

Name of a hook provided by the extension.

Stringoptional
newhook25newhook25

Name of a hook provided by the extension.

Stringoptional
newhook26newhook26

Name of a hook provided by the extension.

Stringoptional
newhook27newhook27

Name of a hook provided by the extension.

Stringoptional
newhook28newhook28

Name of a hook provided by the extension.

Stringoptional
newhook29newhook29

Name of a hook provided by the extension.

Stringoptional
newhook30newhook30

Name of a hook provided by the extension.

Stringoptional
newhook31newhook31

Name of a hook provided by the extension.

Stringoptional
newhook32newhook32

Name of a hook provided by the extension.

Stringoptional
newhook33newhook33

Name of a hook provided by the extension.

Stringoptional
newhook34newhook34

Name of a hook provided by the extension.

Stringoptional
newhook35newhook35

Name of a hook provided by the extension.

Stringoptional
newhook36newhook36

Name of a hook provided by the extension.

Stringoptional
newhook37newhook37

Name of a hook provided by the extension.

Stringoptional
newhook38newhook38

Name of a hook provided by the extension.

Stringoptional
newhook39newhook39

Name of a hook provided by the extension.

Stringoptional
newhook40newhook40

Name of a hook provided by the extension.

Stringoptional
newhook41newhook41

Name of a hook provided by the extension.

Stringoptional
newhook42newhook42

Name of a hook provided by the extension.

Stringoptional
newhook43newhook43

Name of a hook provided by the extension.

Stringoptional
newhook44newhook44

Name of a hook provided by the extension.

Stringoptional
newhook45newhook45

Name of a hook provided by the extension.

Stringoptional
newhook46newhook46

Name of a hook provided by the extension.

Stringoptional
newhook47newhook47

Name of a hook provided by the extension.

Stringoptional
newhook48newhook48

Name of a hook provided by the extension.

Stringoptional
newhook49newhook49

Name of a hook provided by the extension.

Stringoptional
newhook50newhook50

Name of a hook provided by the extension.

Stringoptional
newhook51newhook51

Name of a hook provided by the extension.

Stringoptional
newhook52newhook52

Name of a hook provided by the extension.

Stringoptional
newhook53newhook53

Name of a hook provided by the extension.

Stringoptional
newhook54newhook54

Name of a hook provided by the extension.

Stringoptional
newhook55newhook55

Name of a hook provided by the extension.

Stringoptional
newhook56newhook56

Name of a hook provided by the extension.

Stringoptional
newhook57newhook57

Name of a hook provided by the extension.

Stringoptional
newhook58newhook58

Name of a hook provided by the extension.

Stringoptional
newhook59newhook59

Name of a hook provided by the extension.

Stringoptional
newhook60newhook60

Name of a hook provided by the extension.

Stringoptional
newhook61newhook61

Name of a hook provided by the extension.

Stringoptional
newhook62newhook62

Name of a hook provided by the extension.

Stringoptional
newhook63newhook63

Name of a hook provided by the extension.

Stringoptional
newhook64newhook64

Name of a hook provided by the extension.

Stringoptional
newhook65newhook65

Name of a hook provided by the extension.

Stringoptional
newhook66newhook66

Name of a hook provided by the extension.

Stringoptional
newhook67newhook67

Name of a hook provided by the extension.

Stringoptional
newhook68newhook68

Name of a hook provided by the extension.

Stringoptional
newhook69newhook69

Name of a hook provided by the extension.

Stringoptional
newhook70newhook70

Name of a hook provided by the extension.

Stringoptional
newhook71newhook71

Name of a hook provided by the extension.

Stringoptional
newhook72newhook72

Name of a hook provided by the extension.

Stringoptional
newhook73newhook73

Name of a hook provided by the extension.

Stringoptional
newhook74newhook74

Name of a hook provided by the extension.

Stringoptional
newhook75newhook75

Name of a hook provided by the extension.

Stringoptional
newhook76newhook76

Name of a hook provided by the extension.

Stringoptional
newhook77newhook77

Name of a hook provided by the extension.

Stringoptional
newhook78newhook78

Name of a hook provided by the extension.

Stringoptional
newhook79newhook79

Name of a hook provided by the extension.

Stringoptional
newhook80newhook80

Name of a hook provided by the extension.

Stringoptional
newhook81newhook81

Name of a hook provided by the extension.

Stringoptional
newhook82newhook82

Name of a hook provided by the extension.

Stringoptional
newhook83newhook83

Name of a hook provided by the extension.

Stringoptional
newhook84newhook84

Name of a hook provided by the extension.

Stringoptional
newhook85newhook85

Name of a hook provided by the extension.

Stringoptional
newhook86newhook86

Name of a hook provided by the extension.

Stringoptional
newhook87newhook87

Name of a hook provided by the extension.

Stringoptional
newhook88newhook88

Name of a hook provided by the extension.

Stringoptional
newhook89newhook89

Name of a hook provided by the extension.

Stringoptional
newhook90newhook90

Name of a hook provided by the extension.

Stringoptional
Compatibility chartcompatibility

no description

Example
{{Extension Testing | ... }}
Stringoptional
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.

Stringoptional
Bugzilla component namebugzilla

name of the Bugzilla component

Stringdeprecated

Maintenance: vulnerabilities, archived