MediaWiki API 說明
此頁為自動產生的 MediaWiki API 說明文件頁面。
說明文件與範例:https://www.mediawiki.org/wiki/API
list=protectedtitles <pre>(pt) </pre>
- 此模組需要讀取權限。
- 此模块可作为发生器使用。
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
当更多结果可用时,使用这个继续。