MediaWiki API yardımı

Bu otomatik olarak oluşturulan bir MediaWiki API belgelenme sayfasıdır.

Belgeler ve örnekler: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=sxdelete

(main | sxdelete)
  • Bu modül okuma hakları gerektirir.
  • Bu modül yazma hakları gerektirir.
  • Bu modül yalnızca POST isteklerini kabul eder.
  • Kaynak: ContentTranslation
  • Lisans: GPL-2.0-or-later

Delete the draft section translation and its parallel corpora from database.

Parametre:
Other general parameters are available.
sectiontranslationid

The section translation id associated with the draft section translation.

Bu parametre gerekli.
Tür: tamsayı
translationid

The translation id associated with the draft section translation.

Bu parametre gerekli.
Tür: tamsayı
sectionid

The id of the section of the draft section translation.

Bu parametre gerekli.
token

action=query&meta=tokens üzerinden alınan bir "csrf" anahtarı

Bu parametre gerekli.
Örnek:
Delete a draft associated with given translation id and section id.
api.php?action=sxdelete&translationid=1&sectionid=100_20 [sandbox'ta açın]