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=allredirects (ar)
- Questo modulo richiede i diritti di lettura.
 - Questo modulo può essere utilizzato come generatore.
 - Fonte: MediaWiki
 - Licenza: GPL-2.0-or-later
 
List all redirects to a namespace.
- arcontinue
 Quando più risultati sono disponibili, usa questo per continuare. Informazioni più dettagliate su come continuare le query possono essere trovate su mediawiki.org.
- arfrom
 Il titolo del reindirizzamento da cui iniziare l'elenco.
- arto
 The title of the redirect to stop enumerating at.
- arprefix
 Search for all target pages that begin with this value.
- arunique
 Only show distinct target pages. Cannot be used with arprop=ids|fragment|interwiki. When used as a generator, yields target pages instead of source pages.
- Tipo: booleano (dettagli)
 - arprop
 Quali informazioni includere:
- ids
 - Adds the page ID of the redirecting page (cannot be used with arunique).
 - title
 - Aggiunge il titolo del redirect.
 - fragment
 - Adds the fragment from the redirect, if any (cannot be used with arunique).
 - interwiki
 - Adds the interwiki prefix from the redirect, if any (cannot be used with arunique).
 
- Valori (separati da | o alternativa): fragment, ids, interwiki, title
 - Predefinito: title
 - arnamespace
 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
 - Predefinito: 0
 - arlimit
 Quanti elementi totali restituire.
- Tipo: intero o max
 - The value must be between 1 and 500.
 - Predefinito: 10
 - ardir
 La direzione in cui elencare.
- Uno dei seguenti valori: ascending, descending
 - Predefinito: ascending
 
- List target pages, including missing ones, with page IDs they are from, starting at B.
 - api.php?action=query&list=allredirects&arfrom=B&arprop=ids|title [apri in una sandbox]
 - List unique target pages.
 - api.php?action=query&list=allredirects&arunique=&arfrom=B [apri in una sandbox]
 - Gets all target pages, marking the missing ones.
 - api.php?action=query&generator=allredirects&garunique=&garfrom=B [apri in una sandbox]
 - Ottieni le pagine contenenti i reindirizzamenti.
 - api.php?action=query&generator=allredirects&garfrom=B [apri in una sandbox]