システムメッセージの一覧
これは MediaWiki 名前空間で利用できるシステム メッセージの一覧です。
MediaWiki 全般のローカライズ (地域化) に貢献したい場合は、MediaWiki のローカライズや translatewiki.net をご覧ください。
名前 | 既定のメッセージ文 |
---|---|
現在のメッセージ文 | |
apihelp-query+imageinfo-param-urlwidth (トーク) (翻訳) | If $2prop=url is set, a URL to an image scaled to this width will be returned. For performance reasons if this option is used, no more than $1 scaled images will be returned. |
apihelp-query+imageinfo-paramvalue-prop-archivename (トーク) (翻訳) | 非最新バージョンのアーカイブバージョンのファイル名を追加します。ファイルが版指定削除されている場合、 <samp>filehidden</samp> プロパティが返されます。 |
apihelp-query+imageinfo-paramvalue-prop-badfile (トーク) (翻訳) | Adds whether the file is on the [[MediaWiki:Bad image list]] |
apihelp-query+imageinfo-paramvalue-prop-bitdepth (トーク) (翻訳) | バージョンのビット深度を追加します。ファイルが版指定削除されている場合、 <samp>filehidden</samp> プロパティが返されます。 |
apihelp-query+imageinfo-paramvalue-prop-canonicaltitle (トーク) (翻訳) | そのファイルのカノニカルなタイトル。ファイルが版指定削除されている場合、 <samp>filehidden</samp> プロパティが返されます。 |
apihelp-query+imageinfo-paramvalue-prop-comment (トーク) (翻訳) | そのバージョンのコメント。コメントが版指定削除されている場合、 <samp>commenthidden</samp> プロパティが返されます。 |
apihelp-query+imageinfo-paramvalue-prop-commonmetadata (トーク) (翻訳) | Lists file format generic metadata for the version of the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-dimensions (トーク) (翻訳) | size の別名。 |
apihelp-query+imageinfo-paramvalue-prop-extmetadata (トーク) (翻訳) | Lists formatted metadata combined from multiple sources. Results are HTML formatted. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-mediatype (トーク) (翻訳) | ファイルのメディアタイプを追加します。ファイルが版指定削除されている場合、 <samp>filehidden</samp> プロパティが返されます。 |
apihelp-query+imageinfo-paramvalue-prop-metadata (トーク) (翻訳) | ファイルのバージョンの Exif メタデータを一覧表示します。ファイルが版指定削除されている場合、 <samp>filehidden</samp> プロパティが返されます。 |
apihelp-query+imageinfo-paramvalue-prop-mime (トーク) (翻訳) | ファイルのMIMEタイプを追加します。ファイルが版指定削除されている場合、 <samp>filehidden</samp> プロパティが返されます。 |
apihelp-query+imageinfo-paramvalue-prop-parsedcomment (トーク) (翻訳) | そのバージョンのコメントをパースします。コメントが版指定削除されている場合、 <samp>commenthidden</samp> プロパティが返されます。 |
apihelp-query+imageinfo-paramvalue-prop-sha1 (トーク) (翻訳) | Adds SHA-1 hash for the file. If the file has been revision deleted, a <samp>filehidden</samp> property will be returned. |
apihelp-query+imageinfo-paramvalue-prop-size (トーク) (翻訳) | バイト単位でファイルや高さ、幅、ページ数のサイズを追加します(該当する場合)。 |
apihelp-query+imageinfo-paramvalue-prop-thumbmime (トーク) (翻訳) | 画像サムネイルのMIMEタイプを追加します(url と $1urlwidth パラメータが必須です)。ファイルが版指定削除されている場合、 <samp>filehidden</samp> プロパティが返されます。 |
apihelp-query+imageinfo-paramvalue-prop-timestamp (トーク) (翻訳) | アップロードされたバージョンのタイムスタンプを追加します。 |
apihelp-query+imageinfo-paramvalue-prop-uploadwarning (トーク) (翻訳) | Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core. |
apihelp-query+imageinfo-paramvalue-prop-url (トーク) (翻訳) | ファイルと説明ページへのURLを提供します。ファイルが版指定削除されている場合、 <samp>filehidden</samp> プロパティが返されます。 |
apihelp-query+imageinfo-paramvalue-prop-user (トーク) (翻訳) | 各ファイルのバージョンをアップロードした利用者を追加します。その利用者が削除された版がある場合、 <samp>userhidden</samp> プロパティが返されます。 |
apihelp-query+imageinfo-paramvalue-prop-userid (トーク) (翻訳) | 各ファイルのバージョンをアップロードした利用者のIDを追加します。その利用者が削除された版がある場合、 <samp>userhidden</samp> プロパティが返されます。 |
apihelp-query+imageinfo-summary (トーク) (翻訳) | ファイルの情報とアップロード履歴を返します。 |
apihelp-query+images-example-generator (トーク) (翻訳) | [[{{MediaWiki:Mainpage}}]] で使用されているファイル全点に関する情報を取得する。 |
apihelp-query+images-example-simple (トーク) (翻訳) | [[{{MediaWiki:Mainpage}}]] が使用しているファイルの一覧を取得する。 |
apihelp-query+images-param-dir (トーク) (翻訳) | 昇順・降順の別。 |
apihelp-query+images-param-images (トーク) (翻訳) | Only list these files. Useful for checking whether a certain page has a certain file. |
apihelp-query+images-param-limit (トーク) (翻訳) | 返す画像の数。 |
apihelp-query+images-summary (トーク) (翻訳) | 与えられたページに含まれるすべてのファイルを返します。 |
apihelp-query+imageusage-example-generator (トーク) (翻訳) | [[:File:Albert Einstein Head.jpg]] を使用しているページに関する情報を取得する。 |
apihelp-query+imageusage-example-simple (トーク) (翻訳) | [[:File:Albert Einstein Head.jpg]] を使用しているページを表示する。 |
apihelp-query+imageusage-param-dir (トーク) (翻訳) | 昇順・降順の別。 |
apihelp-query+imageusage-param-filterredir (トーク) (翻訳) | How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level. |
apihelp-query+imageusage-param-limit (トーク) (翻訳) | How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned). |
apihelp-query+imageusage-param-namespace (トーク) (翻訳) | 列挙する名前空間。 |
apihelp-query+imageusage-param-pageid (トーク) (翻訳) | 検索するページID. $1titleとは同時に使用できません。 |
apihelp-query+imageusage-param-redirect (トーク) (翻訳) | If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved. |
apihelp-query+imageusage-param-title (トーク) (翻訳) | 検索するページ名。$1pageid とは同時に使用できません。 |
apihelp-query+imageusage-summary (トーク) (翻訳) | Find all pages that use the given image title. |
apihelp-query+info-example-protection (トーク) (翻訳) | Get general and protection information about the page [[{{MediaWiki:Mainpage}}]]. |
apihelp-query+info-example-simple (トーク) (翻訳) | [[{{MediaWiki:Mainpage}}]] に関する情報を取得する。 |
apihelp-query+info-param-linkcontext (トーク) (翻訳) | The context title to use when determining extra CSS classes (e.g. link colors) when <var>$1prop</var> contains <var>linkclasses</var>. |
apihelp-query+info-param-prop (トーク) (翻訳) | 追加で取得するプロパティ: |
apihelp-query+info-param-testactions (トーク) (翻訳) | Test whether the current user can perform certain actions on the page. |
apihelp-query+info-param-testactionsdetail (トーク) (翻訳) | Detail level for <var>$1testactions</var>. Use the [[Special:ApiHelp/main|main module]]'s <var>errorformat</var> and <var>errorlang</var> parameters to control the format of the messages returned. |
apihelp-query+info-paramvalue-prop-associatedpage (トーク) (翻訳) | [[:mw:Special:MyLanguage/Help:Associated_pages|関連付けられている主題またはトークページ]]の接頭辞付きタイトル。 |
apihelp-query+info-paramvalue-prop-displaytitle (トーク) (翻訳) | Gives the manner in which the page title is actually displayed. |
apihelp-query+info-paramvalue-prop-linkclasses (トーク) (翻訳) | Gives the additional CSS classes (e.g. link colors) used for links to this page if they were to appear on the page named by <var>$1linkcontext</var>. |
apihelp-query+info-paramvalue-prop-notificationtimestamp (トーク) (翻訳) | 各ページのウォッチリスト通知のタイムスタンプ。 |
apihelp-query+info-paramvalue-prop-preload (トーク) (翻訳) | Gives the text returned by EditFormPreloadText. |
apihelp-query+info-paramvalue-prop-protection (トーク) (翻訳) | それぞれのページの保護レベルを一覧表示する。 |