Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=chartinfo
(main | chartinfo)
- Dieses Modul ist intern oder instabil und sollte nicht verwendet werden. Seine Operationen können ohne Ankündigung geändert werden.
- Dieses Modul erfordert Leserechte.
- Quelle: Chart
- Lizenz: GPL-3.0-or-later
Retrieve current count of how many unique Chart page usages there are. Multiple uses of the same chart on the same page are considered a single use.
Spezifischer Parameter:
Weitere allgemeine Parameter sind verfügbar.
- global
Set to true to include all connected wikis instead of the local wiki only.
- Type: boolean (details)
Beispiele:
- Fetch of the local wiki's charts count.
- api.php?action=chartinfo&formatversion=2&format=jsonfm [in Spielwiese öffnen]
- Fetch of all wikis' charts count.
- api.php?action=chartinfo&global=0&formatversion=2&format=jsonfm [in Spielwiese öffnen]