API:Managetags
Appearance
Bu sayfa MediaWiki Eylem API'si belgelerinin bir parçasıdır. |
managetags | ||
---|---|---|
Etiketleri değiştirmekle ilgili yönetim görevlerini gerçekleştirin Bu modül jeneratör olarak kullanılamaz. | ||
Önek | ||
Gerekli haklar | managechangetags | |
Sadece gönderme mi? | Evet | |
Oluşturulan yardım | Şimdiki | |
Sürüm eklendi |
|
Parametreler
operation
: Gerçekleştirilecek işlem. Olası değerler: create, delete, activate, deactivatetag
: Oluşturmak, silmek, etkinleştirmek veya devre dışı bırakmak için etiket. Etiket oluşturmak için, etiketin mevcut olmaması gerekir. Etiket silmek için, etiketin mevcut olması gerekir. Etiket etkinleştirmek için, etiket mevcut olmalı ve bir uzantı tarafından kullanımda olmamalıdır. Etiketi devre dışı bırakmak için, etiketin halen aktif ve manüel olarak tanımlanmış olması gerekir.reason
: Etiketi oluşturmak, silmek, etkinleştirmek veya devre dışı bırakmak için isteğe bağlı gerekçe.ignorewarnings
: Whether to ignore any warnings that are issued during the operation. Tür: booleantoken
:action=query&meta=tokens
betiğinden erişilen bir "csrf" anahatarı.
Aşağıdaki belgelendirme, bu sitede (MediaWiki.org) çalışan MediaWiki'nin sürüm öncesi sürümü tarafından otomatik olarak oluşturulan Special: |
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.
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 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.
An optional reason for creating, deleting, activating or deactivating the tag.
- Default: (empty)
Whether to ignore any warnings that are issued during the operation.
- Type: boolean (details)
Change tags to apply to the entry in the tag management log.
- Values (separate with | or alternative): AWB, convenient-discussions
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
Examples:
- Create a tag named spam with the reason For use in edit patrolling
- api.php?action=managetags&operation=create&tag=spam&reason=For+use+in+edit+patrolling&token=123ABC [open in sandbox]
- Delete the vandlaism tag with the reason Misspelt
- api.php?action=managetags&operation=delete&tag=vandlaism&reason=Misspelt&token=123ABC [open in sandbox]
- Activate a tag named spam with the reason For use in edit patrolling
- api.php?action=managetags&operation=activate&tag=spam&reason=For+use+in+edit+patrolling&token=123ABC [open in sandbox]
- Deactivate a tag named spam with the reason No longer required
- api.php?action=managetags&operation=deactivate&tag=spam&reason=No+longer+required&token=123ABC [open in sandbox]
Ayrıca bakınız
- API:Tags - Etiketleri değişikliklere uygulama