MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=managetags

(main | managetags)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: MediaWiki
  • License: GPL-2.0+

أداء المهام الإدارية المتعلقة بتغيير الوسوم.

Parameters:
operation

أي الإجراءات ستنفذ: ؛ إنشاء: إنشاء وسم التغيير جديدة للاستخدام اليدوي. ؛ حذف: إزالة وسم التغيير من قاعدة البيانات، بما في ذلك إزالة الوسم من كافة المراجعات، وإدخالات التغيير الأخيرة، وإدخالات السجل المستخدم. ؛ تنشيط: تنشيط وسم التغيير، مما يسمح للمستخدمين بتطبيقه يدويا.

إلغاء
إلغاء تنشيط وسم التغيير، ومنع المستخدمين من تطبيقه يدويا.
This parameter is required.
One of the following values: create، delete، activate، deactivate
tag

Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined.

This parameter is required.
reason

سبب اختياري لإنشاء، وحذف، وتفعيل أو تعطيل الوسم.

ignorewarnings

إذا كان سيتم تجاهل أي تحذيرات تصدر خلال العملية.

Type: boolean (details)
tags

Change tags to apply to the entry in the tag management log.

Values (separate with | or alternative):
token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.