MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de

action=mobileview

(main | mobileview)
  • Dieses Modul erfordert Leserechte.
  • Quelle: MobileFrontend
  • Lizenz: GPL-2.0+

Gibt Daten zurück, die für mobile Ansichten benötigt werden.

Parameter:
page

Titel der zu verarbeitenden Seite.

Dieser Parameter ist erforderlich.
redirect

Ob Weiterleitungen gefolgt werden soll.

Einer der folgenden Werte: yes, no
Standard: 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.
Werte (mit | trennen): id, text, sections, normalizedtitle, lastmodified, lastmodifiedby, revision, protection, editable, languagecount, hasvariants, displaytitle, pageprops, description, contentmodel
Standard: text|sections|normalizedtitle
sectionprop

Welche Informationen über Abschnitte abgerufen werden sollen.

Werte (mit | trennen): toclevel, level, line, number, index, fromtitle, anchor
Standard: toclevel|line
pageprops

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

Standard: notoc|noeditsection|wikibase_item
variant

Konvertiert Inhalt in seine Sprachvariante.

noimages

HTML ohne Bilder zurückgeben.

Type: boolean (details)
noheadings

Schließt keine Überschriften in der Ausgabe ein.

Type: boolean (details)
notransform

Wandelt HTML nicht in eine mobilspezifische Version um.

Type: boolean (details)
onlyrequestedsections

Return only requested sections even with prop=sections.

Type: boolean (details)
offset

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

Der Wert darf nicht kleiner sein als 0.
Type: integer
Standard: 0
maxlen

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

Der Wert darf nicht kleiner sein als 0.
Type: integer
Standard: 0
Beispiele:
Ruft Informationen zum Abschnitt 0 von Doom metal ab
api.php?action=mobileview&page=Doom_metal&sections=0
Get information about section 0 and sections containing references of Candlemass
api.php?action=mobileview&page=Candlemass&sections=0|references
Get information about sections 1 and later and sections containing references of Candlemass
api.php?action=mobileview&page=Candlemass&sections=1-|references