Welcome to the RuneGlory Wiki, where we do our best to make your life easier!
You can use the search menu on the right side of the wiki (or at the bottom if you are on mobile) to search for the page you are looking for. The most popular pages can be found on the right side of the wiki aswell (or again at the bottom if you are on mobile).
System messages
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.
First page |
Previous page |
Next page |
Last page |
Name | Default message text |
---|---|
Current message text | |
apihelp-query+querypage-param-limit (talk) (Translate) | Number of results to return. |
apihelp-query+querypage-param-page (talk) (Translate) | The name of the special page. Note, this is case sensitive. |
apihelp-query+random-description (talk) (Translate) | Get a set of random pages. Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc. |
apihelp-query+random-example-generator (talk) (Translate) | Return page info about two random pages from the main namespace. |
apihelp-query+random-example-simple (talk) (Translate) | Return two random pages from the main namespace. |
apihelp-query+random-param-filterredir (talk) (Translate) | How to filter for redirects. |
apihelp-query+random-param-limit (talk) (Translate) | Limit how many random pages will be returned. |
apihelp-query+random-param-namespace (talk) (Translate) | Return pages in these namespaces only. |
apihelp-query+random-param-redirect (talk) (Translate) | Use <kbd>$1filterredir=redirects</kbd> instead. |
apihelp-query+recentchanges-description (talk) (Translate) | Enumerate recent changes. |
apihelp-query+recentchanges-example-generator (talk) (Translate) | Get page info about recent unpatrolled changes. |
apihelp-query+recentchanges-example-simple (talk) (Translate) | List recent changes. |
apihelp-query+recentchanges-param-end (talk) (Translate) | The timestamp to end enumerating. |
apihelp-query+recentchanges-param-excludeuser (talk) (Translate) | Don't list changes by this user. |
apihelp-query+recentchanges-param-generaterevisions (talk) (Translate) | When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing. |
apihelp-query+recentchanges-param-limit (talk) (Translate) | How many total changes to return. |
apihelp-query+recentchanges-param-namespace (talk) (Translate) | Filter changes to only these namespaces. |
apihelp-query+recentchanges-param-prop (talk) (Translate) | Include additional pieces of information: |
apihelp-query+recentchanges-param-show (talk) (Translate) | 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+recentchanges-param-start (talk) (Translate) | The timestamp to start enumerating from. |
apihelp-query+recentchanges-param-tag (talk) (Translate) | Only list changes tagged with this tag. |
apihelp-query+recentchanges-param-token (talk) (Translate) | Use <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd> instead. |
apihelp-query+recentchanges-param-toponly (talk) (Translate) | Only list changes which are the latest revision. |
apihelp-query+recentchanges-param-type (talk) (Translate) | Which types of changes to show. |
apihelp-query+recentchanges-param-user (talk) (Translate) | Only list changes by this user. |
apihelp-query+recentchanges-paramvalue-prop-comment (talk) (Translate) | Adds the comment for the edit. |
apihelp-query+recentchanges-paramvalue-prop-flags (talk) (Translate) | Adds flags for the edit. |
apihelp-query+recentchanges-paramvalue-prop-ids (talk) (Translate) | Adds the page ID, recent changes ID and the new and old revision ID. |
apihelp-query+recentchanges-paramvalue-prop-loginfo (talk) (Translate) | Adds log information (log ID, log type, etc) to log entries. |
apihelp-query+recentchanges-paramvalue-prop-parsedcomment (talk) (Translate) | Adds the parsed comment for the edit. |
apihelp-query+recentchanges-paramvalue-prop-patrolled (talk) (Translate) | Tags patrollable edits as being patrolled or unpatrolled. |
apihelp-query+recentchanges-paramvalue-prop-redirect (talk) (Translate) | Tags edit if page is a redirect. |
apihelp-query+recentchanges-paramvalue-prop-sha1 (talk) (Translate) | Adds the content checksum for entries associated with a revision. |
apihelp-query+recentchanges-paramvalue-prop-sizes (talk) (Translate) | Adds the new and old page length in bytes. |
apihelp-query+recentchanges-paramvalue-prop-tags (talk) (Translate) | Lists tags for the entry. |
apihelp-query+recentchanges-paramvalue-prop-timestamp (talk) (Translate) | Adds timestamp of the edit. |
apihelp-query+recentchanges-paramvalue-prop-title (talk) (Translate) | Adds the page title of the edit. |
apihelp-query+recentchanges-paramvalue-prop-user (talk) (Translate) | Adds the user responsible for the edit and tags if they are an IP. |
apihelp-query+recentchanges-paramvalue-prop-userid (talk) (Translate) | Adds the user ID responsible for the edit. |
apihelp-query+redirects-description (talk) (Translate) | Returns all redirects to the given pages. |
apihelp-query+redirects-example-generator (talk) (Translate) | Get information about all redirects to the [[Main Page]]. |
apihelp-query+redirects-example-simple (talk) (Translate) | Get a list of redirects to the [[Main Page]]. |
apihelp-query+redirects-param-limit (talk) (Translate) | How many redirects to return. |
apihelp-query+redirects-param-namespace (talk) (Translate) | Only include pages in these namespaces. |
apihelp-query+redirects-param-prop (talk) (Translate) | Which properties to get: |
apihelp-query+redirects-param-show (talk) (Translate) | Show only items that meet these criteria: ;fragment:Only show redirects with a fragment. ;!fragment:Only show redirects without a fragment. |
apihelp-query+redirects-paramvalue-prop-fragment (talk) (Translate) | Fragment of each redirect, if any. |
apihelp-query+redirects-paramvalue-prop-pageid (talk) (Translate) | Page ID of each redirect. |
apihelp-query+redirects-paramvalue-prop-title (talk) (Translate) | Title of each redirect. |
apihelp-query+revisions+base-param-contentformat (talk) (Translate) | Serialization format used for <var>$1difftotext</var> and expected for output of content. |
First page |
Previous page |
Next page |
Last page |