MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
prop=info (in)
- Este módulo requiere permisos de lectura.
 - Fuente: MediaWiki
 - Licencia: GPL-2.0+
 
Obtener información básica de la página.
Parámetros:
- inprop
 Qué propiedades adicionales se obtendrán:
- protection
 - Listar el nivel de protección de cada página.
 - talkid
 - The page ID of the talk page for each non-talk page.
 - watched
 - List the watched status of each page.
 - watchers
 - The number of watchers, if allowed.
 - visitingwatchers
 - The number of watchers of each page who have visited recent edits to that page, if allowed.
 - notificationtimestamp
 - The watchlist notification timestamp of each page.
 - subjectid
 - La ID de página de la página principal de cada página de discusión.
 - url
 - Gives a full URL, an edit URL, and the canonical URL for each page.
 - readable
 - Si el usuario puede leer esta página.
 - preload
 - Gives the text returned by EditFormPreloadText.
 - displaytitle
 - Proporciona la manera en que se muestra realmente el título de la página
 
- Valores (separados por |): protection, talkid, watched, watchers, visitingwatchers, notificationtimestamp, subjectid, url, readable, preload, displaytitle
 - intestactions
 Test whether the current user can perform certain actions on the page.
- Separar los valores con |. El número máximo de los valores es 50 (500 para los bots).
 - intoken
 - En desuso.
 Usa action=query&meta=tokens en su lugar.
- Valores (separados por |): edit, delete, protect, move, block, unblock, email, import, watch
 - incontinue
 Cuando haya más resultados disponibles, utiliza esto para continuar.
Ejemplos:
- Obtener información acerca de la página Main Page.
 - api.php?action=query&prop=info&titles=Main%20Page [open in sandbox]
 - Obtén información general y protección acerca de la página Main Page.
 - api.php?action=query&prop=info&inprop=protection&titles=Main%20Page [open in sandbox]