MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=alltransclusions (at)
- Questo modulo richiede i diritti di lettura.
- Questo modulo può essere utilizzato come generatore.
- Fonte: MediaWiki
- Licenza: GPL-2.0-or-later
Elenca tutte le inclusioni (pagine incorporate utilizzando {{x}}), comprese le non esistenti.
Parametri:
- atcontinue
Quando più risultati sono disponibili, usa questo per continuare.
- atfrom
Il titolo dell'inclusione da cui iniziare l'elenco.
- atto
The title of the transclusion to stop enumerating at.
- atprefix
Search for all transcluded titles that begin with this value.
- atunique
Only show distinct transcluded titles. Cannot be used with atprop=ids. When used as a generator, yields target pages instead of source pages.
- Tipo: booleano (dettagli)
- atprop
Quali pezzi di informazioni includere:
- ids
- Adds the page ID of the transcluding page (cannot be used with atunique).
- title
- Aggiunge il titolo dell'inclusione.
- Valori (separati da | o alternativa): ids, title
- Predefinito: title
- atnamespace
Il namespace da elencare.
- Uno dei seguenti valori: -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 2300, 2301, 2302, 2303
- Predefinito: 10
- atlimit
Quanti elementi totali restituire.
- Non più di 500 (5 000 per bot) consentito.
- Tipo: intero o max
- Predefinito: 10
- atdir
La direzione in cui elencare.
- Uno dei seguenti valori: ascending, descending
- Predefinito: ascending
Esempi:
- List transcluded titles, including missing ones, with page IDs they are from, starting at B.
- api.php?action=query&list=alltransclusions&atfrom=B&atprop=ids|title [apri in una sandbox]
- List unique transcluded titles.
- api.php?action=query&list=alltransclusions&atunique=&atfrom=B [apri in una sandbox]
- Gets all transcluded titles, marking the missing ones.
- api.php?action=query&generator=alltransclusions&gatunique=&gatfrom=B [apri in una sandbox]
- Ottieni pagine contenenti le inclusioni.
- api.php?action=query&generator=alltransclusions&gatfrom=B [apri in una sandbox]