MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=sitematrix (sm)
(main | sitematrix)
- このモジュールは読み取りの権限を必要とします。
- ソース: SiteMatrix
- ライセンス: GPL-2.0-or-later
Get Wikimedia sites list.
The code (technically dbname/wikiid) is either the language code + project code for content projects or the subdomain + main domain for all the others.
パラメーター:
その他一般パラメーターが利用可能です。
- smtype
Filter the Site Matrix by type:
- special
- One off and multilingual Wikimedia projects.
- language
- Wikimedia projects under this language code.
- 値 (| または別の文字列で区切る): language、special
- 既定: special|language
- smstate
Filter the Site Matrix by wiki state.
- 値 (| または別の文字列で区切る): all、closed、fishbowl、nonglobal、private
- 既定: all
- smlangprop
Which information about a language to return.
- 値 (| または別の文字列で区切る): code、dir、localname、name、site
- 既定: code|name|site|dir|localname
- smsiteprop
Which information about a site to return.
- 値 (| または別の文字列で区切る): code、dbname、lang、sitename、url
- 既定: url|dbname|code|sitename
- smlimit
結果の最大数。
- 型: 整数または max
- 値は1以上5,000以下です。
- 既定: 5000
- smcontinue
When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.
例:
- サイトのマトリックスを表示
- api.php?action=sitematrix [サンドボックスで開く]