Ana menüyü aç

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.

Filtre
Özelleştirme durumuna göre filtrele:    
İlk
Önceki sayfa
Sonraki sayfa
Son
Ad Varsayılan mesaj metni
Kullanımdaki metin
apihelp-move-param-to (Mesaj) (Çevir) Title to rename the page to.
apihelp-move-param-unwatch (Mesaj) (Çevir) Remove the page and the redirect from the current user's watchlist.
apihelp-move-param-watch (Mesaj) (Çevir) Add the page and the redirect to the current user's watchlist.
apihelp-move-param-watchlist (Mesaj) (Çevir) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-no-such-module (Mesaj) (Çevir) "$1" modülü bulunamadı.
apihelp-none-description (Mesaj) (Çevir) Output nothing.
apihelp-opensearch-description (Mesaj) (Çevir) Search the wiki using the OpenSearch protocol.
apihelp-opensearch-example-te (Mesaj) (Çevir) Find pages beginning with <kbd>Te</kbd>.
apihelp-opensearch-param-format (Mesaj) (Çevir) The format of the output.
apihelp-opensearch-param-limit (Mesaj) (Çevir) Verilecek azami sonuç sayısı.
apihelp-opensearch-param-namespace (Mesaj) (Çevir) Namespaces to search.
apihelp-opensearch-param-redirects (Mesaj) (Çevir) How to handle redirects: ;return:Return the redirect itself. ;resolve:Return the target page. May return fewer than $1limit results. For historical reasons, the default is "return" for $1format=json and "resolve" for other formats.
apihelp-opensearch-param-search (Mesaj) (Çevir) Search string.
apihelp-opensearch-param-suggest (Mesaj) (Çevir) Do nothing if <var>[[mw:Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var> is false.
apihelp-opensearch-param-warningsaserror (Mesaj) (Çevir) If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.
apihelp-options-description (Mesaj) (Çevir) Change preferences of the current user. Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.
apihelp-options-example-change (Mesaj) (Çevir) Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.
apihelp-options-example-complex (Mesaj) (Çevir) Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.
apihelp-options-example-reset (Mesaj) (Çevir) Tüm tercihleri sıfırla
apihelp-options-param-change (Mesaj) (Çevir) List of changes, formatted name=value (e.g. skin=vector). Value cannot contain pipe characters. If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value.
apihelp-options-param-optionname (Mesaj) (Çevir) The name of the option that should be set to the value given by <var>$1optionvalue</var>.
apihelp-options-param-optionvalue (Mesaj) (Çevir) The value for the option specified by <var>$1optionname</var>, can contain pipe characters.
apihelp-options-param-reset (Mesaj) (Çevir) Resets preferences to the site defaults.
apihelp-options-param-resetkinds (Mesaj) (Çevir) List of types of options to reset when the <var>$1reset</var> option is set.
apihelp-paraminfo-description (Mesaj) (Çevir) Obtain information about API modules.
apihelp-paraminfo-example-1 (Mesaj) (Çevir) Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.
apihelp-paraminfo-param-formatmodules (Mesaj) (Çevir) List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead.
apihelp-paraminfo-param-helpformat (Mesaj) (Çevir) Format of help strings.
apihelp-paraminfo-param-mainmodule (Mesaj) (Çevir) Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead.
apihelp-paraminfo-param-modules (Mesaj) (Çevir) List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.
apihelp-paraminfo-param-pagesetmodule (Mesaj) (Çevir) Get information about the pageset module (providing titles= and friends) as well.
apihelp-paraminfo-param-querymodules (Mesaj) (Çevir) List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>.
apihelp-parse-description (Mesaj) (Çevir) Parses content and returns parser output. See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page. There are several ways to specify the text to parse: # Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>. # Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, and <var>$1contentmodel</var>. # Specify only a summary to parse. <var>$1prop</var> should be given an empty value.
apihelp-parse-example-page (Mesaj) (Çevir) Parse a page.
apihelp-parse-example-summary (Mesaj) (Çevir) Parse a summary.
apihelp-parse-example-text (Mesaj) (Çevir) Parse wikitext.
apihelp-parse-example-texttitle (Mesaj) (Çevir) Parse wikitext, specifying the page title.
apihelp-parse-param-contentformat (Mesaj) (Çevir) Content serialization format used for the input text. Only valid when used with $1text.
apihelp-parse-param-contentmodel (Mesaj) (Çevir) Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.
apihelp-parse-param-disableeditsection (Mesaj) (Çevir) Omit edit section links from the parser output.
apihelp-parse-param-disablelimitreport (Mesaj) (Çevir) Omit the limit report ("NewPP limit report") from the parser output.
apihelp-parse-param-disablepp (Mesaj) (Çevir) Use <var>$1disablelimitreport</var> instead.
apihelp-parse-param-disabletidy (Mesaj) (Çevir) Do not run HTML cleanup (e.g. tidy) on the parser output.
apihelp-parse-param-disabletoc (Mesaj) (Çevir) Omit table of contents in output.
apihelp-parse-param-effectivelanglinks (Mesaj) (Çevir) Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>).
apihelp-parse-param-generatexml (Mesaj) (Çevir) Generate XML parse tree (requires content model <code>$1</code>; replaced by <kbd>$2prop=parsetree</kbd>).
apihelp-parse-param-mainpage (Mesaj) (Çevir) Mobil Ana Sayfa dönüşüm uygulanır.
apihelp-parse-param-mobileformat (Mesaj) (Çevir) Bir biçimde mobil cihazlar için uygun ayrıştırma çıkış dönüş.
apihelp-parse-param-noimages (Mesaj) (Çevir) Mobil çıkışı devre dışı görüntüler.
apihelp-parse-param-oldid (Mesaj) (Çevir) Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.
İlk
Önceki sayfa
Sonraki sayfa
Son
  • Akupedia

    • Mobil
    • Masaüstü
  • Gizlilik