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.
Name | Default message text |
---|---|
Current message text | |
apihelp-query+fileusage-example-generator (talk) (Translate) | Get information about pages using [[:File:Example.jpg]]. |
apihelp-query+fileusage-example-simple (talk) (Translate) | Get a list of pages using [[:File:Example.jpg]]. |
apihelp-query+fileusage-param-limit (talk) (Translate) | How many to return. |
apihelp-query+fileusage-param-namespace (talk) (Translate) | Only include pages in these namespaces. |
apihelp-query+fileusage-param-prop (talk) (Translate) | Which properties to get: |
apihelp-query+fileusage-param-show (talk) (Translate) | Show only items that meet these criteria: ;redirect:Only show redirects. ;!redirect:Only show non-redirects. |
apihelp-query+fileusage-paramvalue-prop-pageid (talk) (Translate) | Page ID of each page. |
apihelp-query+fileusage-paramvalue-prop-redirect (talk) (Translate) | Flag if the page is a redirect. |
apihelp-query+fileusage-paramvalue-prop-title (talk) (Translate) | Title of each page. |
apihelp-query+fileusage-summary (talk) (Translate) | Find all pages that use the given files. |
apihelp-query+gadgetcategories-description (talk) (Translate) | Returns a list of gadget categories. |
apihelp-query+gadgetcategories-example-1 (talk) (Translate) | Get a list of existing gadget categories |
apihelp-query+gadgetcategories-example-2 (talk) (Translate) | Get all information about categories named "foo" and "bar" |
apihelp-query+gadgetcategories-param-names (talk) (Translate) | Names of categories to retrieve. |
apihelp-query+gadgetcategories-param-prop (talk) (Translate) | What gadget category information to get: ;name:Internal category name. ;title:Category title. ;members:Number of gadgets in category. |
apihelp-query+gadgetcategories-summary (talk) (Translate) | Returns a list of gadget categories. |
apihelp-query+gadgets-description (talk) (Translate) | Returns a list of gadgets used on this wiki. |
apihelp-query+gadgets-example-1 (talk) (Translate) | Get a list of gadgets along with their descriptions |
apihelp-query+gadgets-example-2 (talk) (Translate) | Get a list of gadgets with all possible properties |
apihelp-query+gadgets-example-3 (talk) (Translate) | Get a list of gadgets belonging to category "foo" |
apihelp-query+gadgets-example-4 (talk) (Translate) | Get information about gadgets "foo" and "bar" |
apihelp-query+gadgets-example-5 (talk) (Translate) | Get a list of gadgets enabled by current user |
apihelp-query+gadgets-param-allowedonly (talk) (Translate) | List only gadgets allowed to current user. |
apihelp-query+gadgets-param-categories (talk) (Translate) | Gadgets from what categories to retrieve. |
apihelp-query+gadgets-param-enabledonly (talk) (Translate) | List only gadgets enabled by current user. |
apihelp-query+gadgets-param-ids (talk) (Translate) | IDs of gadgets to retrieve. |
apihelp-query+gadgets-param-prop (talk) (Translate) | What gadget information to get: ;id:Internal gadget ID. ;metadata:The gadget metadata. ;desc:Gadget description transformed into HTML (can be slow, use only if really needed). |
apihelp-query+gadgets-summary (talk) (Translate) | Returns a list of gadgets used on this wiki. |
apihelp-query+geosearch-description (talk) (Translate) | Returns pages having coordinates that are located in a certain area. |
apihelp-query+geosearch-example-1 (talk) (Translate) | Search around the point with coordinates 37° 47′ 13.1″ N, 122° 23′ 58.84″ W |
apihelp-query+geosearch-example-2 (talk) (Translate) | Search in a bounding box |
apihelp-query+geosearch-param-bbox (talk) (Translate) | Bounding box to search in: pipe (<kbd>|</kbd>) separated coordinates of top left and bottom right corners. |
apihelp-query+geosearch-param-coord (talk) (Translate) | Coordinate around which to search. |
apihelp-query+geosearch-param-debug (talk) (Translate) | Whether debug information should be returned. |
apihelp-query+geosearch-param-globe (talk) (Translate) | Globe to search on. See [[mw:Special:MyLanguage/Extension:GeoData#Glossary]] for details. |
apihelp-query+geosearch-param-limit (talk) (Translate) | Maximum number of pages to return. |
apihelp-query+geosearch-param-maxdim (talk) (Translate) | Restrict search to objects no larger than this, in meters. |
apihelp-query+geosearch-param-namespace (talk) (Translate) | Namespaces to search. |
apihelp-query+geosearch-param-page (talk) (Translate) | Title of page around which to search. |
apihelp-query+geosearch-param-primary (talk) (Translate) | Which kind of coordinates to return. |
apihelp-query+geosearch-param-prop (talk) (Translate) | Which additional coordinate properties to return. (Properties that are always returned: <var>lat</var>, <var>lon</var>, and either <var>primary</var> or <var>secondary</var> as a boolean flag.) |
apihelp-query+geosearch-param-radius (talk) (Translate) | Search radius in meters. |
apihelp-query+geosearch-summary (talk) (Translate) | Returns pages having coordinates that are located in a certain area. |
apihelp-query+gettingstartedgetpages-description (talk) (Translate) | This API is for getting a list of one or more pages related to a particular GettingStarted task. |
apihelp-query+gettingstartedgetpages-example-1 (talk) (Translate) | |
apihelp-query+gettingstartedgetpages-param-count (talk) (Translate) | Requested count; will attempt to fetch this exact number, but may fetch fewer if no more are found after multiple attempts |
apihelp-query+gettingstartedgetpages-param-excludedtitle (talk) (Translate) | Full title of a page to exclude from the list; also used as the base title for recommendations based on a given page |
apihelp-query+gettingstartedgetpages-param-taskname (talk) (Translate) | Task name, generally either "copyedit" (copy-editing suggestions) or "morelike" (pages similar to the base page/excluded title) |
apihelp-query+gettingstartedgetpages-summary (talk) (Translate) | This API is for getting a list of one or more pages related to a particular GettingStarted task. |
apihelp-query+imageinfo-example-dated (talk) (Translate) | Fetch information about versions of [[:File:Test.jpg]] from 2008 and later. |