Plantilla:Extensión

This page is a translated version of the page Template:Extension and the translation is 99% complete.
Outdated translations are marked like this.
Template documentation

Esta plantilla debería añadirse a todas las páginas de extensión de este wiki (pero solo la página principal). Añadirá una ficha útil (véase a continuación) y añadirá automáticamente la extensión a Categoría:Todas las extensiones , junto con las categorías estado y tipo de implementación correspondientes. It autofills some fields of the infobox with extension data collected by wikitech:Tool:Extjsonuploader.

Uso

Copia y pega:

{{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             =
|virtual domain       =
|table1               = 
|table2               = 
|license              = 
|download             = 
|repo                 =
|readme               = 
|changelog            = 
|help                 = 
|example              = 
|namespace            = 
|parameters           = 
|tags                 = 
|rights               = 
|compatibility        = 
|phabricator          =
|translate            = 
|vagrant-role         = 
}}
Para ayuda con valores de parámetro, consulta más adelante.
Manual de extensiones de MediaWiki
{{{name}}}
Estado de la versión: desconocido
Implementación {{{type1}}}, {{{type2}}}
Descripción {{{description}}}
Autor(es) SomeAuthor (SomeUserdiscusión)
Última versión {{{version}}} ({{{update}}})
Última versión preliminar {{{version preview}}} ({{{update preview}}})
Política de compatibilidad inválido
MediaWiki {{{mediawiki}}}
PHP {{{php}}}
Cambios en la base de datos {{{needs-updatephp}}}
Composer {{{composer}}}
Dominio virtual {{{virtual domain}}}
Tablas [[Special:MyLanguage/Template:Extension/{{{table1}}} table|{{{table1}}}]][[:Template:Extension/{{{table1}}} table| ]]
[[Special:MyLanguage/Template:Extension/{{{table2}}} table|{{{table2}}}]][[:Template:Extension/{{{table2}}} table| ]]
Licencia {{{license}}}
Descargar {{{download}}}
{{{readme}}}
{{{changelog}}}
Ayuda {{{help}}}
Ejemplo {{{example}}}
{{{namespace}}}
{{{parameters}}}
{{{tags}}}

{{{rights}}}

{{{compatibility}}}
[[translatewiki:Special:Translate/{{{translate}}}|Traduce la extensión Extension]]
Rol de Vagrant {{{vagrant-role}}}
Incidentes [[phab:tag/{{{phabricator}}}|Tareas abiertas]] · Reportar un error

Parámetros de contenido

Esta sección describe parámetros que gobiernan el contenido de la ficha. Para ayuda con templatemode y otros parámetros de control, véase Parámetros de control.

Parámetros de contenido
Parámetro Descripción
namenombre de la extensión
status

estado de la versión actual Uno de los siguientes:

  • unstable - roto - no uses esta extensión
  • experimental - etapas tempranas de desarrollo, puede cambiar drásticamente
  • beta - estable pero no probado totalmente
  • stable - versión estable
  • unmaintained - sin mantenimiento - anteriormente declarado estable, ahora sin mantenimiento
  • unknown - predeterminado

Si el estado no es ninguno de los anteriores, se ignorará y en cambio se mostrará en la plantilla el valor predeterminado de 'Desconocido'. En caso de que el valor esté omitido, se categorizará como desconocido. En caso de que el valor no sea válido, se le asignará una categoría especial para que se pueda detectar y corregir el error.

type1
type2
type3
type4
type5
type6
tipo de implementación

La(s) estrategia(s) de implementación empleada(s) para construir esta extensión. Este parámetro se utiliza para crear categorías que ayuden a los programadores a encontrar ejemplos de diversas estrategias o patrones de implementación específicos de MediaWiki. Aunque los valores de este parámetro a veces coinciden con el caso de uso o propósito de una extensión, no es la razón para utilizar este parámetro. Si los valores que has escogido para este parámetro no identifican adecuadamente el propósito o posibles casos de uso, recomendamos que añadas los enlaces de categoría adicionales que necesites.

Los valores permitidos para los parámetros type1, type2, etc. son:

  • parser - cajón de sastre para extensiones del analizador no categorizadas. Si has escrito una extensión del analizador, es mejor utilizar alguno de los siguientes tipos más específicos:
  • access - cajón de sastre para User access extensions , esto es, extensiones que crean, autentifican, conceden permisos, revocan permisos o supervisan la actividad de los usuarios. Si has escrito una extensión de acceso, es mejor utilizar alguno de los siguientes tipos más específicos:
    • user activity - extensiones que supervisen la actividad de los usuarios (inicio de sesión, cierre de sesión, creación de usuarios, etc.)
    • user identity - extensiones que creen y eliminen usuarios o que verifiquen la identidad de un usuario
    • user rights - extensiones del sistema de gestión de derechos de los usuarios, p. ej. cambios en la manera en que se asignan los derechos, API, herramientas de mantenimiento (no incluye las extensiones que se limiten a nombrar los derechos necesarios para utilizar las funcionalidades de dicha extensión; para este propósito, utiliza el parámetro rights)
  • interface - cajón de sastre para extensiones no categorizadas de la interfaz de usuario.
    • media - extensiones que permitan incluir contenido multimedia en páginas wiki mediante el registro de una extensión de archivo con $wgMediaHandlers .
    • mywiki - extensiones que proporcionen infraestructura para que los usuarios puedan personalizar su experiencia MediaWiki y/o participar en la administración de dicha infraestructura
    • notify - extensiones que envíen correos, difunden mensajes y proporcionan otros tipos de notificación comunitaria
    • page action - extensiones que mejoren o modifiquen acciones de página . Esto incluye cualquier cosa que implemente una acción que lea, escriba, busque, renombre, borre o permita la discusión de una página. No incluye derechos (para ello utiliza user rights) ni registros (utiliza user activity).
    • search - extensiones que busquen y seleccionen páginas para los usuarios.
    • skin - extensiones que inyecten CSS o JavaScript, o implementen funciones de gancho para cambiar el aspecto y el comportamiento de MediaWiki mediante el marco de apariencias.
    • ajax - extensiones que utilicen técnicas de programación de Ajax.
    • special - extensiones que subclasifiquen la clase SpecialPage, utilicen alguno de sus ganchos o modifiquen uno o más funciones de SpecialPage.php. Consulta Special pages para más información.
  • other
    • api - extensiones que añadan un nuevo módulo de la API o extiendan un módulo del núcleo de la API.
    • hook - extensión de gancho - define un gancho nuevo - consulta hook1, etc. más adelante si deseas definir los ganchos utilizados por tu extensión
    • database - añade tablas y/o campos a la base de datos utilizada para la instalación de MediaWiki
    • data extraction - extracción de datos
    • filerepo - extensión que añade nuevos tipos de repositorios de archivos como backend de archivos
    • example - no es una extensión real, sino un ejemplo de cómo crear una
    • beta features - extensiones de nuevas Funcionalidades beta
    • php - extensiones al lenguaje de programación subyacente PHP .
    • locale - extensiones asociadas a la localización

Cualquier otro valor para type no será válido, y hará que la extensión se incluya en Category:Extensions with invalid or missing type/es.

Nota: Muchas extensiones tienen más de un tipo; si es el caso de la tuya, reemplaza |type= por |type1=|type2=|type3=.... Puedes definir hasta seis tipos para una misma extensión.
hook1
hook2
hook3
hook4
...
nombre de los ganchos utilizados por la extensión

Introducir valores en este campo es una buena forma de conseguir exposición para tu extensión y ayudar a otros desarrolladores. Cada gancho documentado añadirá automáticamente la extensión a una categoría que contenga las extensiones que utilizan ese gancho. Esta categoría autoenlaza a las distintas páginas de ganchos de modo que los programadores puedan encontrar fácilmente ejemplos de extensiones que utilicen un gancho particular.

Para más de un gancho, asigna el primer gancho a hook1, el segundo a hook2, etc.
newhook1
newhook2
newhook3
newhook4
...
newhook90

nombre de cada gancho proporcionado por la extensión

Puede que también desees añadir los ganchos a Extension hook registry.

usernameEl nombre de usuario del autor en Mediawiki.org (en caso de que tenga). Se puede omitir, pero si está presente se utilizará para enlazar a su página de usuario y a la página de discusión asociada. Se debe proporcionar sin espacio de nombres y sin [[]].
authorEl nombre del autor de la extensión, si es distinto de su nombre de usuario de Mediawiki.org. Texto libre. Si se omite, se utilizará el campo 'username' (si está presente).
descriptiondescripción breve
imageCaptura de pantalla o logotipo de la extensión. Se debe proporcionar sin espacio de nombres y sin [[]].
imagesizeFacultativo, tamaño de la imagen sin añadir px, por ejemplo, 360 (el tamaño por defecto es 300px)
versionÚltima versión
updateFecha de la última actualización
version previewVersión de vista previa
update previewFecha de la última actualización de la versión de vista previa
compatibility policyPolítica de compatibilidad (valores admitidos: master, main, rel, ltsrel). (tareas pendientes )
mediawikiVersión requerida de MediaWiki La mayoría de las extensiones no deberían tener que utilizar esto; el valor por defecto será el valor de la propiedad 'requires' de extension.json. Véanse también Category:Extensions without MediaWiki version y Category:Extensions with manual MediaWiki version .
phpVersión requerida de PHP
needs-updatephp

yes indica que la extensión requiere un cambio de esquema de tablas de la base de datos o una acción similar antes de que MediaWiki pueda funcionar. Es un escollo habitual: tu MediaWiki se colgará si te olvidas de ejecutar update.php cuando la extensión lo requiere. It is a common pitfall: your MediaWiki will stall if you forget to run update.php when the extension requires it.

$no indica que la extensión no necesita que se ejecute update.php. Para evitar ambigüedades, este parámetro debe indicarse de forma explícita para no asumir que la falta de yes signifique no.

Las extensiones que cumplan con las normas de las extensiones de MediaWiki incluyen un script de modificación de esquema que deberás ejecutar a mano (una vez) antes de arrancar y acceder a MediaWiki a través de tu navegador, y después de haber copiado todos los archivos de la extensión a $IP/extensions/ExtensionName y de haber insertado wfLoadExtension( "ExtensionName" ); en «LocalSettings.php», ejecuta desde la línea de comandos:

cd ruta/al/directorio_de_instalación_del_wiki cd maintenance php update.php

$IP son las siglas de Installation Path, es decir, la ruta o directorio donde se ha instalado MediaWiki, el mismo directorio que contiene LocalSettings.php , index.php , etc..
composerEl nombre del paquete de la extensión para Composer, en el formato estándar. Se incluirá automáticamente si está configurado en el archivo «composer.json» de la extensión (es decir, en ese caso, no será necesario indicar el parámetro). Enlazará a la página de la extensión en Packagist.
virtual domainEl dominio de la base de datos virtual utilizado por la extensión.
table1
table2
table3
table4
...
table30
nombre de las tablas no pertenecientes al núcleo utilizadas por la extensión Enlaza a una subpágina de la página de tu extensión. Por ejemplo, «table1 = cu_changes» en Extension:CheckUser enlazará a Extension:CheckUser/cu_changes table . No incluyas tablas del núcleo tales como page o revision , sino solo las tablas añadidas por extensiones.
licenseLa licencia que rige el uso de esta extensión; utilícese uno de los códigos encontrados en https://spdx.org/licenses/, p. ej. GPL-2.0-or-later, GPL-2.0-only o GPL-3.0-or-later, etc.
downloadenlace a la descarga : Git, {{WikimediaDownload/es }}.
repoNombre del repositorio de Gerrit en el que está almacenado el código de la extensión, si es diferente del nombre de la página. Al definirlo, se establece automáticamente |download=, y se permite que la plantilla cargue datos automáticamente del archivo extension.json correspondiente.
readmeenlace externo al archivo readme, p. ej. https://phabricator.wikimedia.org/r/browse/mediawiki/extensions/Flow;master;README
changelogenlace externo al registro de cambios, p. ej. Extension:GeoGebra/Changelog
helpEnlace a la ayuda de usuario para la extensión. If not provided, will look for Help:Extension:ExtensionName. Si se proporciona, se deberá incluir el enlace completo en wikitexto (dado que puede que desees enlazar, por ejemplo, a una página externa).
exampleEjemplo, sitio web o captura de pantalla de la extensión en funcionamiento
namespaceespacio de nombres en que se utilice esta extensión
parametersParámetros disponibles para LocalSettings.php
tagsEtiquetas utilizadas por tu extensión (p. ej. <tag1>, <tag2>).
rightsDerechos añadidos por la extensión. ¡No confundir con la licencia! Ejemplos de derechos son makebot o desysop , y no GFDL o LGPL o GPL - ¡estas últimas son licencias!
compatibilityInformación adicional de compatibilidad, por ejemplo, diagramas de compatibilidad. Se recomienda añadir asimismo cualquier información de compatibilidad del lado del cliente, especialmente en caso de que algún navegador no soporte determinadas funcionalidades.
bugzillaNombre de componente de la extensión de MediaWiki en Bugzilla
phabricatorNombre de proyecto en Phabricator
translate

Parámetro opcional para enlazar a la página exacta donde (el identificador del grupo de mensajes con el cual) la extensión será traducible en translatewiki.net si está activado. Si el enlace predeterminado es incorrecto, establécelo a:

  • ext-LOWERCASE(NOSPACES(Etiqueta tal como está definida en config)), es decir,
  • el parámetro que obtienes en la URL después de
vagrant-rolerol de MediaWiki-Vagrant
CheckUsageNameOverrideRedefine el nombre de la página utilizada para el enlace de control de uso.

Parámetros de control

Parámetros de control
Parámetro Descripción
templatemode

Controla la autocategorización de la página anfitriona.

Normalmente se deja en blanco. Los valores posibles son:

  • nocats - suprime la categorización y el enlace 'comprobar uso'. Utiliza este valor en caso de añadir esta plantilla a subpáginas de una extensión o a documentación de ayuda sobre extensiones. Por ejemplo, el uso anterior de la plantilla establece templatemode=nocats porque esta no es una página de extensión real y no queremos categorizar esta página debido a ello.
  • nousage - suprime el enlace 'comprobar uso'. También se suprime el enlace si la página es una subpágina, no pertenece al espacio de nombres Extension: o si está suprimido por 'templatemode=nocats'
Si se deja en blanco, esta plantilla añadirá la página anfitriona a Category:All extensions/es y a una o más categorías adicionales, según los valores asignados a Parámetros de contenido.

Utilizar la ficha

Páginas de extensión existentes

Si deseas añadir la ficha a una página existente, copia y pega el código de la parte superior de esta página.

Crear una página de extensión nueva

Si deseas crear una nueva página de extensión, introduce el nombre en la siguiente caja de texto y pulsa el botón. Se creará una página nueva con la plantilla de la ficha incorporada.


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 Cuenta de desarrollador 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.

Extender esta plantilla

Si deseas mejorar esta plantilla, ¡gracias! Es una plantilla compleja, por lo que aquí presentamos algo de ayuda:

Botón «Crear extensión»

Para mejorar el comportamiento del botón «Crear extensión»:

Parámetros de la ficha

En general:

  • Para hacer que esta plantilla sea fácil de utilizar, cada etiqueta de la ficha está enlazada a la documentación de los parámetros de la plantilla mostrados. Si añades un parámetro, asegúrate de añadirlo también a la documentación de parámetros de contenido y de enlazar su etiqueta a dicha documentación.

Para cambiar/corregir/añadir a los parámetros de implementación de tipos:

Para cambiar el comportamiento de los parámetros de gancho:

Caso de prueba

Comprueba si las páginas siguientes siguen siendo válidas después de editar esta plantilla.

TemplateData

TemplateData
[ver · discusión · editar]

Esta es la documentación de TemplateData para esta plantilla utilizada por VisualEditor y otras herramientas.

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