MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
action=translationstash
(main | translationstash)
- このモジュールは読み取りの権限を必要とします。
- このモジュールは書き込みの権限を必要とします。
- Source: 翻訳
- License: GPL-2.0+
Add translations to stash.
パラメーター:
- subaction
Action.
- このパラメーターは必須です。
- 値 (次の値のいずれか1つ): add、query
- title
Title of the translation unit page.
- translation
Translation made by the user.
- metadata
JSON object.
- token
A token previously acquired with action=tokens&type=translationstash
- このパラメーターは必須です。
- username
Optionally the user whose stash to get. Only privileged users can do this.
例:
- Add a translation to the stash for MediaWiki:Jan/fi
- api.php?action=translationstash&subaction=add&title=MediaWiki:Jan/fi&translation=tammikuu&metadata={} [サンドボックスで開く]
- Query the stash
- api.php?action=translationstash&subaction=query [サンドボックスで開く]