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
list=wikisets (ws)
- Questo modulo richiede i diritti di lettura.
- Fonte: CentralAuth
- Licenza: GPL-2.0-or-later
Enumerate all wiki sets.
Parametri specifici:
Sono disponibili altri parametri generali.
- wsfrom
The name of the wiki set to start from.
- wsprop
What pieces of information to include:
- type
- Opt-in based (includes only specified wikis) or opt-out based (includes all wikis except specified).
- wikisincluded
- The wikis that are included in this wiki set.
- wikisnotincluded
- The wikis that are not included in this wiki set.
- Valori (separati da | o alternativa): type, wikisincluded, wikisnotincluded
- wslimit
How many wiki sets to return.
- Tipo: intero o max
- The value must be between 1 and 500.
- Default: 10
- wsorderbyname
Ordina i risultati per nome.
- Tipo: booleano (dettagli)
Esempi:
- List wiki sets
- api.php?action=query&list=wikisets [apri in una sandbox]
- Show wiki sets with types
- api.php?action=query&list=wikisets&wsprop=type&wslimit=200 [apri in una sandbox]