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
action=pagetriagelist
- Questo modulo richiede i diritti di lettura.
- Fonte: PageTriage
- Licenza: MIT
Get a list of page IDs for building a PageTriage queue.
- show_predicted_class_stub
Whether to include predicted class stub
- Tipo: booleano (dettagli)
- show_predicted_class_start
Whether to include predicted class start
- Tipo: booleano (dettagli)
- show_predicted_class_c
Whether to include predicted class C
- Tipo: booleano (dettagli)
- show_predicted_class_b
Whether to include predicted class B
- Tipo: booleano (dettagli)
- show_predicted_class_good
Whether to include predicted class good
- Tipo: booleano (dettagli)
- show_predicted_class_featured
Whether to included predicted class featured
- Tipo: booleano (dettagli)
- show_predicted_issues_vandalism
Whether to include potential issues of vandalism
- Tipo: booleano (dettagli)
- show_predicted_issues_spam
Whether to include potential issues of spam
- Tipo: booleano (dettagli)
- show_predicted_issues_attack
Whether to include potential issues of attack
- Tipo: booleano (dettagli)
- show_predicted_issues_none
Whether to include no potential issues
- Tipo: booleano (dettagli)
- show_predicted_issues_copyvio
Whether to include potential issues of copyvio
- Tipo: booleano (dettagli)
- showbots
Whether to show only bot edits.
- Tipo: booleano (dettagli)
- showautopatrolled
Whether to show only edits by users with the autopatrol user right.
- Tipo: booleano (dettagli)
- showredirs
Whether to include redirects.
- Tipo: booleano (dettagli)
- showothers
Whether to include pages that are not redirects nor nominated for deletion.
- Tipo: booleano (dettagli)
- showreviewed
Whether to include reviewed.
- Tipo: booleano (dettagli)
- showunreviewed
Whether to include unreviewed.
- Tipo: booleano (dettagli)
- showdeleted
Whether to include "proposed for deletion".
- Tipo: booleano (dettagli)
- namespace
What namespace to pull pages from.
- Type: integer
- afc_state
Which Articles-for-Creation state to show.
- Type: integer
- no_category
Whether to show only pages with no category.
- Tipo: booleano (dettagli)
- unreferenced
Se mostrare solo le pagine senza riferimenti.
- Tipo: booleano (dettagli)
- no_inbound_links
Whether to show only pages with no inbound links.
- Tipo: booleano (dettagli)
- recreated
Whether to show only pages that were previously deleted.
- Tipo: booleano (dettagli)
- non_autoconfirmed_users
Whether to show only pages created by non autoconfirmed users.
- Tipo: booleano (dettagli)
- learners
Whether to show only pages created by newly autoconfirmed users.
- Tipo: booleano (dettagli)
- blocked_users
Whether to show only pages created by blocked users.
- Tipo: booleano (dettagli)
- username
Show only pages created by username.
- Tipo: utente, da uno qualsiasi nome utente, IP, Utente temporaneo, Intervallo di IP e interwiki name (e.g. "prefix>ExampleName")
- date_range_from
Mostra solo le pagine create in questo giorno o successivamente.
- Tipo: timestamp (formati consentiti)
- date_range_to
Mostra solo le pagine create in questo giorno o precedentemente.
- Tipo: timestamp (formati consentiti)
- page_id
Return data for the specified page IDs, ignoring other parameters.
- Type: integer
- limit
The maximum number of results to return.
- Type: integer
- The value must be between 1 and 200.
- Predefinito: 20
- offset
Timestamp to start from.
- Type: integer
- pageoffset
Page ID to start from (requires offset param to be passed as well).
- Type: integer
- dir
The direction the list should be sorted in - oldestfirst, newestfirst, oldestreview or newestreview.
- Uno dei seguenti valori: newestfirst, newestreview, oldestfirst, oldestreview
- Elenca 100 pagine nel namespace 0
- api.php?action=pagetriagelist&limit=100&namespace=0&showunreviewed=1 [apri in una sandbox]