MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=wbsetreference

(main | wbsetreference)
  • このモジュールは読み取りの権限を必要とします。
  • このモジュールは書き込みの権限を必要とします。
  • このモジュールは POST リクエストのみを受け付けます。
  • ソース: WikibaseClient
  • ライセンス: GPL-2.0-or-later

Creates a reference or sets the value of an existing one.

パラメーター:
その他一般パラメーターが利用可能です。
statement

A GUID identifying the statement for which a reference is being set

この変数は必須です。
snaks

The snaks to set the reference to. JSON object with property IDs pointing to arrays containing the snaks for that property

この変数は必須です。
snaks-order

The order of the snaks. JSON array of property ID strings

reference

A hash of the reference that should be updated. Optional. When not provided, a new reference is created

index

The index within the statement's list of references where to move the reference to. Optional. When not provided, an existing reference will stay in place while a new reference will be appended.

型: 整数
summary

Summary for the edit. Will be prepended by an automatically generated comment. The length limit of the autocomment together with the summary is 260 characters. Be aware that everything above that limit will be cut off.

tags

Change tags to apply to the revision.

値 (| または別の文字列で区切る):
token

action=query&meta=tokens から取得した「csrf」トークン

この変数は必須です。
baserevid

The numeric identifier for the revision to base the modification on. This is used for detecting conflicts during save.

型: 整数
bot

Mark this edit as bot. This URL flag will only be respected if the user belongs to the group "bot".

型: 真偽値 (詳細)
returnto

ページ名。編集内容の保存時に仮アカウントが作成された場合、API はクライアントがログインを完了するためにアクセスすべき URL を返すことがあります。このパラメーターが指定されている場合、その URL は編集されたページではなく、指定されたページにリダイレクトされます。

タイプ : ページタイトル
存在しないページでも可。
returntoquery

URL クエリパラメーター (先頭に ? を付けて指定)。編集の保存時に仮アカウントが作成された場合、API はクライアントがログインを完了するためにアクセスすべき URL を返すことがあります。このパラメーターが指定されていると、その URL は指定されたクエリパラメーター付きのページへリダイレクトされます。

既定値: (空)
returntoanchor

URL fragment (with leading #). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given fragment.

既定値: (空)