MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=smitespamanalyze
(main | smitespamanalyze)
- Voor deze module zijn leesrechten nodig.
- Source: SmiteSpam
- License: GPL-2.0
Get a list of possible spam pages from Extension:SmiteSpam.
Parameters:
- offset
SQL
OFFSET
for the list of pages- This parameter is required.
- Type: integer
- limit
SQL
LIMIT
for the list of pages- Type: integer
Example:
- Analyze pages from 5 to 10
- api.php?action=smitespamanalyze&offset=5&limit=10 [open in sandbox]