Template:Extension/fa
File:OOjs UI icon alert-yellow.svg | This template employs intricate features of template syntax.
You are encouraged to familiarize yourself with its setup and parser functions before editing the template. If your edit causes unexpected problems, please undo it quickly, as this template may appear on a large number of pages. Remember that you can conduct experiments, and should test all improvements, in either the general sandbox or your user space before changing anything here. |
File:Lua-logo-nolabel.svg | Uses Lua: |
File:Farm-Fresh css add.svg | This template uses TemplateStyles: |
This template should be added to all extension pages on this wiki (but only the main page). It will add a useful infobox (see below) and will automatically add the extension to Category:All extensions , along with the appropriate status and implementation type categories.
استفاده
کپی کنید و بچسبانید: {{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 = }}برای کمک با مقدارهای پارامتر، اینرا ببینید. |
|
Content parameters
This section describes parameters that govern infobox content. For help with templatemode and other control parameters, please see Control parameters.
پارامتر | توضیحات |
---|---|
name | نام افزونه |
status |
وضعیت انتشار کنونی One of:
If the status is anything other than the above, it will be ignored and the default value of 'Unknown' will be displayed in the template instead. In cases where the value is omitted, it will be categorised as unknown. In cases where the value is invalid, it will be placed in a special category so that the error can be caught and fixed. |
type1 type2 type3 type4 type5 type6 | implementation type
The implementation strategy(s) employed in building this extension. This parameter is used to create categories that help programmers find examples of various MediaWiki specific implementation strategies or patterns. Although the values of this parameter sometimes coincide with the use case or purpose of an extension, that is not reason for this parameter. If the values you have chosen for this parameter do not adequately identify the purpose or possible use cases, we recommend you add additional category links as needed. Allowed values for the type1, type2, ... parameters are:
Any other value for 'type' is invalid, and will cause the extension to be placed in Category:Extensions with invalid or missing type/fa. Note: Many extensions have more than one type, if this applies to yours, replace|type= with |type1=|type2=|type3=... . You may define up to six types for an extension. |
hook1 hook2 hook3 hook4 ... |
name of each hook used by the extension
Entering values in this field is a good way to get exposure for your extension and help other developers. Each documented hook will automatically add the extension to a category listing extensions that use that hook. This category is autolinked to each hook page so that programmers can easily find examples of extensions that use a particular hook. For built-in hooks:
For custom hooks defined by extensions:
For multiple hooks, assign the first hook to hook1, the second to hook2 and so on. |
newhook1 newhook2 newhook3 newhook4 ... newhook90 |
name of each hook provided by the extension You might also want to add the hooks to Extension hook registry. |
username | 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. |
The extension author's name, if different from their MediaWiki.org username. متن آزاد. If omitted then the 'username' field will be used (if present). | |
description | توضیح کوتاه |
image | نماگرفت یا نشانوارهٔ افزونه. It should be provided without namespace and without [[]]s. |
imagesize | Facultative, size of the image without adding px, e.g. 360 (default size is 300px) |
version | آخرین نگارش |
update | تاریخ آخرین بهروزرسانی |
version preview | Preview version |
update preview | Date of the last update to the preview version |
compatibility policy | Compatibility policy (accepted values: master, main, rel, ltsrel). (backlog ) |
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 . |
php | نگارش پیاچپی موردنیاز |
needs-updatephp |
Extensions which conform to MediaWiki extension standards come with a schema change script which you need to start manually (once) before starting and accessing the MediaWiki through your browser, and after you copied all the extension files to
1>$IP </> stands for the Installation Path (or "directory") of your MediaWiki installation, the same directory that holds <tvar |
composer | The 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 | name of each non-core table used by the extension Links to a subpage of your extension page. For instance, "table1 = cu_changes" at Extension:CheckUser will link to Extension:CheckUser/cu_changes table . Don't list core tables such as page or revision ; only list tables that are added by extensions. |
license | License governing use of this extension, as one of the codes found in https://spdx.org/licenses/, e.g. GPL-2.0-or-later , GPL-2.0-only or GPL-3.0-or-later , etc. |
download | link to the download : Git, {{WikimediaDownload/fa }}. |
repo | Name of the Gerrit repository the extension's code is stored in, if different from the page name. Setting this automatically sets |download= , and allows the template to automatically load data from the appropriate extension.json file. |
readme | External link to the readme file, e.g. https://phabricator.wikimedia.org/r/browse/mediawiki/extensions/Flow;master;README |
changelog | External link to the changelog file, e.g. Extension:GeoGebra/Changelog |
help | Link 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). |
example | Example, website or screenshot of working extension |
namespace | namespace in which this extension is used |
parameters | Available parameters for LocalSettings.php |
Any tags your extension uses (e.g. <tag1>, <tag2>). | |
rights | Rights added by the extension. Not to be confused with the license! Rights are such as makebot or desysop , not such as GFDL or LGPL or GPL - those are licenses! |
compatibility | Additional compatibility information, for instance compatibility charts. It's encouraged to add any client-side compatibility information here too, especially when diverging from expectations of full support for a browser. |
bugzilla | Bugzilla MediaWiki extension component name |
phabricator | Phabricator project name |
translate |
Optional parameter to link the exact page where (message group id with which) the extension will be translatable on translatewiki.net if enabled. If the default link is incorrect, manually set it to:
|
vagrant-role | MediaWiki-Vagrant role |
CheckUsageNameOverride | Override the page name used for the check usage link. |
پارامترهای واپایش
پارامتر | توضیحات |
---|---|
templatemode |
Controls auto-categorisation of host page. Normally left blank. Alternate values are:
|
استفاده از جعبهٔ اطلاعات
برگههای افزونههای موجود
If you want to add the infobox to an existing page, copy and paste the code at the top of this page.
ساختن یک نوشتار افزونهٔ تازه
If you want to create a new extension page, enter the name below and click the button. A new page will be created with the infobox template already in place.
<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
Enhancing this template
If you would like to improve on this template, thanks! This is a complicated template so here is some help along the way:
The Create extension button
To improve the create extension button behavior:
- Template:Extension/Sample : The boilerplate extension that is preloaded into newly-created pages.
- Template:Extension/CreateExtensionInputBox : An input box that can be inserted wherever you want users to easily create extensions. For documentation on the
<inputbox>
tag, please see Extension:InputBox .
Infobox parameters
In general:
- To make this template easy to use, each label in the infobox is linked to documentation on the template parameter(s) it displays. If you add a parameter, please be sure to also add it to the content parameter documentation and link its label to that documentation.
To change/correct/add to the implementation type parameters:
- Check the talk page - there have been some extensive discussions about this field.
- The valid types and what they link to are defined at Module:Extension
To change the behavior of the hook parameters:
- Template:Extension/HookInUse: Adds links and categories for a hook in use. Multiple hooks in use are implemented by calling this template with Template:Foreach.
- Template:Extension/HookInUseNoCats: Used instead of Template:Extension/HookInUse when this template is used in
templatemode=nocats
. Templates used with Template:Foreach can only take one parameter so we need to wrap the call to Template:Extension/HookInUse with another template that sets the mode.
Test case
See if the following pages are still ok, after edited this template.
TemplateData
TemplateData |
---|
· <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/fa <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
- Pages with script errors
- Pages using duplicate arguments in template calls
- Pages with broken file links
- Intricate templates/fa
- Lua-based templates
- Templates using TemplateStyles/fa
- Extensions with manual MediaWiki version
- Extensions supporting Composer/fa
- Templates using TemplateData/fa
- Info templates/fa
- Extension creation/fa
- Categorizing templates/fa
- Extension templates/fa
- Template documentation pages/fa
- Infobox templates/fa