Issue tracker: [[phab:tag/{{{phabricator}}}/|#{{{phabricator}}}]]

Template:Extension/es

From Linux Web Expert


Template documentation

Esta plantilla tendría que ser añadida a todas las páginas de extensión en este wiki (pero sólo la página principal). Agregará una ficha útil (ver a continuación) y agregará automáticamente la extensión a Categoría:Todas las extensiones , junto con las categorías estado y tipo de implementación correspondientes.

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             =
|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, ve abajo.
Manual de extensiones de MediaWiki
{{{name}}}
Estado de lanzamiento: se desconoce
File:Placeholder.svg
Implementación {{{type1}}}, {{{type2}}}
Descripción {{{description}}}
Autor(es) SomeAuthor (SomeUsertalk)
Última versión {{{version}}} ({{{update}}})
Última versión preliminar {{{version preview}}} ({{{update preview}}})
Política de compatibilidad inválido
MediaWiki {{{mediawiki}}}
PHP {{{php}}}
Cambios de la base de datos {{{needs-updatephp}}}
Composer {{{composer}}}
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}}}
Descarga {{{download}}}
{{{readme}}}
{{{changelog}}}
Ayuda {{{help}}}
Ejemplo {{{example}}}
{{{compatibility}}}
Descargas trimestrales Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Wikis públicos que lo utilizan Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
[[translatewiki:Special:Translate/{{{translate}}}|Traduce el Extension extensión]]
Función de vagabundo {{{vagrant-role}}}
Asuntos [[phab:tag/{{{phabricator}}}|Tareas abiertas]] · Reportar un bug

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 liberación actual Uno de:

  • 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 estable, ahora sin mantenimiento
  • unknown - default

Si el estado es cualquier cosa otro que el encima, sea ignorado y el default valor de 'Desconocido' será mostrado en la plantilla en cambio. En casos donde el valor está omitido, sea categorized cuando desconocido. En casos donde el valor es nulo, sea colocado en un categoría especial de modo que el error puede ser cogido y fijo.

type1
type2
type3
type4
type5
type6
Tipo de implementación

La estrategia de implementación(s) empleó en construir esta extensión. Este parámetro suele crear categorías que programadores de ayuda encuentran ejemplos de varios MediaWiki estrategias de implementación concreta o patrones. A pesar de que los valores de este parámetro a veces coincide con el caso de uso o propósito de una extensión, aquello no es razonar para este parámetro. Si los valores has escogido para este parámetro no adecuadamente identifica el de Requisitos o posible de caso de Usos, recomendamos que añades adicional enlaces de categoría cuando necesitó.

Dejó valores para el tipo1, tipo2, ... Los parámetros son:

  • parser - catchall Para uncategorized parser extensiones. Si has escrito un parser extensión, complacer uso uno del siguiendo tipos más concretos:
  • access - catchall Para User access extensions , aquello es, extensiones que crea, autentica, permisos de subvención, revocar permisos, o controlar la actividad de usuarios. Si has escrito una extensión de acceso, complacer uso uno del siguiendo tipos más concretos:
    • user activity - Extensiones que actividad de usuario del monitor (logins, logouts, creación de usuario nuevo, etc.)
    • user identity - Extensiones que crea y eliminar usuarios, y/o verificar la identidad de un usuario
    • user rights - Extensiones al sistema de administración de los derechos, p. ej. cambia a los derechos de manera están asignados, API, herramientas de mantenimiento (no incluye extensiones que meramente nombrar los derechos necesitaron utilizar las características de aquella extensión; para este propósito utiliza el parámetro de derechos)
  • interface - catchall Para uncategorized extensiones de interfaz del usuario.
    • media - Extensiones que permiso el embedding de contenido multimedia en wiki páginas por registrar una extensión de archivo con $wgMediaHandlers .
    • mywiki - Extensiones que proporciona infraestructura de modo que los usuarios pueden personalize su MediaWiki experiencia y/o asistir en la administración de aquella infraestructura
    • notify - Extensiones que usuarios de email, mensajes de emisión y proporcionar otras formas de notificación comunitaria
    • page action - extensiones que mejoran o modifican acciones de página . Esto incluye cualquier cosa que implemente una acción que lea, escriba, busque, renombre, borre o discuta una página It does not include rights (use user rights) or logs (use user activity).
    • search - Extensiones que búsqueda a través de y seleccionar páginas para usuarios.
    • skin - Las extensiones que añaden CSS o de Javascript, o implementando funciones de gancho para cambiar la mirada y sentir de MediaWiki vía el marco de pieles.
    • ajax - Extensiones que uso Ajax programando técnicas.
    • special - Extensiones que subclase el SpecialPage clase, uso uno de sus ganchos, o remiendo un o más funciones en SpecialPage.php. Ve Special pages para más información.
  • other
    • api - Extensiones que añade un nuevo API módulo o extender un núcleo API módulo.
    • hook - Extensión de gancho - define un gancho nuevo - ver gancho1, etc. abajo si quieres definir los ganchos utilizaron por vuestra extensión
    • database - Añade mesas y/o campos a la base de datos que respalda un MediaWiki instalación
    • data extraction - Extracción de dato
    • filerepo - Extensión que añade repositorio de archivo nuevo escribe tan archivo backend
    • example - No una extensión real, pero un ejemplo de cómo para escribir uno
    • beta features - extensions that new Funcionalidades en beta .
    • php - extensions to the underlying PHP programming language.
    • locale - extensions associated with localisation

Cualquiera otro valor para 'tipo' es nulo, y causará la extensión para ser colocada en Category:Extensions with invalid or missing type/es.

Nota: Muchas extensiones tienen más de uno escribe, si esto aplica al vuestro, reemplaza $tipo con $valor. Puedes definir hasta seis tipos para una extensión.
hook1
hook2
hook3
hook4
...
Nombre de cada gancho utilizado por la extensión

Introduciendo los valores en este campo es una manera buena de conseguir exposición para vuestra extensión y ayudar otros desarrolladores. Cada cual el gancho documentado automáticamente añadirá la extensión a una categoría que lista extensiones que uso que gancho. Esta categoría es autolinked a cada página de gancho de modo que los programadores fácilmente pueden encontrar ejemplos de extensiones que uso un gancho particular.

Para construido-en ganchos:

  • Uso el nombre de gancho sólo. Complacer ver Manual:Hooks para valores (pero omitir introductorio '/').

Para los ganchos hechos de encargo definieron por extensiones:

Para ganchos múltiples, asignar el primer gancho a gancho1, el segundo a gancho2 y tan encima.
newhook1
newhook2
newhook3
newhook4
...
newhook90

Nombre de cada gancho proporcionado por la extensión

También podrías querer añadir los ganchos a Extension hook registry.

usernameEl nombre del usuario de autor en Mediawiki.org (si ellos tienen un). Puede ser omitido, pero si lo presenta #soler enlace a la página & de charla_de usuario de usuario del autor. Tenga que ser proporcionado sin namespace y sin [[]]s.
authorEl nombre del autor de extensión, si diferente de su Mediawiki.org nombre de usuario. Texto libre Si omitido entonces el 'username' el campo será utilizado (si presente).
descriptionDescripción breve
imagescreenshot o logotipo de extensión. Tenga que ser proporcionado sin namespace y sin [[]]s.
imagesizeFacultative, 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 preliminar
compatibility policyCompatibility policy (accepted values: master, main, rel, ltsrel). (backlog )
mediawikiVersión requerida de MediaWiki Most extensions should not need to use this — it defaults to the value of the 'requires' property of extension.json. See also Category:Extensions without MediaWiki version and Category:Extensions with manual MediaWiki version .
phpVersión requerida de PHP
needs-updatephp

$Sí indica que la extensión requiere una mesa de base de datos schema cambio o una acción similar, antes del MediaWiki puede correr. Es un común pitfall: vuestro MediaWiki parará, si olvidaste para correr actualización.php - Si la extensión lo requiere. $No tendría que ser puesto como valor desde este asegura que la extensión no necesita actualización.php Para ser corrido y así evita incertidumbre

Extensiones qué conformar a MediaWiki estándares de extensión venidos con un eschema guión de cambio que te necesidad de empezar manualmente' (una vez) antes de empezar y accediendo el MediaWiki a través de vuestro navegador, y después de que copiaste todos los archivos de extensión a $objetivo e insertado $código a «LocalSettings.php», corrido de la línea de orden:

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

1>$IP </> stands for the Installation Path (or "directory") of your MediaWiki installation, the same directory that holds <tvar
composerThe extension's Composer package name, in the standard format. It will be automatically included if set in an extension's "composer.json" file (i.e. this parameter is not required in that case). It will be linked to the extension's page on Packagist.
table1
table2
table3
table4
...
table30
Nombre de cada no-núcleo la mesa utilizada por la extensión Enlaces a un subpage de vuestra página de extensión. Para caso, "$mesa1" en Extension:CheckUser enlazará a Extension:CheckUser/cu_changes table . No lista mesas de núcleo como $página o $revisión; la lista única somete aquello está añadido por extensiones.
licenseLa licencia que gobierna uso de esta extensión, cuando uno de los códigos encontrados en https://spdx.org/licenses/, p. ej. $más tarde2, $sólo2 o $más tarde3, etc.
downloadEnlace a la descarga : Git, {{WikimediaDownload/es }}.
repoNombre del Gerrit repositorio el código de la extensión está almacenado en, si diferente del nombre de página. Poniendo este automáticamente pone |download=, y deja la plantilla a automáticamente dato de carga del apropiado extension.json archivo.
readmeEnlace externo al readme archivo, p. ej. https://phabricator.wikimedia.org/r/browse/mediawiki/extensions/Flow;master;README
changelogEnlace externo al changelog archivo, p. ej. Extension:GeoGebra/Changelog
helpLink to user-help for the extension. If not provided, will look for Help:Extension:ExtensionName. If provided, full wikitext link should be given (because you may want to link to e.g. an external page).
exampleEjemplo, sitio web o screenshot de extensión laborable
namespacenamespace en qué esta extensión está utilizada
parametersParámetros disponibles para LocalSettings.php
tagsCualesquier etiquetas vuestros usos de extensión (p. ej. $etiquetas).
rightsderechos añadió por la extensión. No para ser confundido con la licencia! Los derechos son como makebot o desysop , no como GFDL o LGPL o GPL - aquellos son licencias !
compatibilityInformación de compatibilidad adicional, para gráficos de compatibilidad del caso. Está animado para añadir cualquier cliente-información de compatibilidad del lado aquí también, especialmente cuándo divergiendo de expectativas de soporte lleno para un navegador.
bugzillaBugzilla MediaWiki Nombre de componente de la extensión
phabricatorPhabricator Nombre de proyecto
translate

Parámetro opcional para enlazar la página exacta dónde (grupo de mensaje id con qué) la extensión será translatable en translatewiki.net si habilitó. Si el default el enlace es incorrect, manualmente puesto lo a:

  • ext-LOWERCASE(NOSPACES(Etiqueta cuando definido en $archivo)), aka
  • El parámetro entras el URL después de que
vagrant-roleMediaWiki-Vagrant role
CheckUsageNameOverrideoverride El nombre de página utilizado para el enlace de uso del control.

Parámetros de control

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

Coche de controles-categorización de página anfitriona.

Espacio dejado normalmente. Alterna los valores son:

  • nocats - Suprime categorización y el 'uso de control' enlace. Uso este valor si estás añadiendo esta plantilla a subpages de una extensión o a qué-a documentación de extensiones. Por ejemplo, la imagen de uso por encima de conjuntos templatemode=nocats porque esto no es una página de extensión real y nosotros no quieren añadir esta página a cualesquier categorías en gracia a él.
  • nousage - Suprime el 'uso de control' enlace. El enlace es también suprimido si la página es un subpage; no es en la Extensión: namespace; o si suprimido por 'templatemode=nocats'
Si esto queda espacio, esta plantilla añadirá la página anfitriona a Category:All extensions/es y a un o categorías más adicionales, según los valores asignaron al Contenido de la ancla.

Utilizando el infobox

Existiendo páginas de extensión

Si quieres añadir el infobox a una página de existir, copia y pasta el código en el parte superior de esta página.

Crear una página de extensión nueva

Si tu quieres crear una página de extensión nueva, introducir el nombre abajo y clic el botón. Una página nueva será creada con el infobox plantilla ya en sitio.


<translate> A developer sharing their code in the MediaWiki code repository should expect:</translate>

<translate> Feedback / Criticism / Code reviews</translate>
<translate> Review and comments by other developers on things like [<tvar

Realzando esta plantilla

Si te gustaría mejorar en esta plantilla, gracias! Esto es una plantilla complicada tan aquí es alguna ayuda a lo largo de la manera:

El Crear botón de extensión

Para mejorar el crear comportamiento de botón de la extensión:

Infobox Parámetros

En general:

  • Para hacer esta plantilla fácil de utilizar, cada etiqueta en el infobox está enlazado a documentación en el parámetro de plantilla(s) muestra. Si añades un parámetro, complacer ser seguro a también añadirlo al parámetro de contenido documentación y enlazar su etiqueta a aquella documentación.

Para cambiar/correcto/añade a los parámetros de tipo de la implementación:

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

Caso de prueba

Ver si las páginas siguientes son quietas vale, después de que editó esta plantilla.

TemplateData

TemplateData
[<span style="" title="<translate nowrap> View this template</translate>"><translate> view</translate> · <span style="" title="<translate nowrap> Discuss this template</translate>"><translate> talk</translate> · <span style="" title="<translate nowrap> Edit this template</translate>"><translate> edit</translate>]

This is the TemplateData documentation for this template used by VisualEditor and other tools.

Extension/es

<templatedata> { "description": { "en": "An infobox for a MediaWiki extension.", "fr": "Boîte d'information pour les extensions MediaWiki." }, "params": { "status": { "description": { "en": "Current release status. One of: unstable, experimental, beta, stable, unmaintained, unknown.", "fr": "état de la version actuelle." }, "default": { "en": "unknown", "fr": "unknown" }, "label": { "en": "Status", "fr": "état" }, "type": "string", "example": { "en": "stable", "fr": "stable" }, "suggested": true, "suggestedvalues": [ "experimental", "beta", "stable", "unmaintained", "unknown", "unstable" ] }, "name": { "description": { "en": "Name of the extension", "fr": "nom de l'extension" }, "label": { "en": "Name", "fr": "nom" }, "type": "string", "default": { "en": "Current page name", "fr": "nom de la page actuelle." }, "suggested": true, "example": { "en": "BlueSpice", "fr": "BlueSpice" } }, "license": { "description": { "en": "Extension's license.", "fr": "licence de l'extension" }, "label": { "en": "License", "fr": "licence" }, "type": "string", "suggested": true, "example": { "fr": "GPL-3.0", "en": "GPL-3.0" } }, "templatemode": { "description": { "en": "Controls auto-categorization of host page. Normally left blank. Alternate values are: nocats, nousage.", "fr": "conditionne l'auto-catégorisation de la page hébergée. Laisser vide normalement. Valeurs alternatives: nocats, nousage." }, "label": { "en": "Mode", "fr": "mode" } }, "image": { "description": { "en": "Screenshot or logo of extension. It should be provided without namespace and without [[]]s.", "fr": "capture d'écran ou logo de l'extension, sans la valeur de l'espace de noms ni les [[]]." }, "label": { "en": "Screenshot or logo", "fr": "écran ou logo" }, "example": { "en": "BlueSpice _Logo_v2020.png", "fr": "BlueSpice _Logo_v2020.png" }, "type": "wiki-file-name", "suggested": true }, "imagesize": { "description": { "en": "Optional size of the image in pixels (without unit)", "fr": "taille facultative de l'image en pixels sans préciser l'unité" }, "label": { "en": "Image size", "fr": "taille de l'image" }, "default": { "en": "300", "fr": "300" }, "example": { "fr": "180", "en": "180" }, "type": "number" }, "type": { "description": { "en": "Implementation type. If more that one type is required leave empty and use \"Primary type\", \"Secondary type\", ... instead", "fr": "type d'implémentation. Si plusieurs types sont nécessaires, utiliser à la place \"type primaire\", \"type secondaire\", ... " }, "label": { "en": "Type", "fr": "type" }, "type": "string", "suggested": true }, "type1": { "description": { "en": "Implementation type. See detailed doc.", "fr": "type d'implémentation. Voir la documentation détaillée." }, "label": { "en": "Primary type", "fr": "type primaire" }, "type": "string", "example": "mywiki" }, "type2": { "description": { "en": "Implementation type. See detailed doc.", "fr": "type d'implémentation. Voir la documentation détaillée." }, "label": { "en": "Secondary type", "fr": "type secondaire" }, "type": "string", "example": "notify" }, "type3": { "description": { "en": "Implementation type. See detailed doc.", "fr": "type d'implémentation. Voir la documentation détaillée." }, "label": { "en": "Third type", "fr": "troisième type" }, "type": "string", "example": "page action" }, "type4": { "description": { "en": "Implementation type. See detailed doc.", "fr": "type d'implémentation. Voir la documentation détaillée." }, "label": { "en": "Fourth type", "fr": "quatrième type" }, "type": "string", "example": "skin" }, "type5": { "description": { "en": "Implementation type. See detailed doc.", "fr": "type d'implémentation. Voir la documentation détaillée." }, "label": { "en": "Fifth type", "fr": "cinquième type" }, "type": "string", "example": "ajax" }, "type6": { "description": { "en": "Implementation type. See detailed doc.", "fr": "type d'implémentation. Voir la documentation détaillée." }, "label": { "en": "Sixth type", "fr": "sixième type" }, "type": "string" }, "description": { "description": { "en": "Short description", "fr": "courte description" }, "label": { "en": "Description", "fr": "description" }, "suggested": true, "type": "string" }, "author": { "description": { "en": "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).", "fr": "nom de l'auteur de l'extension, s'il est différent du nom d'utilisateur dans MediaWiki.org. Texte libre. S'il est absent, le champ \"nom d'utilisateur\" sera utilisé (s'il est initialisé)." }, "label": { "en": "Author", "fr": "auteur" }, "suggested": true, "type": "string" }, "username": { "description": { "en": "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.", "fr": "nom d'utilisateur MediaWiki.org (s'il a été défini) de l'auteur. Il peut être omis mais s'il est présent il sera utilisé pour lier la page utilisateur de l'auteur ainsi que sa page de discussion. La valeur doit être fournie sans l'espace de noms ni les [[]]." }, "label": { "en": "Username", "fr": "nom d'utilisateur" }, "type": "string" }, "mediawiki": { "description": { "en": "Required versions of MediaWiki. Not needed if this information is in extension.json.", "fr": "versions requises de MediaWiki. Pas utile si cette information se trouve dans extension.json." }, "label": { "en": "MediaWiki version", "fr": "version de MediaWiki" }, "example": { "en": ">= 1.35", "fr": ">= 1.35" }, "type": "string", "deprecated": "cette valeur sera lue dans le fichier extension.json à chaque fois que cela sera possible." }, "php": { "description": { "en": "Required version of PHP", "fr": "version requise de PHP" }, "label": "PHP version", "example": "8.0.x", "type": "string" }, "needs-updatephp": { "description": { "en": "\"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.", "fr": "\"Yes\" : indique que l'extension a besoin d'une modification du schéma des tables de la base de données ou d'une action équivalente avant que MediaWiki puisse s'exécuter. C'est un cas d'erreur classique, MediaWiki se bloquera si vous oubliez d'exécuter update.php - si l'extension en a besoin. \"No\" : doit être utilisé en tant que valeur car cela assure que l'extension n'a pas besoin d'exécuter update.php et cela enlève toute ambiguité." }, "label": { "en": "Needs update.php", "fr": "utilise updatephp" }, "type": "boolean", "example": { "en": "Yes", "fr": "No" } }, "composer": { "description": { "en": "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.", "fr": "Si possible le nom du fournisseur (\"vendor\") suivi du nom du paquet (\"package\") doivent être passés au format vendor/package, pour diriger directement les utilisateurs vers packagist.org, qui sert à l'archivage des paquets." }, "label": { "en": "Composer package name", "fr": "nom Composer de l'archive " }, "example": "mediawiki/semantic-media-wiki", "type": "string" }, "phabricator": { "example": "MediaWiki-extensions-Babel", "type": "string", "suggested": true, "label": { "en": "Phabricator project name", "fr": "projet Phabricator" }, "description": { "en": "name of the project in Phabricator", "fr": "nom du projet dans Phabricator" } }, "table1": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 1", "fr": "table1 hors noyau" }, "type": "string", "example": "cn_notices" }, "table2": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 2", "fr": "table2 hors noyau" }, "type": "string", "example": "cn_assignments" }, "table3": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 3", "fr": "table3 hors noyau " }, "type": "string", "example": "cn_templates" }, "table4": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 4", "fr": "table4 hors noyau " }, "type": "string", "example": "cn_notice_languages" }, "table5": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 5", "fr": "table5 hors noyau " }, "type": "string", "example": "cn_notice_projects" }, "table6": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 6", "fr": "table6 hors noyau " }, "type": "string", "example": "cn_notice_countries" }, "table7": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 7", "fr": "table7 hors noyau " }, "type": "string", "example": "cn_notice_regions" }, "table8": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 8", "fr": "table8 hors noyau " }, "type": "string", "example": "cn_template_mixins" }, "table9": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 9", "fr": "table9 hors noyau " }, "type": "string", "example": "cn_notice_mixins" }, "table10": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 10", "fr": "table10 hors noyau " }, "type": "string", "example": "cn_notice_mixin_params" }, "download": { "description": { "en": "External link to download", "fr": "lien externe de téléchargement" }, "label": { "en": "Download link", "fr": "lien de téléchargement" }, "type": "url" }, "readme": { "description": { "en": "External link to the readme file", "fr": "lien externe du fichier readme" }, "label": { "en": "README link", "fr": "lien du README" }, "type": "url" }, "changelog": { "description": { "en": "External link to the changelog file", "fr": "lien externe du fichier changelog" }, "label": { "en": "Changelog link", "fr": "lien du changelog" }, "type": "url" }, "example": { "description": { "en": "Example, website or screenshot of working extension", "fr": "exemple, site web ou capture d'écran de l'extension en cours d'utilisation" }, "label": { "en": "Example", "fr": "exemple" }, "type": "string" }, "namespace": { "description": { "en": "Namespace in which this extension is used", "fr": "espace de noms dans lequel cette extension est utilisée" }, "label": { "en": "Namespace", "fr": "espace de noms" }, "type": "string" }, "parameters": { "description": { "en": "Available parameters for LocalSettings.php", "fr": "paramètres disponibles pour LocalSettings.php" }, "label": { "en": "Parameters", "fr": "paramètres" }, "type": "string", "example": "* $wgInterwikiViewOnly * InterwikiCentralDB" }, "tags": { "description": { "en": "Any tags the extension uses", "fr": "balises utilisées par l'extension" }, "label": { "en": "Tags", "fr": "balises" }, "type": "string" }, "rights": { "description": { "en": "User rights added by the extension.", "fr": "droits utilisateur ajoutés par l'extension." }, "label": { "en": "Rights", "fr": "droits utilisateur" }, "type": "string" }, "hook1": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 1 utilisée" }, "type": "string", "example": "ParserAfterTidy" }, "hook2": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 2 utilisée" }, "type": "string", "example": "InitializeArticleMaybeRedirect" }, "hook3": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 3 utilisée" }, "type": "string", "example": "SkinTemplateOutputPageBeforeExec" }, "hook4": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 4 utilisée" }, "type": "string" }, "hook5": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 5 utilisée" }, "type": "string" }, "hook6": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 6 utilisée" }, "type": "string" }, "hook7": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 7 utilisée" }, "type": "string" }, "hook8": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 8 utilisée" }, "type": "string" }, "hook9": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 9 utilisée" }, "type": "string" }, "hook10": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 10 utilisée" }, "type": "string" }, "hook11": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 11 utilisée" }, "type": "string" }, "hook12": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 12 utilisée" }, "type": "string" }, "hook13": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 13 utilisée" }, "type": "string" }, "hook14": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 14 utilisée" }, "type": "string" }, "hook15": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 15 utilisée" }, "type": "string" }, "hook16": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 16 utilisée" }, "type": "string" }, "hook17": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 17 utilisée" }, "type": "string" }, "hook18": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 18 utilisée" }, "type": "string" }, "hook19": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 19 utilisée" }, "type": "string" }, "hook20": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 20 utilisée" }, "type": "string" }, "hook21": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 21 utilisée" }, "type": "string" }, "hook22": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 22 utilisée" }, "type": "string" }, "hook23": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 23 utilisée" }, "type": "string" }, "hook24": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 24 utilisée" }, "type": "string" }, "hook25": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 25 utilisée" }, "type": "string" }, "hook26": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 26 utilisée" }, "type": "string" }, "hook27": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 27 utilisée" }, "type": "string" }, "hook28": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 28 utilisée" }, "type": "string" }, "hook29": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 29 utilisée" }, "type": "string" }, "hook30": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 30 utilisée" }, "type": "string" }, "hook31": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 31 utilisée" }, "type": "string" }, "hook32": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 32 utilisée" }, "type": "string" }, "hook33": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 33 utilisée" }, "type": "string" }, "hook34": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 34 utilisée" }, "type": "string" }, "hook35": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 35 utilisée" }, "type": "string" }, "hook36": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 36 utilisée" }, "type": "string" }, "hook37": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 37 utilisée" }, "type": "string" }, "hook38": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 38 utilisée" }, "type": "string" }, "hook39": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 39 utilisée" }, "type": "string" }, "hook40": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 40 utilisée" }, "type": "string" }, "hook41": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 41 utilisée" }, "type": "string" }, "hook42": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 42 utilisée" }, "type": "string" }, "hook43": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 43 utilisée" }, "type": "string" }, "hook44": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 44 utilisée" }, "type": "string" }, "hook45": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 45 utilisée" }, "type": "string" }, "hook46": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 46 utilisée" }, "type": "string" }, "hook47": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 47 utilisée" }, "type": "string" }, "hook48": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 48 utilisée" }, "type": "string" }, "hook49": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 49 utilisée" }, "type": "string" }, "hook50": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 50 utilisée" }, "type": "string" }, "hook51": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 51 utilisée" }, "type": "string" }, "hook52": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 52 utilisée" }, "type": "string" }, "hook53": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 53 utilisée" }, "type": "string" }, "hook54": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 54 utilisée" }, "type": "string" }, "hook55": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 55 utilisée" }, "type": "string" }, "hook56": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 56 utilisée" }, "type": "string" }, "hook57": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 57 utilisée" }, "type": "string" }, "hook58": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 58 utilisée" }, "type": "string" }, "hook59": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 59 utilisée" }, "type": "string" }, "hook60": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 60 utilisée" }, "type": "string" }, "hook61": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 61 utilisée" }, "type": "string" }, "hook62": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 62 utilisée" }, "type": "string" }, "hook63": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 63 utilisée" }, "type": "string" }, "hook64": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 64 utilisée" }, "type": "string" }, "hook65": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 65 utilisée" }, "type": "string" }, "hook66": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 66 utilisée" }, "type": "string" }, "hook67": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 67 utilisée" }, "type": "string" }, "hook68": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 68 utilisée" }, "type": "string" }, "hook69": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 69 utilisée" }, "type": "string" }, "hook70": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 70 utilisée" }, "type": "string" }, "hook71": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 71 utilisée" }, "type": "string" }, "hook72": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 72 utilisée" }, "type": "string" }, "hook73": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 73 utilisée" }, "type": "string" }, "hook74": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 74 utilisée" }, "type": "string" }, "hook75": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 75 utilisée" }, "type": "string" }, "hook76": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 76 utilisée" }, "type": "string" }, "hook77": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 77 utilisée" }, "type": "string" }, "hook78": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 78 utilisée" }, "type": "string" }, "hook79": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 79 utilisée" }, "type": "string" }, "hook80": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 80 utilisée" }, "type": "string" }, "hook81": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 81 utilisée" }, "type": "string" }, "hook82": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 82 utilisée" }, "type": "string" }, "hook83": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 83 utilisée" }, "type": "string" }, "hook84": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 84 utilisée" }, "type": "string" }, "hook85": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 85 utilisée" }, "type": "string" }, "hook86": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 86 utilisée" }, "type": "string" }, "hook87": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 87 utilisée" }, "type": "string" }, "hook88": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 88 utilisée" }, "type": "string" }, "hook89": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 89 utilisée" }, "type": "string" }, "hook90": { "description": { "en": "Name of a hook used by the extension.", "fr": "nom d'une accroche utilisée par l'extension" }, "label": { "fr": "accroche 90 utilisée" }, "type": "string" }, "newhook1": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 1 fournie" }, "type": "string", "example": "CentralNoticeCampaignChange" }, "newhook2": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 2 fournie" }, "type": "string" }, "newhook3": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 3 fournie" }, "type": "string" }, "newhook4": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 4 fournie" }, "type": "string" }, "newhook5": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 5 fournie" }, "type": "string" }, "newhook6": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 6 fournie" }, "type": "string" }, "newhook7": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 7 fournie" }, "type": "string" }, "newhook8": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 8 fournie" }, "type": "string" }, "newhook9": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 9 fournie" }, "type": "string" }, "newhook10": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 10 fournie" }, "type": "string" }, "newhook11": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 11 fournie" }, "type": "string" }, "newhook12": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 12 fournie" }, "type": "string" }, "newhook13": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 13 fournie" }, "type": "string" }, "newhook14": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 14 fournie" }, "type": "string" }, "newhook15": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 15 fournie" }, "type": "string" }, "newhook16": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 16 fournie" }, "type": "string" }, "newhook17": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 17 fournie" }, "type": "string" }, "newhook18": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 18 fournie" }, "type": "string" }, "newhook19": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 19 fournie" }, "type": "string" }, "newhook20": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 20 fournie" }, "type": "string" }, "newhook21": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 21 fournie" }, "type": "string" }, "newhook22": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 22 fournie" }, "type": "string" }, "newhook23": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 23 fournie" }, "type": "string" }, "newhook24": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 24 fournie" }, "type": "string" }, "newhook25": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 25 fournie" }, "type": "string" }, "newhook26": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 26 fournie" }, "type": "string" }, "newhook27": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 27 fournie" }, "type": "string" }, "newhook28": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 28 fournie" }, "type": "string" }, "newhook29": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 29 fournie" }, "type": "string" }, "newhook30": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 30 fournie" }, "type": "string" }, "newhook31": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 31 fournie" }, "type": "string" }, "newhook32": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 32 fournie" }, "type": "string" }, "newhook33": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 33 fournie" }, "type": "string" }, "newhook34": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 34 fournie" }, "type": "string" }, "newhook35": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 35 fournie" }, "type": "string" }, "newhook36": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 36 fournie" }, "type": "string" }, "newhook37": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 37 fournie" }, "type": "string" }, "newhook38": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 38 fournie" }, "type": "string" }, "newhook39": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 39 fournie" }, "type": "string" }, "newhook40": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 40 fournie" }, "type": "string" }, "newhook41": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 41 fournie" }, "type": "string" }, "newhook42": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 42 fournie" }, "type": "string" }, "newhook43": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 43 fournie" }, "type": "string" }, "newhook44": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 44 fournie" }, "type": "string" }, "newhook45": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 45 fournie" }, "type": "string" }, "newhook46": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 46 fournie" }, "type": "string" }, "newhook47": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 47 fournie" }, "type": "string" }, "newhook48": { "description": "Name of a hook provided by the extension.", "label": { "fr": "accroche 48 fournie" }, "type": "string" }, "newhook49": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 49 fournie" }, "type": "string" }, "newhook50": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 50 fournie" }, "type": "string" }, "newhook51": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 51 fournie" }, "type": "string" }, "newhook52": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 52 fournie" }, "type": "string" }, "newhook53": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 53 fournie" }, "type": "string" }, "newhook54": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 54 fournie" }, "type": "string" }, "newhook55": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 55 fournie" }, "type": "string" }, "newhook56": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 56 fournie" }, "type": "string" }, "newhook57": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 57 fournie" }, "type": "string" }, "newhook58": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 58 fournie" }, "type": "string" }, "newhook59": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 59 fournie" }, "type": "string" }, "newhook60": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 60 fournie" }, "type": "string" }, "newhook61": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 61 fournie" }, "type": "string" }, "newhook62": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 62 fournie" }, "type": "string" }, "newhook63": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 63 fournie" }, "type": "string" }, "newhook64": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 64 fournie" }, "type": "string" }, "newhook65": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 65 fournie" }, "type": "string" }, "newhook66": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 66 fournie" }, "type": "string" }, "newhook67": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 67 fournie" }, "type": "string" }, "newhook68": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 68 fournie" }, "type": "string" }, "newhook69": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 69 fournie" }, "type": "string" }, "newhook70": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 70 fournie" }, "type": "string" }, "newhook71": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 71 fournie" }, "type": "string" }, "newhook72": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 72 fournie" }, "type": "string" }, "newhook73": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 73 fournie" }, "type": "string" }, "newhook74": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 74 fournie" }, "type": "string" }, "newhook75": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 75 fournie" }, "type": "string" }, "newhook76": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 76 fournie" }, "type": "string" }, "newhook77": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 77 fournie" }, "type": "string" }, "newhook78": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 78 fournie" }, "type": "string" }, "newhook79": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 79 fournie" }, "type": "string" }, "newhook80": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 80 fournie" }, "type": "string" }, "newhook81": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 81 fournie" }, "type": "string" }, "newhook82": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 82 fournie" }, "type": "string" }, "newhook83": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 83 fournie" }, "type": "string" }, "newhook84": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 84 fournie" }, "type": "string" }, "newhook85": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 85 fournie" }, "type": "string" }, "newhook86": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 86 fournie" }, "type": "string" }, "newhook87": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 87 fournie" }, "type": "string" }, "newhook88": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 88 fournie" }, "type": "string" }, "newhook89": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 89 fournie" }, "type": "string" }, "newhook90": { "description": { "en": "Name of a hook provided by the extension.", "fr": "nom d'une accroche fournie par l'extension" }, "label": { "fr": "accroche 90 fournie" }, "type": "string" }, "compatibility": { "label": { "en": "Compatibility chart", "fr": "compatibilités" }, "example": "Template:Extension Testing", "description": { "fr": "liste des compatibilités" }, "type": "string" }, "translate": { "description": { "en": "Optional parameter to link the exact page where (message group id with which) the extension will be translatable on translatewiki.net if enabled.", "fr": "paramètre optionnel identifiant du groupe de messages pointant vers la page exacte sur translatewiki.net et permettant de traduire l'extension si elle y est autorisée." }, "label": { "en": "TranslateWiki group", "fr": "groupe translatewiki" }, "example": "ext-discussiontools", "type": "string" }, "bugzilla": { "deprecated": true, "label": { "en": "Bugzilla component name", "fr": "composant Bugzilla" }, "type": "string", "description": { "fr": "nom du composant Bugzilla", "en": "name of the Bugzilla component" } }, "vagrant-role": { "label": { "en": "Vagrant role", "fr": "rôle Vagrant" }, "description": { "en": "A MediaWiki-Vagrant role that lets you use this extension", "fr": "rôle Vagrant vous permettant d'utiliser cette extension" }, "type": "string", "example": "visualeditor" }, "CheckUsageNameOverride": { "label": { "en": "Check usage link", "fr": "contrôle d'utilisation" }, "description": { "en": "Override the page name used for the check usage link.", "fr": "nouvelle page pour le contrôle de l'utilisation " }, "type": "string" }, "compatibility policy": { "description": { "en": "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", "fr": "Pour les versions plus anciennes de MediaWiki, doit-on utiliser la branche Master de l'extension ou la branche REL1_XX correspondant à la version de MediaWiki ?" }, "type": "string", "suggested": true, "label": { "en": "Compatibility policy", "fr": "règles de compatibilité" }, "suggestedvalues": [ "master", "rel", "ltsrel" ], "example": "1.39.x only" }, "latest release date": { "aliases": [ "update", "latest_release_date" ], "label": { "en": "Latest version release date", "fr": "date de la dernière version" }, "suggested": true, "description": { "en": "date of the last release", "fr": "date de la dernière version" }, "type": "string", "example": "2024/03/18" }, "latest preview version": { "aliases": [ "version preview", "latest_preview_version", "version_preview" ], "label": { "en": "Latest preview version", "fr": "version du dernier aperçu" }, "description": { "en": "version of the last preview", "fr": "version du dernier aperçu" }, "type": "string" }, "latest release version": { "aliases": [ "version", "latest_release_version" ], "label": { "en": "Latest version", "fr": "dernière version" }, "suggested": true, "description": { "en": "version of the last release", "fr": "dernière version publiée" }, "type": "string", "example": "4.4.2" }, "latest preview date": { "aliases": [ "update preview", "latest_preview_date", "update_preview" ], "label": { "en": "Latest preview version update date", "fr": "dernière date de mise à jour de l'aperçu" }, "description": { "en": "date of the last preview", "fr": "date de la dernière mise à jour de l'aperçu" }, "type": "string", "example": "ltsrel" }, "maintainer": { "label": { "en": "Maintainer", "fr": "mainteneur" }, "description": { "en": "Username or other information about who maintains this extension.", "fr": "nom d'utilisateur ou autres informations sur la personne qui maintient cette extension." }, "type": "string" }, "table11": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 11", "fr": "table11 hors noyau " }, "type": "string", "example": "cn_known_devices" }, "table12": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 12", "fr": "table12 hors noyau " }, "type": "string", "example": "cn_template_devices" }, "table13": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 13", "fr": "table13 hors noyau " }, "type": "string", "example": "cn_known_mobile_carriers" }, "table14": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 14", "fr": "table14 hors noyau " }, "type": "string", "example": "cn_notice_mobile_carriers" }, "table15": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 15", "fr": "table15 hors noyau " }, "type": "string", "example": "cn_notice_log" }, "table16": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 16", "fr": "table16 hors noyau " }, "type": "string", "example": "cn_template_log" }, "table17": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 17", "fr": "table17 hors noyau " }, "type": "string" }, "table18": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 18", "fr": "table18 hors noyau " }, "type": "string" }, "table19": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 19", "fr": "table19 hors noyau " }, "type": "string" }, "table20": { "description": { "en": "Name of a non-core table used by the extension.", "fr": "nom d'une table externe au noyau utilisée par l'extension" }, "label": { "en": "Non-core table 20", "fr": "table20 hors noyau " }, "type": "string" } }, "paramOrder": [ "name", "status", "license", "templatemode", "image", "imagesize", "type", "type1", "type2", "type3", "type4", "type5", "type6", "description", "author", "username", "maintainer", "latest release version", "latest release date", "latest preview version", "latest preview date", "compatibility policy", "mediawiki", "php", "needs-updatephp", "composer", "phabricator", "table1", "table2", "table3", "table4", "table5", "table6", "table7", "table8", "table9", "table10", "table11", "table12", "table13", "table14", "table15", "table16", "table17", "table18", "table19", "table20", "download", "readme", "changelog", "example", "namespace", "parameters", "tags", "rights", "hook1", "hook2", "hook3", "hook4", "hook5", "hook6", "hook7", "hook8", "hook9", "hook10", "hook11", "hook12", "hook13", "hook14", "hook15", "hook16", "hook17", "hook18", "hook19", "hook20", "hook21", "hook22", "hook23", "hook24", "hook25", "hook26", "hook27", "hook28", "hook29", "hook30", "hook31", "hook32", "hook33", "hook34", "hook35", "hook36", "hook37", "hook38", "hook39", "hook40", "hook41", "hook42", "hook43", "hook44", "hook45", "hook46", "hook47", "hook48", "hook49", "hook50", "hook51", "hook52", "hook53", "hook54", "hook55", "hook56", "hook57", "hook58", "hook59", "hook60", "hook61", "hook62", "hook63", "hook64", "hook65", "hook66", "hook67", "hook68", "hook69", "hook70", "hook71", "hook72", "hook73", "hook74", "hook75", "hook76", "hook77", "hook78", "hook79", "hook80", "hook81", "hook82", "hook83", "hook84", "hook85", "hook86", "hook87", "hook88", "hook89", "hook90", "newhook1", "newhook2", "newhook3", "newhook4", "newhook5", "newhook6", "newhook7", "newhook8", "newhook9", "newhook10", "newhook11", "newhook12", "newhook13", "newhook14", "newhook15", "newhook16", "newhook17", "newhook18", "newhook19", "newhook20", "newhook21", "newhook22", "newhook23", "newhook24", "newhook25", "newhook26", "newhook27", "newhook28", "newhook29", "newhook30", "newhook31", "newhook32", "newhook33", "newhook34", "newhook35", "newhook36", "newhook37", "newhook38", "newhook39", "newhook40", "newhook41", "newhook42", "newhook43", "newhook44", "newhook45", "newhook46", "newhook47", "newhook48", "newhook49", "newhook50", "newhook51", "newhook52", "newhook53", "newhook54", "newhook55", "newhook56", "newhook57", "newhook58", "newhook59", "newhook60", "newhook61", "newhook62", "newhook63", "newhook64", "newhook65", "newhook66", "newhook67", "newhook68", "newhook69", "newhook70", "newhook71", "newhook72", "newhook73", "newhook74", "newhook75", "newhook76", "newhook77", "newhook78", "newhook79", "newhook80", "newhook81", "newhook82", "newhook83", "newhook84", "newhook85", "newhook86", "newhook87", "newhook88", "newhook89", "newhook90", "compatibility", "translate", "vagrant-role", "CheckUsageNameOverride", "bugzilla" ] }</templatedata>

Maintenance: vulnerabilities, archived