Справка MediaWiki API
Это автоматически сгенерированная страница документации MediaWiki API.
Документация и примеры: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=growthinvalidateimagerecommendation
(main | growthinvalidateimagerecommendation)
- Этот модуль является внутренним или нестабильным, и вам не следует его использовать. Его работа может быть изменена без предварительного уведомления.
- Этот модуль требует прав на чтение.
- Этот модуль принимает только POST-запросы.
- Источник: GrowthExperiments
- Лицензия: GPL-3.0-or-later
Недействительная рекомендация изображения.
Calling this API will:
- Reset the "hasrecommendation:image" weighted tag for the article, so the article is no longer returned in search results for image suggestions.
- Add the article to a short-lived cache, which the GrowthExperiments extension's ImageRecommendationFilter consults to decide if the article should be excluded from the user's suggested edits queue when accessed on Special:Homepage or via the action=query&list=growthtasks API.
- 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: mediawiki.org
Определённые параметры:
Other general parameters are available.
- tasktype
Task type (top-level or section-level)
- Одно из следующих значений: image-recommendation, section-image-recommendation
- По умолчанию: image-recommendation
- title
Название статьи, для которой предлагается изображение
- Это обязательный параметр.
- Тип: название страницы
- Принимает несуществующие страницы.
- filename
The unprefixed filename for the image recommendation, e.g. Foo.jpg
- Это обязательный параметр.
- 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
- Тип: целочисленное значение
- token
Токен «csrf», полученный из action=query&meta=tokens
- Это обязательный параметр.