MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=mobileview
- Questo modulo è deprecato.
- Questo modulo richiede i diritti di lettura.
- Fonte: MobileFrontend
- Licenza: GPL-2.0-or-later
Returns data needed for mobile views.
- page
Titolo della pagina da elaborare.
- This parameter is required.
- redirect
Whether redirects should be followed.
- Uno dei seguenti valori: no, yes
- Default: 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.
- Valori (separati da | o alternativa): contentmodel, description, displaytitle, editable, hasvariants, id, languagecount, lastmodified, lastmodifiedby, namespace, normalizedtitle, pageprops, protection, revision, sections, text
- Default: text|sections|normalizedtitle
- sectionprop
What information about sections to get.
- Valori (separati da | o alternativa): anchor, fromtitle, index, level, line, number, toclevel
- Default: toclevel|line
- pageprops
What page properties to return, a pipe ("|") separated list or "*" for all properties.
- Default: notoc|noeditsection|wikibase_item
- variant
Convert content into this language variant.
- Predefinito: (vuoto)
- noimages
Return HTML without images.
- Tipo: booleano (dettagli)
- noheadings
Don't include headings in output.
- Tipo: booleano (dettagli)
- notransform
Don't transform HTML into mobile-specific version.
- Tipo: booleano (dettagli)
- onlyrequestedsections
Return only requested sections even with prop=sections.
- Tipo: booleano (dettagli)
- offset
Pretend all text result is one string, and return the substring starting at this point.
- Type: integer
- The value must be no less than 0.
- Default: 0
- maxlen
Pretend all text result is one string, and limit result to this length.
- Type: integer
- The value must be no less than 0.
- Default: 0
- revision
Richiedi una versione specifica.
- Type: integer
- The value must be no less than 0.
- Default: 0
- Ottieni informazioni sulla sezione 0 di Doom metal
- api.php?action=mobileview&page=Doom_metal§ions=0 [apri in una sandbox]
- Ottieni informazioni sulla sezione 0, e sezione contenenti i riferimenti di Candlemass
- api.php?action=mobileview&page=Candlemass§ions=0|references [apri in una sandbox]
- Ottieni informazioni sulla sezione 1 e successive, e sezione contenenti i riferimenti di Candlemass
- api.php?action=mobileview&page=Candlemass§ions=1-|references [apri in una sandbox]