MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
list=prefixsearch (ps)
- このモジュールは読み取りの権限を必要とします。
- このモジュールはジェネレーターとして使用できます。
Perform a prefix search for page titles.
パラメーター:
- pssearch
Search string.
- このパラメーターは必須です。
- psnamespace
Namespaces to search.
- 値 (|で区切る): 0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- 既定値: 0
- pslimit
Maximum number of results to return.
- No more than 100 (200 for bots) allowed.
- 既定値: 10
- psoffset
Number of results to skip.
- 既定値: 0
例:
- Search for page titles beginning with meaning.
- api.php?action=query&list=prefixsearch&pssearch=meaning