System messages

Jump to navigation Jump to search
This is a list of system messages available in the MediaWiki namespace. Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.
System messages
First pagePrevious pageNext pageLast page
Name Default message text
Current message text
apihelp-query+mystashedfiles-example-simple (talk) (Translate) Get the filekey, file size, and pixel size of files in the current user's upload stash.
apihelp-query+mystashedfiles-param-limit (talk) (Translate) How many files to get.
apihelp-query+mystashedfiles-param-prop (talk) (Translate) Which properties to fetch for the files.
apihelp-query+mystashedfiles-paramvalue-prop-size (talk) (Translate) Fetch the file size and image dimensions.
apihelp-query+mystashedfiles-paramvalue-prop-type (talk) (Translate) Fetch the file's MIME type and media type.
apihelp-query+mystashedfiles-summary (talk) (Translate) Get a list of files in the current user's upload stash.
apihelp-query+notifications-example-1 (talk) (Translate) List web notifications
apihelp-query+notifications-example-2 (talk) (Translate) List web notifications, grouped by section, with counts
apihelp-query+notifications-example-3 (talk) (Translate) List email notifications
apihelp-query+notifications-param-alertcontinue (talk) (Translate) When more alert results are available, use this to continue.
apihelp-query+notifications-param-alertunreadfirst (talk) (Translate) Whether to show unread message notifications first (only used if groupbysection is set).
apihelp-query+notifications-param-bundle (talk) (Translate) Whether to show bundle compatible unread notifications according to notification types bundling rules.
apihelp-query+notifications-param-crosswikisummary (talk) (Translate) True to opt in to a summary notification of notifications on foreign wikis.
apihelp-query+notifications-param-filter (talk) (Translate) Filter notifications returned.
apihelp-query+notifications-param-format (talk) (Translate) If specified, notifications will be returned formatted this way.
apihelp-query+notifications-param-groupbysection (talk) (Translate) Whether to group the result by section. Each section is fetched separately if set.
apihelp-query+notifications-param-limit (talk) (Translate) The maximum number of notifications to return.
apihelp-query+notifications-param-messagecontinue (talk) (Translate) When more message results are available, use this to continue.
apihelp-query+notifications-param-messageunreadfirst (talk) (Translate) Whether to show unread alert notifications first (only used if groupbysection is set).
apihelp-query+notifications-param-notifiertypes (talk) (Translate) Notifier types for which to return notifications.
apihelp-query+notifications-param-prop (talk) (Translate) Details to request.
apihelp-query+notifications-param-sections (talk) (Translate) The notification sections to query (i.e. some combination of 'alert' and 'message').
apihelp-query+notifications-param-titles (talk) (Translate) Only return notifications for these pages. To get notifications not associated with any page, use [] as a title.
apihelp-query+notifications-param-unreadfirst (talk) (Translate) Whether to show unread notifications first (only used if groupbysection is not set).
apihelp-query+notifications-param-wikis (talk) (Translate) List of wikis to fetch notifications from (defaults to only current wiki).
apihelp-query+notifications-paramvalue-format-flyout (talk) (Translate) <span class="apihelp-deprecated">Deprecated</span>. Use <kbd>$1format=model</kbd> for raw data
apihelp-query+notifications-paramvalue-format-html (talk) (Translate) <span class="apihelp-deprecated">Deprecated</span>. Use <kbd>$1format=model</kbd> for raw data
apihelp-query+notifications-paramvalue-format-model (talk) (Translate) Raw notification data
apihelp-query+notifications-paramvalue-format-special (talk) (Translate) Formatted for Special:Notifications page (and only that!) Do not rely on the HTML as it may change at any given time.
apihelp-query+notifications-summary (talk) (Translate) Get notifications waiting for the current user.
apihelp-query+pagepropnames-example-simple (talk) (Translate) Get first 10 property names.
apihelp-query+pagepropnames-param-limit (talk) (Translate) The maximum number of names to return.
apihelp-query+pagepropnames-summary (talk) (Translate) List all page property names in use on the wiki.
apihelp-query+pageprops-example-simple (talk) (Translate) Get properties for the pages <kbd>{{MediaWiki:Mainpage}}</kbd> and <kbd>MediaWiki</kbd>.
apihelp-query+pageprops-param-prop (talk) (Translate) Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.
apihelp-query+pageprops-summary (talk) (Translate) Get various page properties defined in the page content.
apihelp-query+pageswithprop-example-generator (talk) (Translate) Get additional information about the first 10 pages using <code>__NOTOC__</code>.
apihelp-query+pageswithprop-example-simple (talk) (Translate) List the first 10 pages using <code>{{DISPLAYTITLE:}}</code>.
apihelp-query+pageswithprop-param-dir (talk) (Translate) In which direction to sort.
apihelp-query+pageswithprop-param-limit (talk) (Translate) The maximum number of pages to return.
apihelp-query+pageswithprop-param-prop (talk) (Translate) Which pieces of information to include:
apihelp-query+pageswithprop-param-propname (talk) (Translate) Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).
apihelp-query+pageswithprop-paramvalue-prop-ids (talk) (Translate) Adds the page ID.
apihelp-query+pageswithprop-paramvalue-prop-title (talk) (Translate) Adds the title and namespace ID of the page.
apihelp-query+pageswithprop-paramvalue-prop-value (talk) (Translate) Adds the value of the page property.
apihelp-query+pageswithprop-summary (talk) (Translate) List all pages using a given page property.
apihelp-query+prefixsearch-example-simple (talk) (Translate) Search for page titles beginning with <kbd>meaning</kbd>.
apihelp-query+prefixsearch-extended-description (talk) (Translate) Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.
apihelp-query+prefixsearch-param-limit (talk) (Translate) Maximum number of results to return.
apihelp-query+prefixsearch-param-namespace (talk) (Translate) Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.
First pagePrevious pageNext pageLast page