システムメッセージの一覧
これは MediaWiki 名前空間で利用できるシステム メッセージの一覧です。 MediaWiki 全般のローカライズ (地域化) に貢献したい場合は、MediaWiki のローカライズや translatewiki.net をご覧ください。
最初のページ |
前のページ |
次のページ |
最後のページ |
名前 | 既定のメッセージ文 |
---|---|
現在のメッセージ文 | |
apihelp-login-example-gettoken (トーク) (翻訳) | ログイントークンを取得する。 |
apihelp-login-example-login (トーク) (翻訳) | ログイン |
apihelp-login-param-domain (トーク) (翻訳) | ドメイン (省略可能) |
apihelp-login-param-name (トーク) (翻訳) | 利用者名。 |
apihelp-login-param-password (トーク) (翻訳) | パスワード。 |
apihelp-login-param-token (トーク) (翻訳) | 最初のリクエストで取得したログイントークンです。 |
apihelp-logout-description (トーク) (翻訳) | ログアウトしてセッションデータを消去します。 |
apihelp-logout-example-logout (トーク) (翻訳) | 現在の利用者をログアウトする。 |
apihelp-main-description (トーク) (翻訳) | <div class="hlist plainlinks api-main-links"> * [[mw:API:Main_page|Documentation]] * [[mw:API:FAQ|FAQ]] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api Mailing list] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce API Announcements] * [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests] </div> <strong>Status:</strong> All features shown on this page should be working, but the API is still in active development, and may change at any time. Subscribe to [https://lists.wikimedia.org/pipermail/mediawiki-api-announce/ the mediawiki-api-announce mailing list] for notice of updates. <strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key "MediaWiki-API-Error" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:API:Errors_and_warnings|API: Errors and warnings]]. |
apihelp-main-param-action (トーク) (翻訳) | 実行する操作です。 |
apihelp-main-param-assert (トーク) (翻訳) | <kbd>user</kbd> を設定した場合は利用者がログイン済みかどうかを、<kbd>bot</kbd> を指定した場合はボット権限があるかどうかを、それぞれ検証します。 |
apihelp-main-param-curtimestamp (トーク) (翻訳) | 現在のタイムスタンプを結果に含めます。 |
apihelp-main-param-format (トーク) (翻訳) | 出力する形式です。 |
apihelp-main-param-maxage (トーク) (翻訳) | <code>max-age</code> HTTP キャッシュ コントロール ヘッダー に、この秒数を設定します。エラーがキャッシュされることはありません。 |
apihelp-main-param-maxlag (トーク) (翻訳) | Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information. |
apihelp-main-param-origin (トーク) (翻訳) | When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body). This must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is whitelisted, an <code>Access-Control-Allow-Origin</code> header will be set. |
apihelp-main-param-requestid (トーク) (翻訳) | 任意の値を指定でき、その値が結果に含められます。リクエストを識別するために使用できます。 |
apihelp-main-param-servedby (トーク) (翻訳) | リクエストを処理したホスト名を結果に含めます。 |
apihelp-main-param-smaxage (トーク) (翻訳) | <code>s-maxage</code> HTTP キャッシュ コントロール ヘッダー に、この秒数を設定します。エラーがキャッシュされることはありません。 |
apihelp-main-param-uselang (トーク) (翻訳) | メッセージの翻訳に使用する言語です。コードの一覧は <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> に <kbd>siprop=languages</kbd> を付けることで取得できます。<kbd>user</kbd> を指定することで現在の利用者の個人設定の言語を、<kbd>content</kbd> を指定することでこのウィキの本文の言語を使用することもできます。 |
apihelp-managetags-description (トーク) (翻訳) | Perform management tasks relating to change tags. |
apihelp-managetags-example-activate (トーク) (翻訳) | <kbd>spam</kbd> という名前のタグを <kbd>For use in edit patrolling</kbd> という理由で有効化する |
apihelp-managetags-example-create (トーク) (翻訳) | <kbd>spam</kbd> という名前のタグを <kbd>For use in edit patrolling</kbd> という理由で作成する |
apihelp-managetags-example-deactivate (トーク) (翻訳) | Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd> |
apihelp-managetags-example-delete (トーク) (翻訳) | <kbd>vandlaism</kbd> タグを <kbd>Misspelt</kbd> という理由で削除する |
apihelp-managetags-param-ignorewarnings (トーク) (翻訳) | Whether to ignore any warnings that are issued during the operation. |
apihelp-managetags-param-operation (トーク) (翻訳) | Which operation to perform: ;create:Create a new change tag for manual use. ;delete:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used. ;activate:Activate a change tag, allowing users to apply it manually. ;deactivate:Deactivate a change tag, preventing users from applying it manually. |
apihelp-managetags-param-reason (トーク) (翻訳) | An optional reason for creating, deleting, activating or deactivating the tag. |
apihelp-managetags-param-tag (トーク) (翻訳) | Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined. |
apihelp-mobileview-description (トーク) (翻訳) | Returns data needed for mobile views. |
apihelp-mobileview-example-1 (トーク) (翻訳) | Get information about section 0 of [[Doom metal]] |
apihelp-mobileview-example-2 (トーク) (翻訳) | Get information about section 0 and sections containing references of [[Candlemass]] |
apihelp-mobileview-example-3 (トーク) (翻訳) | Get information about sections 1 and later and sections containing references of [[Candlemass]] |
apihelp-mobileview-param-maxlen (トーク) (翻訳) | Pretend all text result is one string, and limit result to this length. |
apihelp-mobileview-param-noheadings (トーク) (翻訳) | Don't include headings in output. |
apihelp-mobileview-param-noimages (トーク) (翻訳) | Return HTML without images. |
apihelp-mobileview-param-notransform (トーク) (翻訳) | Don't transform HTML into mobile-specific version. |
apihelp-mobileview-param-offset (トーク) (翻訳) | Pretend all text result is one string, and return the substring starting at this point. |
apihelp-mobileview-param-onlyrequestedsections (トーク) (翻訳) | Return only requested sections even with $1prop=sections. |
apihelp-mobileview-param-page (トーク) (翻訳) | Title of page to process. |
apihelp-mobileview-param-pageprops (トーク) (翻訳) | What page properties to return, a pipe ("|") separated list or "*" for all properties. |
apihelp-mobileview-param-prop (トーク) (翻訳) | Which information to get: ;text:HTML of selected sections. ;sections:Information about all sections on the page. ;normalizedtitle:Normalized page title. ;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. "2014-04-13T22:42:14Z". ;lastmodifiedby:Information about the user who modified the page last. ;revision:Return the current revision ID of the page. ;protection:Information about protection level. ;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons. ;languagecount:Number of languages that the page is available in. ;hasvariants:Whether or not the page is available in other language variants. ;displaytitle:The rendered title of the page, with {{DISPLAYTITLE}} and such applied. ;pageprops:Page properties. |
apihelp-mobileview-param-prop-withimages (トーク) (翻訳) | Which information to get: ;text:HTML of selected sections. ;sections:Information about all sections on page. ;normalizedtitle:Normalized page title. ;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. "2014-04-13T22:42:14Z". ;lastmodifiedby:Information about the user who modified the page last. ;revision:Return the current revision ID of the page. ;protection:Information about protection level. ;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons. ;languagecount:Number of languages that the page is available in. ;hasvariants:Whether or not the page is available in other language variants. ;displaytitle:The rendered title of the page, with {{DISPLAYTITLE}} and such applied. ;pageprops:Page properties. ;image:Information about an image associated with this page. ;thumb:Thumbnail of an image associated with this page. |
apihelp-mobileview-param-redirect (トーク) (翻訳) | Whether redirects should be followed. |
apihelp-mobileview-param-sectionprop (トーク) (翻訳) | What information about sections to get. |
apihelp-mobileview-param-sections (トーク) (翻訳) | Pipe-separated list of section numbers for which to return text. "all" can be used to return for all. Ranges in format "1-4" mean get sections 1,2,3,4. Ranges without second number, e.g. "1-" means get all until the end. "references" can be used to specify that all sections containing references should be returned. |
apihelp-mobileview-param-thumbheight (トーク) (翻訳) | 最大サムネイル高さ。 |
apihelp-mobileview-param-thumbsize (トーク) (翻訳) | Maximum thumbnail dimensions. |
apihelp-mobileview-param-thumbwidth (トーク) (翻訳) | 最大サムネイル幅。 |
apihelp-mobileview-param-variant (トーク) (翻訳) | Convert content into this language variant. |
最初のページ |
前のページ |
次のページ |
最後のページ |