MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh
list=protectedtitles (pt)
- 此模块需要读取权限。
- 此模块可作为发生器使用。
List all titles protected from creation.
参数:
- ptnamespace
只列出这些名字空间的标题。
- 值(以|分隔):0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- ptlevel
Only list titles with these protection levels.
- 值(以|分隔):autoconfirmed、sysop
- ptlimit
返回的总计页面数。
- 不允许超过500个(对于机器人则是5,000个)。
- 默认:10
- ptdir
列举的方向:
- newer
- 最早的优先。注意:ptstart应早于ptend。
- older
- 最新的优先(默认)。注意:ptstart应晚于ptend。
- 一个值:newer、older
- 默认:older
- ptstart
Start listing at this protection timestamp.
- ptend
Stop listing at this protection timestamp.
- ptprop
Which properties to get:
- timestamp
- Adds the timestamp of when protection was added.
- user
- Adds the user that added the protection.
- userid
- Adds the user ID that added the protection.
- comment
- Adds the comment for the protection.
- parsedcomment
- Adds the parsed comment for the protection.
- expiry
- Adds the timestamp of when the protection will be lifted.
- level
- Adds the protection level.
- 值(以|分隔):timestamp、user、userid、comment、parsedcomment、expiry、level
- 默认:timestamp|level
- ptcontinue
当更多结果可用时,使用这个继续。