Sistem iletileri
Bu liste MediaWiki ad alanında mevcut olan sistem mesajlarının listesidir. Genel MediaWiki yerelleştirmesine katkıda bulunmak isterseniz, lütfen MediaWiki Yerelleştirmesi ve translatewiki.net sayfalarını ziyaret edin.
İlk |
Önceki sayfa |
Sonraki sayfa |
Son |
Ad | Varsayılan mesaj metni |
---|---|
Kullanımdaki metin | |
apihelp-query+imageinfo-param-extmetadatamultilang (Mesaj) (Çevir) | If translations for extmetadata property are available, fetch all of them. |
apihelp-query+imageinfo-param-limit (Mesaj) (Çevir) | How many file revisions to return per file. |
apihelp-query+imageinfo-param-localonly (Mesaj) (Çevir) | Look only for files in the local repository. |
apihelp-query+imageinfo-param-metadataversion (Mesaj) (Çevir) | Version of metadata to use. If <kbd>latest</kbd> is specified, use latest version. Defaults to <kbd>1</kbd> for backwards compatibility. |
apihelp-query+imageinfo-param-prop (Mesaj) (Çevir) | Which file information to get: |
apihelp-query+imageinfo-param-start (Mesaj) (Çevir) | Timestamp to start listing from. |
apihelp-query+imageinfo-param-urlheight (Mesaj) (Çevir) | Similar to $1urlwidth. |
apihelp-query+imageinfo-param-urlparam (Mesaj) (Çevir) | A handler specific parameter string. For example, PDFs might use <kbd>page15-100px</kbd>. <var>$1urlwidth</var> must be used and be consistent with <var>$1urlparam</var>. |
apihelp-query+imageinfo-param-urlwidth (Mesaj) (Çevir) | If $2prop=url is set, a URL to an image scaled to this width will be returned. For performance reasons if this option is used, no more than $1 scaled images will be returned. |
apihelp-query+imageinfo-paramvalue-prop-archivename (Mesaj) (Çevir) | Adds the filename of the archive version for non-latest versions. |
apihelp-query+imageinfo-paramvalue-prop-bitdepth (Mesaj) (Çevir) | Adds the bit depth of the version. |
apihelp-query+imageinfo-paramvalue-prop-canonicaltitle (Mesaj) (Çevir) | Adds the canonical title of the file. |
apihelp-query+imageinfo-paramvalue-prop-comment (Mesaj) (Çevir) | Comment on the version. |
apihelp-query+imageinfo-paramvalue-prop-commonmetadata (Mesaj) (Çevir) | Lists file format generic metadata for the version of the file. |
apihelp-query+imageinfo-paramvalue-prop-dimensions (Mesaj) (Çevir) | Alias for size. |
apihelp-query+imageinfo-paramvalue-prop-extmetadata (Mesaj) (Çevir) | Lists formatted metadata combined from multiple sources. Results are HTML formatted. |
apihelp-query+imageinfo-paramvalue-prop-mediatype (Mesaj) (Çevir) | Adds the media type of the file. |
apihelp-query+imageinfo-paramvalue-prop-metadata (Mesaj) (Çevir) | Lists Exif metadata for the version of the file. |
apihelp-query+imageinfo-paramvalue-prop-mime (Mesaj) (Çevir) | Adds MIME type of the file. |
apihelp-query+imageinfo-paramvalue-prop-parsedcomment (Mesaj) (Çevir) | Parse the comment on the version. |
apihelp-query+imageinfo-paramvalue-prop-sha1 (Mesaj) (Çevir) | Adds SHA-1 hash for the file. |
apihelp-query+imageinfo-paramvalue-prop-size (Mesaj) (Çevir) | Adds the size of the file in bytes and the height, width and page count (if applicable). |
apihelp-query+imageinfo-paramvalue-prop-thumbmime (Mesaj) (Çevir) | Adds MIME type of the image thumbnail (requires url and param $1urlwidth). |
apihelp-query+imageinfo-paramvalue-prop-timestamp (Mesaj) (Çevir) | Adds timestamp for the uploaded version. |
apihelp-query+imageinfo-paramvalue-prop-uploadwarning (Mesaj) (Çevir) | Used by the Special:Upload page to get information about an existing file. Not intended for use outside MediaWiki core. |
apihelp-query+imageinfo-paramvalue-prop-url (Mesaj) (Çevir) | Gives URL to the file and the description page. |
apihelp-query+imageinfo-paramvalue-prop-user (Mesaj) (Çevir) | Adds the user who uploaded each file version. |
apihelp-query+imageinfo-paramvalue-prop-userid (Mesaj) (Çevir) | Add the ID of the user that uploaded each file version. |
apihelp-query+images-description (Mesaj) (Çevir) | Returns all files contained on the given pages. |
apihelp-query+images-example-generator (Mesaj) (Çevir) | Get information about all files used in the [[Main Page]]. |
apihelp-query+images-example-simple (Mesaj) (Çevir) | Get a list of files used in the [[Main Page]]. |
apihelp-query+images-param-dir (Mesaj) (Çevir) | The direction in which to list. |
apihelp-query+images-param-images (Mesaj) (Çevir) | Only list these files. Useful for checking whether a certain page has a certain file. |
apihelp-query+images-param-limit (Mesaj) (Çevir) | How many files to return. |
apihelp-query+imageusage-description (Mesaj) (Çevir) | Find all pages that use the given image title. |
apihelp-query+imageusage-example-generator (Mesaj) (Çevir) | Get information about pages using [[:File:Albert Einstein Head.jpg]]. |
apihelp-query+imageusage-example-simple (Mesaj) (Çevir) | Show pages using [[:File:Albert Einstein Head.jpg]]. |
apihelp-query+imageusage-param-dir (Mesaj) (Çevir) | The direction in which to list. |
apihelp-query+imageusage-param-filterredir (Mesaj) (Çevir) | How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level. |
apihelp-query+imageusage-param-limit (Mesaj) (Çevir) | How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned). |
apihelp-query+imageusage-param-namespace (Mesaj) (Çevir) | The namespace to enumerate. |
apihelp-query+imageusage-param-pageid (Mesaj) (Çevir) | Page ID to search. Cannot be used together with $1title. |
apihelp-query+imageusage-param-redirect (Mesaj) (Çevir) | If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved. |
apihelp-query+imageusage-param-title (Mesaj) (Çevir) | Title to search. Cannot be used together with $1pageid. |
apihelp-query+info-description (Mesaj) (Çevir) | Get basic page information. |
apihelp-query+info-example-protection (Mesaj) (Çevir) | Get general and protection information about the page <kbd>Main Page</kbd>. |
apihelp-query+info-example-simple (Mesaj) (Çevir) | Get information about the page <kbd>Main Page</kbd>. |
apihelp-query+info-param-prop (Mesaj) (Çevir) | Which additional properties to get: |
apihelp-query+info-param-testactions (Mesaj) (Çevir) | Test whether the current user can perform certain actions on the page. |
apihelp-query+info-param-token (Mesaj) (Çevir) | Use [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] instead. |
İlk |
Önceki sayfa |
Sonraki sayfa |
Son |