Sistem iletileri

Şuraya atla: kullan, ara

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.

Filtre
Özelleştirme durumuna göre filtrele:    
İlk
Son
Ad Varsayılan mesaj metni
Kullanımdaki metin
apihelp-setnotificationtimestamp-param-newerthanrevid (Mesaj) (Çevir) Revision to set the notification timestamp newer than (one page only).
apihelp-setnotificationtimestamp-param-timestamp (Mesaj) (Çevir) Timestamp to which to set the notification timestamp.
apihelp-setnotificationtimestamp-param-torevid (Mesaj) (Çevir) Revision to set the notification timestamp to (one page only).
apihelp-stashedit-description (Mesaj) (Çevir) Prepare an edit in shared cache. This is intended to be used via AJAX from the edit form to improve the performance of the page save.
apihelp-stashedit-param-baserevid (Mesaj) (Çevir) Revision ID of the base revision.
apihelp-stashedit-param-contentformat (Mesaj) (Çevir) Content serialization format used for the input text.
apihelp-stashedit-param-contentmodel (Mesaj) (Çevir) Content model of the new content.
apihelp-stashedit-param-section (Mesaj) (Çevir) Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.
apihelp-stashedit-param-sectiontitle (Mesaj) (Çevir) The title for a new section.
apihelp-stashedit-param-text (Mesaj) (Çevir) Page content.
apihelp-stashedit-param-title (Mesaj) (Çevir) Title of the page being edited.
apihelp-summary (Mesaj) (Çevir)  
apihelp-tag-description (Mesaj) (Çevir) Add or remove change tags from individual revisions or log entries.
apihelp-tag-example-log (Mesaj) (Çevir) Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd>
apihelp-tag-example-rev (Mesaj) (Çevir) Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason
apihelp-tag-param-add (Mesaj) (Çevir) Tags to add. Only manually defined tags can be added.
apihelp-tag-param-logid (Mesaj) (Çevir) One or more log entry IDs from which to add or remove the tag.
apihelp-tag-param-rcid (Mesaj) (Çevir) One or more recent changes IDs from which to add or remove the tag.
apihelp-tag-param-reason (Mesaj) (Çevir) Reason for the change.
apihelp-tag-param-remove (Mesaj) (Çevir) Tags to remove. Only tags that are either manually defined or completely undefined can be removed.
apihelp-tag-param-revid (Mesaj) (Çevir) One or more revision IDs from which to add or remove the tag.
apihelp-tokens-description (Mesaj) (Çevir) Get tokens for data-modifying actions. This module is deprecated in favor of [[Special:ApiHelp/query+tokens|action=query&meta=tokens]].
apihelp-tokens-example-edit (Mesaj) (Çevir) Retrieve an edit token (the default).
apihelp-tokens-example-emailmove (Mesaj) (Çevir) Retrieve an email token and a move token.
apihelp-tokens-param-type (Mesaj) (Çevir) Types of token to request.
apihelp-txt-description (Mesaj) (Çevir) Output data in PHP's <code>print_r()</code> format.
apihelp-txtfm-description (Mesaj) (Çevir) Output data in PHP's <code>print_r()</code> format (pretty-print in HTML).
apihelp-unblock-description (Mesaj) (Çevir) Unblock a user.
apihelp-unblock-example-id (Mesaj) (Çevir) Unblock block ID #<kbd>105</kbd>.
apihelp-unblock-example-user (Mesaj) (Çevir) Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.
apihelp-unblock-param-id (Mesaj) (Çevir) ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.
apihelp-unblock-param-reason (Mesaj) (Çevir) Reason for unblock.
apihelp-unblock-param-user (Mesaj) (Çevir) Username, IP address or IP range to unblock. Cannot be used together with <var>$1id</var>.
apihelp-undelete-description (Mesaj) (Çevir) Restore revisions of a deleted page. A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevs|list=deletedrevs]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].
apihelp-undelete-example-page (Mesaj) (Çevir) Undelete page <kbd>Main Page</kbd>.
apihelp-undelete-example-revisions (Mesaj) (Çevir) Undelete two revisions of page <kbd>Main Page</kbd>.
apihelp-undelete-param-fileids (Mesaj) (Çevir) IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
apihelp-undelete-param-reason (Mesaj) (Çevir) Reason for restoring.
apihelp-undelete-param-timestamps (Mesaj) (Çevir) Timestamps of the revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
apihelp-undelete-param-title (Mesaj) (Çevir) Title of the page to restore.
apihelp-undelete-param-watchlist (Mesaj) (Çevir) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-upload-description (Mesaj) (Çevir) Upload a file, or get the status of pending uploads. Several methods are available: * Upload file contents directly, using the <var>$1file</var> parameter. * Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters. * Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter. * Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter. Note that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.
apihelp-upload-example-filekey (Mesaj) (Çevir) Complete an upload that failed due to warnings.
apihelp-upload-example-url (Mesaj) (Çevir) Upload from a URL.
apihelp-upload-param-async (Mesaj) (Çevir) Make potentially large file operations asynchronous when possible.
apihelp-upload-param-asyncdownload (Mesaj) (Çevir) Make fetching a URL asynchronous.
apihelp-upload-param-checkstatus (Mesaj) (Çevir) Only fetch the upload status for the given file key.
apihelp-upload-param-chunk (Mesaj) (Çevir) Chunk contents.
apihelp-upload-param-comment (Mesaj) (Çevir) Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.
apihelp-upload-param-file (Mesaj) (Çevir) File contents.
İlk
Son