MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=mobileview

(main | mobileview)
  • Este módulo requiere permisos de lectura.
  • Fuente: MobileFrontend
  • Licencia: GPL-2.0+

Devuelve los datos necesarios para las vistas en móviles.

Parámetros:
page

Título de la página que se procesará.

Este parámetro es obligatorio.
redirect

Si deben seguirse las redirecciones.

Uno de los siguientes valores: yes, no
Predeterminado: yes
sections

Pipe-separated list of section numbers for which to return text. "all" can be used to return for all. Ranges in format "1-4" mean get sections 1,2,3,4. Ranges without second number, e.g. "1-" means get all until the end. "references" can be used to specify that all sections containing references should be returned.

prop

Which information to get:

text
HTML of selected sections.
sections
Information about all sections on the page.
normalizedtitle
Normalized page title.
lastmodified
ISO 8601 timestamp for when the page was last modified, e.g. "2014-04-13T22:42:14Z".
lastmodifiedby
Information about the user who modified the page last.
revision
Return the current revision ID of the page.
protection
Information about protection level.
editable
Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons.
languagecount
Number of languages that the page is available in.
hasvariants
Whether or not the page is available in other language variants.
displaytitle
The rendered title of the page, with {{DISPLAYTITLE}} and such applied.
pageprops
Page properties.
Valores (separados por |): id, text, sections, normalizedtitle, lastmodified, lastmodifiedby, revision, protection, editable, languagecount, hasvariants, displaytitle, pageprops, description, contentmodel
Predeterminado: text|sections|normalizedtitle
sectionprop

Qué información de secciones obtener.

Valores (separados por |): toclevel, level, line, number, index, fromtitle, anchor
Predeterminado: toclevel|line
pageprops

What page properties to return, a pipe ("|") separated list or "*" for all properties.

Predeterminado: notoc|noeditsection|wikibase_item
variant

Convertir el contenido a esta variante del idioma.

noimages

Devolver HTML sin imágenes.

Tipo: booleano/lógico (detalles)
noheadings

No incluir los encabezados en la salida.

Tipo: booleano/lógico (detalles)
notransform

No transformar HTML a una versión específica para móviles.

Tipo: booleano/lógico (detalles)
onlyrequestedsections

Devolver solo las secciones requeridas incluso con prop=sections.

Tipo: booleano/lógico (detalles)
offset

Pretend all text result is one string, and return the substring starting at this point.

El valor no debe ser menor a 0.
Tipo: entero
Predeterminado: 0
maxlen

Pretend all text result is one string, and limit result to this length.

El valor no debe ser menor a 0.
Tipo: entero
Predeterminado: 0
Ejemplos:
Obtener información acerca de la sección 0 de Doom metal
api.php?action=mobileview&page=Doom_metal&sections=0
Obtener información acerca de la sección 0 y secciones que contienen referencias a Candlemass
api.php?action=mobileview&page=Candlemass&sections=0|references
Obtener información acerca de las secciones 1 y posteriores y de las secciones que contiene referencias a Candlemass
api.php?action=mobileview&page=Candlemass&sections=1-|references