Ayuda de la API de MediaWiki
Esta es una página de documentación autogenerada de la API de MediaWiki.
Documentación y ejemplos: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=reportproblem
(main | reportproblem)
- Este módulo requiere permisos de lectura.
- Este módulo requiere permisos de escritura.
- Este módulo solo acepta solicitudes POST.
- Fuente: ProblemReports
- Licencia: GPL-2.0-or-later
Report a problem with a wiki page.
Parámetros:
- pr_title
Title of the page which has a problem
- pr_cat
Numeric code (which is treated as a string for...reasons) representing the problem category
- pr_ns
Namespace of the page in question
- Tipo: entero
- pr_summary
Summary of what is wrong with the page
- pr_reporter
Name or user name of the person reporting a problem with the page
- pr_email
Email address of the person reporting a problem with the page (for contacting anonymous users about their report, not shown publicly anywhere)
- pr_browser
The user's browser's full User-Agent string
- token
A "csrf" token retrieved from action=query&meta=tokens
- Este parámetro es obligatorio.
Ejemplo:
- Report a problem with the page titled "Main Page"
- api.php?action=reportproblem&title=Main_Page [abrir en la zona de pruebas]