MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
prop=flagged
- Dieses Modul erfordert Leserechte.
- Quelle: Gesichtete Versionen
- Lizenz: GPL-2.0-or-later
Ruft Informationen über den Markierungsstatus der angegebenen Seiten ab.
If a page is flagged, the following parameters are returned:
- stable_revid
- The revision ID of the latest stable revision.
- level
- level_text
- The highest flagging level of the page.
- pending_since
- If there are any current unreviewed revisions for that page, holds the timestamp of the first of them.
If the page has protection configuration, the following parameters are returned:
- protection_level
- The right a user must have to not require review on the page.
- protection_expiry
- When the protection expires.
Beispiele:
- Ruft Seiteninformationen und den Markierungsstatus von Main Page ab
- api.php?action=query&prop=info|flagged&titles=Main%20Page [in Spielwiese öffnen]
- Ruft die Markierungsstatusse für Seiten ab, die mit „K“ beginnen
- api.php?action=query&generator=allpages&gapfrom=K&prop=flagged [in Spielwiese öffnen]