MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
action=purge
- このモジュールは読み取りの権限を必要とします。
- このモジュールは書き込みの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- Source: MediaWiki
- License: GPL-2.0+
Purge the cache for the given titles.
Requires a POST request if the user is not logged in.
- forcelinkupdate
Update the links tables.
- Type: boolean (details)
- forcerecursivelinkupdate
Update the links table, and update the links tables for any page that uses this page as a template.
- Type: boolean (details)
- continue
When more results are available, use this to continue.
- titles
A list of titles to work on.
- 複数の値は | で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
- pageids
A list of page IDs to work on.
- Type: list of integers
- 複数の値は | で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
- revids
A list of revision IDs to work on.
- Type: list of integers
- 複数の値は | で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
- generator
Get the list of pages to work on by executing the specified query module.
Note: Generator parameter names must be prefixed with a "g", see examples.
- 値 (次の値のいずれか1つ): allcategories、alldeletedrevisions、allfileusages、allimages、alllinks、allpages、allredirects、alltransclusions、backlinks、categories、categorymembers、deletedrevisions、duplicatefiles、embeddedin、exturlusage、fileusage、images、imageusage、iwbacklinks、langbacklinks、links、linkshere、pageswithprop、prefixsearch、protectedtitles、querypage、random、recentchanges、redirects、revisions、search、templates、transcludedin、watchlist、watchlistraw
- redirects
Automatically resolve redirects in titles, pageids, and revids, and in pages returned by generator.
- Type: boolean (details)
- converttitles
Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion. Languages that support variant conversion include gan、iu、kk、ku、shi、sr、tg、uz、zh.
- Type: boolean (details)
- ページ Main Page および API をパージする。
- api.php?action=purge&titles=Main_Page|API
- 標準名前空間にある最初の10ページをパージする。
- api.php?action=purge&generator=allpages&gapnamespace=0&gaplimit=10