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=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.
- atcontinue
- Quando più risultati sono disponibili, usa questo per continuare. Informazioni più dettagliate su come continuare le query possono essere trovate su mediawiki.org. 
- 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 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
- Default: title
- atnamespace
- Il namespace da elencare. 
- Uno dei seguenti valori: -1, -2, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
- Default: 10
- atlimit
- Quanti elementi totali restituire. 
- Tipo: intero o max
- The value must be between 1 and 500.
- Default: 10
- atdir
- La direzione in cui elencare. 
- Uno dei seguenti valori: ascending, descending
- Default: ascending
- 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]