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=chartinfo
(main | chartinfo)
- Questo modulo è interno o instabile e non dovresti usarlo. Il suo funzionamento potrebbe variare senza preavviso.
- Questo modulo richiede i diritti di lettura.
- Fonte: Chart
- Licenza: 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.
Parametro specifico:
Sono disponibili altri parametri generali.
- global
Set to true to include all connected wikis instead of the local wiki only.
- Tipo: booleano (dettagli)
Esempi:
- Fetch of the local wiki's charts count.
- api.php?action=chartinfo&formatversion=2&format=jsonfm [apri in una sandbox]
- Fetch of all wikis' charts count.
- api.php?action=chartinfo&global=0&formatversion=2&format=jsonfm [apri in una sandbox]