Системалык билдирүүлөр

Навигацияга өтүү Издөөгө өтүү
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.
Системалык билдирүүлөр
Биринчи баракМурунку баракКийинки баракСоңку барак
Аталышы Белгиленген билдирүүнүн тексти
Учурдагы текст
apihelp-query+querypage-param-page (талкуу) (Которуу) The name of the special page. Note, this is case-sensitive.
apihelp-query+querypage-summary (талкуу) (Которуу) Get a list provided by a QueryPage-based special page.
apihelp-query+random-example-generator (талкуу) (Которуу) Return page info about two random pages from the main namespace.
apihelp-query+random-example-simple (талкуу) (Которуу) Return two random pages from the main namespace.
apihelp-query+random-extended-description (талкуу) (Которуу) 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-param-filterredir (талкуу) (Которуу) How to filter for redirects.
apihelp-query+random-param-limit (талкуу) (Которуу) Limit how many random pages will be returned.
apihelp-query+random-param-namespace (талкуу) (Которуу) Return pages in these namespaces only.
apihelp-query+random-param-redirect (талкуу) (Которуу) Use <kbd>$1filterredir=redirects</kbd> instead.
apihelp-query+random-summary (талкуу) (Которуу) Get a set of random pages.
apihelp-query+recentchanges-example-generator (талкуу) (Которуу) Get page info about recent unpatrolled changes.
apihelp-query+recentchanges-example-simple (талкуу) (Которуу) List recent changes.
apihelp-query+recentchanges-param-end (талкуу) (Которуу) The timestamp to end enumerating.
apihelp-query+recentchanges-param-excludeuser (талкуу) (Которуу) Don't list changes by this user.
apihelp-query+recentchanges-param-generaterevisions (талкуу) (Которуу) 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 (талкуу) (Которуу) How many total changes to return.
apihelp-query+recentchanges-param-namespace (талкуу) (Которуу) Filter changes to only these namespaces.
apihelp-query+recentchanges-param-prop (талкуу) (Которуу) Include additional pieces of information:
apihelp-query+recentchanges-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+recentchanges-param-slot (талкуу) (Которуу) Only list changes that touch the named slot.
apihelp-query+recentchanges-param-start (талкуу) (Которуу) The timestamp to start enumerating from.
apihelp-query+recentchanges-param-tag (талкуу) (Которуу) Only list changes tagged with this tag.
apihelp-query+recentchanges-param-title (талкуу) (Которуу) Filter entries to those related to a page.
apihelp-query+recentchanges-param-toponly (талкуу) (Которуу) Only list changes which are the latest revision.
apihelp-query+recentchanges-param-type (талкуу) (Которуу) Which types of changes to show.
apihelp-query+recentchanges-param-user (талкуу) (Которуу) Only list changes by this user.
apihelp-query+recentchanges-paramvalue-prop-autopatrolled (талкуу) (Которуу) Tags patrollable edits as being autopatrolled or not.
apihelp-query+recentchanges-paramvalue-prop-comment (талкуу) (Которуу) Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.
apihelp-query+recentchanges-paramvalue-prop-flags (талкуу) (Которуу) Adds flags for the edit.
apihelp-query+recentchanges-paramvalue-prop-ids (талкуу) (Которуу) Adds the page ID, recent changes ID and the new and old revision ID.
apihelp-query+recentchanges-paramvalue-prop-loginfo (талкуу) (Которуу) Adds log information (log ID, log type, etc) to log entries.
apihelp-query+recentchanges-paramvalue-prop-parsedcomment (талкуу) (Которуу) Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.
apihelp-query+recentchanges-paramvalue-prop-patrolled (талкуу) (Которуу) Tags patrollable edits as being patrolled or unpatrolled.
apihelp-query+recentchanges-paramvalue-prop-redirect (талкуу) (Которуу) Tags edit if page is a redirect.
apihelp-query+recentchanges-paramvalue-prop-sha1 (талкуу) (Которуу) Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned.
apihelp-query+recentchanges-paramvalue-prop-sizes (талкуу) (Которуу) Adds the new and old page length in bytes.
apihelp-query+recentchanges-paramvalue-prop-tags (талкуу) (Которуу) Lists tags for the entry.
apihelp-query+recentchanges-paramvalue-prop-timestamp (талкуу) (Которуу) Adds timestamp of the edit.
apihelp-query+recentchanges-paramvalue-prop-title (талкуу) (Которуу) Adds the page title of the edit.
apihelp-query+recentchanges-paramvalue-prop-user (талкуу) (Которуу) Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.
apihelp-query+recentchanges-paramvalue-prop-userid (талкуу) (Которуу) Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned.
apihelp-query+recentchanges-summary (талкуу) (Которуу) Enumerate recent changes.
apihelp-query+redirects-example-generator (талкуу) (Которуу) Get information about all redirects to the [[Main Page]].
apihelp-query+redirects-example-simple (талкуу) (Которуу) Get a list of redirects to the [[Main Page]].
apihelp-query+redirects-param-limit (талкуу) (Которуу) How many redirects to return.
apihelp-query+redirects-param-namespace (талкуу) (Которуу) Only include pages in these namespaces.
apihelp-query+redirects-param-prop (талкуу) (Которуу) Which properties to get:
apihelp-query+redirects-param-show (талкуу) (Которуу) 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 (талкуу) (Которуу) Fragment of each redirect, if any.
apihelp-query+redirects-paramvalue-prop-pageid (талкуу) (Которуу) Page ID of each redirect.
Биринчи баракМурунку баракКийинки баракСоңку барак