システムメッセージの一覧
これは MediaWiki 名前空間で利用できるシステム メッセージの一覧です。 MediaWiki 全般のローカライズ (地域化) に貢献したい場合は、MediaWiki のローカライズや translatewiki.net をご覧ください。
最初のページ |
前のページ |
次のページ |
最後のページ |
名前 | 既定のメッセージ文 |
---|---|
現在のメッセージ文 | |
apihelp-query+watchlist-description (トーク) (翻訳) | Get recent changes to pages in the current user's watchlist. |
apihelp-query+watchlist-example-allrev (トーク) (翻訳) | Fetch information about all recent changes to pages on the current user's watchlist. |
apihelp-query+watchlist-example-generator (トーク) (翻訳) | Fetch page info for recently changed pages on the current user's watchlist. |
apihelp-query+watchlist-example-generator-rev (トーク) (翻訳) | Fetch revision info for recent changes to pages on the current user's watchlist. |
apihelp-query+watchlist-example-props (トーク) (翻訳) | Fetch additional information about the top revision for recently changed pages on the current user's watchlist. |
apihelp-query+watchlist-example-simple (トーク) (翻訳) | List the top revision for recently changed pages on the current user's watchlist. |
apihelp-query+watchlist-example-wlowner (トーク) (翻訳) | List the top revision for recently changed pages on the watchlist of user <kbd>Example</kbd>. |
apihelp-query+watchlist-param-allrev (トーク) (翻訳) | Include multiple revisions of the same page within given timeframe. |
apihelp-query+watchlist-param-end (トーク) (翻訳) | The timestamp to end enumerating. |
apihelp-query+watchlist-param-excludeuser (トーク) (翻訳) | Don't list changes by this user. |
apihelp-query+watchlist-param-limit (トーク) (翻訳) | How many total results to return per request. |
apihelp-query+watchlist-param-namespace (トーク) (翻訳) | Filter changes to only the given namespaces. |
apihelp-query+watchlist-param-owner (トーク) (翻訳) | Used along with $1token to access a different user's watchlist. |
apihelp-query+watchlist-param-prop (トーク) (翻訳) | Which additional items to get: ;ids:Adds revision IDs and page IDs. ;title:Adds title of the page. ;flags:Adds flags for the edit. ;user:Adds the user who made the edit. ;userid:Adds user ID of whom made the edit. ;comment:Adds comment of the edit. ;parsedcomment:Adds parsed comment of the edit. ;timestamp:Adds timestamp of the edit. ;patrol:Tags edits that are patrolled. ;sizes:Adds the old and new lengths of the page. ;notificationtimestamp:Adds timestamp of when the user was last notified about the edit. ;loginfo:Adds log information where appropriate. |
apihelp-query+watchlist-param-show (トーク) (翻訳) | Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon. |
apihelp-query+watchlist-param-start (トーク) (翻訳) | The timestamp to start enumerating from. |
apihelp-query+watchlist-param-token (トーク) (翻訳) | A security token (available in the user's [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user's watchlist. |
apihelp-query+watchlist-param-type (トーク) (翻訳) | Which types of changes to show: ;edit:Regular page edits. ;external:External changes. ;new:Page creations. ;log:Log entries. |
apihelp-query+watchlist-param-user (トーク) (翻訳) | Only list changes by this user. |
apihelp-query+watchlistraw-description (トーク) (翻訳) | Get all pages on the current user's watchlist. |
apihelp-query+watchlistraw-example-generator (トーク) (翻訳) | Fetch page info for pages on the current user's watchlist. |
apihelp-query+watchlistraw-example-simple (トーク) (翻訳) | List pages on the current user's watchlist. |
apihelp-query+watchlistraw-param-limit (トーク) (翻訳) | How many total results to return per request. |
apihelp-query+watchlistraw-param-namespace (トーク) (翻訳) | Only list pages in the given namespaces. |
apihelp-query+watchlistraw-param-owner (トーク) (翻訳) | Used along with $1token to access a different user's watchlist. |
apihelp-query+watchlistraw-param-prop (トーク) (翻訳) | Which additional properties to get: ;changed:Adds timestamp of when the user was last notified about the edit. |
apihelp-query+watchlistraw-param-show (トーク) (翻訳) | Only list items that meet these criteria. |
apihelp-query+watchlistraw-param-token (トーク) (翻訳) | A security token (available in the user's [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user's watchlist. |
apihelp-query-description (トーク) (翻訳) | Fetch data from and about MediaWiki. All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites. |
apihelp-query-example-allpages (トーク) (翻訳) | Fetch revisions of pages beginning with <kbd>API/</kbd>. |
apihelp-query-example-revisions (トーク) (翻訳) | Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of <kbd>Main Page</kbd>. |
apihelp-query-param-continue (トーク) (翻訳) | When present, formats query-continue as key-value pairs that should simply be merged into the original request. This parameter must be set to an empty string in the initial query. This parameter is recommended for all new development, and will be made default in the next API version. |
apihelp-query-param-export (トーク) (翻訳) | Export the current revisions of all given or generated pages. |
apihelp-query-param-exportnowrap (トーク) (翻訳) | Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export. |
apihelp-query-param-indexpageids (トーク) (翻訳) | Include an additional pageids section listing all returned page IDs. |
apihelp-query-param-iwurl (トーク) (翻訳) | Whether to get the full URL if the title is an interwiki link. |
apihelp-query-param-list (トーク) (翻訳) | Which lists to get. |
apihelp-query-param-meta (トーク) (翻訳) | Which metadata to get. |
apihelp-query-param-prop (トーク) (翻訳) | Which properties to get for the queried pages. |
apihelp-query-param-rawcontinue (トーク) (翻訳) | Currently ignored. In the future, <var>$1continue</var> will become the default and this will be needed to receive the raw <samp>query-continue</samp> data. |
apihelp-rawfm-description (トーク) (翻訳) | データをデバッグ要素付きで JSON 形式 (HTML に埋め込んだ形式) で出力します。 |
apihelp-revisiondelete-description (トーク) (翻訳) | Delete and undelete revisions. |
apihelp-revisiondelete-example-log (トーク) (翻訳) | Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>. |
apihelp-revisiondelete-example-revision (トーク) (翻訳) | Hide content for revision <kbd>12345</kbd> on the page <kbd>Main Page</kbd>. |
apihelp-revisiondelete-param-hide (トーク) (翻訳) | What to hide for each revision. |
apihelp-revisiondelete-param-ids (トーク) (翻訳) | Identifiers for the revisions to be deleted. |
apihelp-revisiondelete-param-reason (トーク) (翻訳) | Reason for the deletion or undeletion. |
apihelp-revisiondelete-param-show (トーク) (翻訳) | What to unhide for each revision. |
apihelp-revisiondelete-param-suppress (トーク) (翻訳) | Whether to suppress data from administrators as well as others. |
apihelp-revisiondelete-param-target (トーク) (翻訳) | Page title for the revision deletion, if required for the type. |
最初のページ |
前のページ |
次のページ |
最後のページ |