Системные сообщения
Это список системных сообщений, доступных в пространстве имён «MediaWiki». Если вы хотите внести вклад в общую локализацию MediaWiki, пожалуйста, посетите страницу описания локализации и проект translatewiki.net.
Первая страница |
Предыдущая страница |
Следующая страница |
Последняя страница |
Сообщение | Текст по умолчанию |
---|---|
Текущий текст | |
apihelp-query+filearchive-param-to (обсуждение) (Перевести) | The image title to stop enumerating at. |
apihelp-query+filearchive-paramvalue-prop-archivename (обсуждение) (Перевести) | Adds the filename of the archive version for non-latest versions. |
apihelp-query+filearchive-paramvalue-prop-bitdepth (обсуждение) (Перевести) | Adds the bit depth of the version. |
apihelp-query+filearchive-paramvalue-prop-description (обсуждение) (Перевести) | Adds description of the image version. |
apihelp-query+filearchive-paramvalue-prop-dimensions (обсуждение) (Перевести) | Alias for size. |
apihelp-query+filearchive-paramvalue-prop-mediatype (обсуждение) (Перевести) | Adds the media type of the image. |
apihelp-query+filearchive-paramvalue-prop-metadata (обсуждение) (Перевести) | Lists Exif metadata for the version of the image. |
apihelp-query+filearchive-paramvalue-prop-mime (обсуждение) (Перевести) | Adds MIME of the image. |
apihelp-query+filearchive-paramvalue-prop-parseddescription (обсуждение) (Перевести) | Parse the description of the version. |
apihelp-query+filearchive-paramvalue-prop-sha1 (обсуждение) (Перевести) | Adds SHA-1 hash for the image. |
apihelp-query+filearchive-paramvalue-prop-size (обсуждение) (Перевести) | Adds the size of the image in bytes and the height, width and page count (if applicable). |
apihelp-query+filearchive-paramvalue-prop-timestamp (обсуждение) (Перевести) | Adds timestamp for the uploaded version. |
apihelp-query+filearchive-paramvalue-prop-user (обсуждение) (Перевести) | Adds user who uploaded the image version. |
apihelp-query+filerepoinfo-description (обсуждение) (Перевести) | Return meta information about image repositories configured on the wiki. |
apihelp-query+filerepoinfo-example-login (обсуждение) (Перевести) | Fetch the requests that may be used when beginning a login. |
apihelp-query+filerepoinfo-example-login-merged (обсуждение) (Перевести) | Fetch the requests that may be used when beginning a login, with form fields merged. |
apihelp-query+filerepoinfo-example-securitysensitiveoperation (обсуждение) (Перевести) | Test whether authentication is sufficient for action <kbd>foo</kbd>. |
apihelp-query+filerepoinfo-example-simple (обсуждение) (Перевести) | Get information about file repositories. |
apihelp-query+filerepoinfo-param-prop (обсуждение) (Перевести) | Which repository properties to get (there may be more available on some wikis): ;apiurl:URL to the repository API - helpful for getting image info from the host. ;name:The key of the repository - used in e.g. <var>[[mw:Manual:$wgForeignFileRepos|$wgForeignFileRepos]]</var> and [[Special:ApiHelp/query+imageinfo|imageinfo]] return values. ;displayname:The human-readable name of the repository wiki. ;rooturl:Root URL for image paths. ;local:Whether that repository is the local one or not. |
apihelp-query+fileusage-description (обсуждение) (Перевести) | Find all pages that use the given files. |
apihelp-query+fileusage-example-generator (обсуждение) (Перевести) | Get information about pages using [[:File:Example.jpg]]. |
apihelp-query+fileusage-example-simple (обсуждение) (Перевести) | Get a list of pages using [[:File:Example.jpg]]. |
apihelp-query+fileusage-param-limit (обсуждение) (Перевести) | How many to return. |
apihelp-query+fileusage-param-namespace (обсуждение) (Перевести) | Only include pages in these namespaces. |
apihelp-query+fileusage-param-prop (обсуждение) (Перевести) | Which properties to get: |
apihelp-query+fileusage-param-show (обсуждение) (Перевести) | Show only items that meet these criteria: ;redirect:Only show redirects. ;!redirect:Only show non-redirects. |
apihelp-query+fileusage-paramvalue-prop-pageid (обсуждение) (Перевести) | Page ID of each page. |
apihelp-query+fileusage-paramvalue-prop-redirect (обсуждение) (Перевести) | Flag if the page is a redirect. |
apihelp-query+fileusage-paramvalue-prop-title (обсуждение) (Перевести) | Title of each page. |
apihelp-query+flagged-description (обсуждение) (Перевести) | Get information about the flagging status of the given pages. If a page is flagged, the following parameters are returned: ;stable_revid:The revision ID of the latest stable revision. ;level ;level_text:The highest flagging level of the page. ;pending_since:If there are any current unreviewed revisions for that page, holds the timestamp of the first of them. If the page has protection configuration, the following parameters are returned: ;protection_level:The right a user must have to not require review on the page. ;protection_expiry:When the protection expires. |
apihelp-query+flagged-example-1 (обсуждение) (Перевести) | Get page information and flag status of [[Main Page]] |
apihelp-query+flagged-example-2 (обсуждение) (Перевести) | Get flag statuses for pages starting with "K" |
apihelp-query+gadgetcategories-description (обсуждение) (Перевести) | Возвращает список категорий гаджетов. |
apihelp-query+gadgetcategories-example-1 (обсуждение) (Перевести) | Получить список существующих категорий гаджетов |
apihelp-query+gadgetcategories-example-2 (обсуждение) (Перевести) | Получить всю информацию о категориях с названиями «Foo» и «Bar» |
apihelp-query+gadgetcategories-param-names (обсуждение) (Перевести) | Названия возвращаемых категорий. |
apihelp-query+gadgetcategories-param-prop (обсуждение) (Перевести) | What gadget category information to get: ;name:Internal category name. ;title:Category title. ;members:Number of gadgets in category. |
apihelp-query+gadgets-description (обсуждение) (Перевести) | Возвращает список гаджетов, используемых в этой вики. |
apihelp-query+gadgets-example-1 (обсуждение) (Перевести) | Получить список гаджетов вместе с их описаниями |
apihelp-query+gadgets-example-2 (обсуждение) (Перевести) | Получить список гаджетов со всеми их возможными свойствами |
apihelp-query+gadgets-example-3 (обсуждение) (Перевести) | Получить список гаджетов в категории «foo» |
apihelp-query+gadgets-example-4 (обсуждение) (Перевести) | Получить информацию о гаджетах «foo» и «bar» |
apihelp-query+gadgets-example-5 (обсуждение) (Перевести) | Получить список гаджетов, включённых у данного участника |
apihelp-query+gadgets-param-allowedonly (обсуждение) (Перевести) | Перечислить только гаджеты, разрешённые текущему участнику. |
apihelp-query+gadgets-param-categories (обсуждение) (Перевести) | Гаджеты из каких категорий получать. |
apihelp-query+gadgets-param-enabledonly (обсуждение) (Перевести) | Перечислить только гаджеты, включенные у текущего участника. |
apihelp-query+gadgets-param-ids (обсуждение) (Перевести) | Идентификаторы гаджетов для получения. |
apihelp-query+gadgets-param-prop (обсуждение) (Перевести) | 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+imageinfo-description (обсуждение) (Перевести) | Returns file information and upload history. |
apihelp-query+imageinfo-example-dated (обсуждение) (Перевести) | Fetch information about versions of [[:File:Test.jpg]] from 2008 and later. |
Первая страница |
Предыдущая страница |
Следующая страница |
Последняя страница |