واجهة برمجة التطبيقات:التعامل_مع_الوسوم

This page is a translated version of the page API:Managetags and the translation is 100% complete.

معاملات

  • operation: ما هي العملية المطلوب تنفيذها. القيم الممكنة: create, delete, activate, deactivate
  • tag: الوسم المطلوب إنشاءه أو حذفه أو تنشيطه أو إلغاء تنشيطه. لأغراض إنشاء الوسوم، يتعين ألا يوجد الوسم من قبل. لأغراض حذف الوسوم، يتعين أن يكون الوسم قائمًا بالفعل. لأغراض تنشيط الوسوم، يتعين أن يكون الوسم قائمًا بالفعل وألا يكون أحد الامتدادات يستخدمه. لأغراض إلغاء تنشيط الوسوم، يتعين أن يكون الوسم منشّطًا في الوقت الراهن ومحدد يدويًا.
  • reason: سبب اختياري لأغراض إنشاء الوسم أو حذفه أو تنشيطه أو إلغاء تنشيطه.
  • ignorewarnings: Whether to ignore any warnings that are issued during the operation. النوع: boolean
  • token: رمز «csrf» مجلوب من action=query&meta=tokens.



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-or-later

Perform management tasks relating to change tags.

Specific parameters:
Other general parameters are available.
operation

Which operation to perform:

create
Create a new change tag for manual use.
delete
Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used.
activate
Activate a change tag, allowing users to apply it manually.
deactivate
Deactivate a change tag, preventing users from applying it manually.
This parameter is required.
One of the following values: activate, create, deactivate, delete
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

An optional reason for creating, deleting, activating or deactivating the tag.

Default: (empty)
ignorewarnings

Whether to ignore any warnings that are issued during the operation.

Type: boolean (details)
tags

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

Values (separate with | or alternative): convenient-discussions, possible vandalism, repeating characters
token

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

This parameter is required.

انظر أيضا