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=growthinvalidateimagerecommendation

(main | growthinvalidateimagerecommendation)
  • Bu modül dahili veya kararsız. Çalışması önceden bildirilmeksizin değiştirilebilir.
  • Bu modül okuma hakları gerektirir.
  • Bu modül yalnızca POST isteklerini kabul eder.
  • Kaynak: GrowthExperiments
  • Lisans: GPL-3.0-or-later

Invalidate an image recommendation.

Calling this API will:

  • Generate and send an event to EventGate to the image-suggestion-feedback stream. This allows improvements in the image suggestion pipeline, as the code in the pipeline can account for user feedback when generating recommendations.

Further reading: mw:Growth/Personalized_first_day/Structured_tasks/Add_an_image

Parametre:
Other general parameters are available.
tasktype

Task type (top-level or section-level)

Aşağıdaki değerlerden biri: image-recommendation, section-image-recommendation
Varsayılan: image-recommendation
title

Title of the article the image recommendation task is for

Bu parametre gerekli.
Tür: sayfa başlığı
Var olmayan sayfaları kabul eder.
filename

The unprefixed filename for the image recommendation, e.g. Foo.jpg

Bu parametre gerekli.
sectiontitle

The title of the section the image recommendation is for, e.g. History

sectionnumber

The 1-based index of the section the image recommendation is for, e.g. 3

Tür: tamsayı
token

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

Bu parametre gerekli.