MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=protectedtitles (pt)
- Questo modulo richiede i diritti di lettura.
 - Questo modulo può essere utilizzato come generatore.
 - Fonte: MediaWiki
 - Licenza: GPL-2.0+
 
Elenca tutti i titoli protetti dalla creazione.
Parametri:
- ptnamespace
 Elenca solo i titoli in questi namespace.
- Valori (separati da | o alternativa): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
 - Per specificare tutti i valori, utilizza *.
 - ptlevel
 Elenca solo i titoli con questi livelli di protezione.
- Valori (separati da | o alternativa): autoconfirmed, sysop
 - ptlimit
 Quante pagine totali restituire.
- Non più di 500 (5 000 per bot) consentito.
 - Tipo: intero o max
 - Predefinito: 10
 - ptdir
 In which direction to enumerate:
- newer
 - List oldest first. Note: ptstart has to be before ptend.
 - older
 - List newest first (default). Note: ptstart has to be later than ptend.
 
- Uno dei seguenti valori: newer, older
 - Predefinito: older
 - ptstart
 Start listing at this protection timestamp.
- Tipo: timestamp (formati consentiti)
 - ptend
 Stop listing at this protection timestamp.
- Tipo: timestamp (formati consentiti)
 - ptprop
 Quali proprietà ottenere:
- timestamp
 - Adds the timestamp of when protection was added.
 - user
 - Aggiunge l'utente che ha aggiunto la protezione.
 - userid
 - Aggiunge l'ID utente che ha aggiunto la protezione.
 - comment
 - Aggiunge il commento per la protezione.
 - parsedcomment
 - Adds the parsed comment for the protection.
 - expiry
 - Adds the timestamp of when the protection will be lifted.
 - level
 - Aggiunge il livello di protezione.
 
- Valori (separati da | o alternativa): timestamp, user, userid, comment, parsedcomment, expiry, level
 - Predefinito: timestamp|level
 - ptcontinue
 Quando più risultati sono disponibili, usa questo per continuare.
Esempi:
- List protected titles.
 - api.php?action=query&list=protectedtitles [apri in una sandbox]
 - Trova collegamenti a titoli protetti nel namespace principale.
 - api.php?action=query&generator=protectedtitles&gptnamespace=0&prop=linkshere [apri in una sandbox]