Komunikaty systemowe
Lista wszystkich komunikatów systemowych dostępnych w przestrzeni nazw MediaWiki. Odwiedź Tłumaczenie MediaWiki oraz translatewiki.net, jeśli chcesz uczestniczyć w tłumaczeniu oprogramowania MediaWiki.
Pierwsza strona |
Poprzednia strona |
Następna strona |
Ostatnia strona |
| Nazwa | Tekst domyślny |
|---|---|
| Tekst obecny | |
| apihelp-main-param-maxlag (dyskusja) (Przetłumacz) | Maksymalne opóźnienie mogą być używane kiedy MediaWiki jest zainstalowana w klastrze zreplikowanej bazy danych. By zapisać działania powodujące większe opóźnienie replikacji, ten parametr może wymusić czekanie u klienta, dopóki opóźnienie replikacji jest mniejsze niż określona wartość. W przypadku nadmiernego opóźnienia, kod błędu <samp>maxlag</samp> jest zwracany z wiadomością jak <samp>Oczekiwanie na $host: $lag sekund opóźnienia</samp>.<br />Zobacz [[mw:Manual:Maxlag_parameter|Podręcznik:Parametr Maxlag]] by uzyskać więcej informacji. |
| apihelp-main-param-origin (dyskusja) (Przetłumacz) | When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body). This must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is whitelisted, an <code>Access-Control-Allow-Origin</code> header will be set. |
| apihelp-main-param-requestid (dyskusja) (Przetłumacz) | Any value given here will be included in the response. May be used to distinguish requests. |
| apihelp-main-param-servedby (dyskusja) (Przetłumacz) | Include the hostname that served the request in the results. |
| apihelp-main-param-smaxage (dyskusja) (Przetłumacz) | Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached. |
| apihelp-main-param-uselang (dyskusja) (Przetłumacz) | Language to use for message translations. A list of codes may be fetched from <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> with <kbd>siprop=languages</kbd>, or specify <kbd>user</kbd> to use the current user's language preference, or specify <kbd>content</kbd> to use this wiki's content language. |
| apihelp-managetags-description (dyskusja) (Przetłumacz) | Perform management tasks relating to change tags. |
| apihelp-managetags-example-activate (dyskusja) (Przetłumacz) | Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd> |
| apihelp-managetags-example-create (dyskusja) (Przetłumacz) | Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd> |
| apihelp-managetags-example-deactivate (dyskusja) (Przetłumacz) | Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd> |
| apihelp-managetags-example-delete (dyskusja) (Przetłumacz) | Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd> |
| apihelp-managetags-param-ignorewarnings (dyskusja) (Przetłumacz) | Czy zignorować ostrzeżenia, które pojawiają się w trakcie operacji. |
| apihelp-managetags-param-operation (dyskusja) (Przetłumacz) | Which operation to perform: ;create:Create a new change tag for manual use. ;delete:Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used. ;activate:Activate a change tag, allowing users to apply it manually. ;deactivate:Deactivate a change tag, preventing users from applying it manually. |
| apihelp-managetags-param-reason (dyskusja) (Przetłumacz) | Opcjonalny powód utworzenia, usunięcia, włączenia lub wyłączenia znacznika. |
| apihelp-managetags-param-tag (dyskusja) (Przetłumacz) | Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined. |
| apihelp-move-description (dyskusja) (Przetłumacz) | Przenieś stronę. |
| apihelp-move-example-move (dyskusja) (Przetłumacz) | Move <kbd>Badtitle</kbd> to <kbd>Goodtitle</kbd> without leaving a redirect. |
| apihelp-move-param-from (dyskusja) (Przetłumacz) | Title of the page to rename. Cannot be used together with <var>$1fromid</var>. |
| apihelp-move-param-fromid (dyskusja) (Przetłumacz) | Page ID of the page to rename. Cannot be used together with <var>$1from</var>. |
| apihelp-move-param-ignorewarnings (dyskusja) (Przetłumacz) | Ignoruj wszystkie ostrzeżenia. |
| apihelp-move-param-movesubpages (dyskusja) (Przetłumacz) | Zmień nazwy podstron, jeśli możliwe. |
| apihelp-move-param-movetalk (dyskusja) (Przetłumacz) | Zmień nazwę strony dyskusji, jeśli istnieje. |
| apihelp-move-param-noredirect (dyskusja) (Przetłumacz) | Nie twórz przekierowania. |
| apihelp-move-param-reason (dyskusja) (Przetłumacz) | Powód zmiany nazwy. |
| apihelp-move-param-to (dyskusja) (Przetłumacz) | Title to rename the page to. |
| apihelp-move-param-unwatch (dyskusja) (Przetłumacz) | Remove the page and the redirect from the current user's watchlist. |
| apihelp-move-param-watch (dyskusja) (Przetłumacz) | Add the page and the redirect to the current user's watchlist. |
| apihelp-move-param-watchlist (dyskusja) (Przetłumacz) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
| apihelp-no-such-module (dyskusja) (Przetłumacz) | Moduł "$1" nie znaleziony. |
| apihelp-none-description (dyskusja) (Przetłumacz) | Output nothing. |
| apihelp-opensearch-description (dyskusja) (Przetłumacz) | Search the wiki using the OpenSearch protocol. |
| apihelp-opensearch-example-te (dyskusja) (Przetłumacz) | Znajdź strony zaczynające się od <kbd>Te</kbd>. |
| apihelp-opensearch-param-format (dyskusja) (Przetłumacz) | Format danych wyjściowych. |
| apihelp-opensearch-param-limit (dyskusja) (Przetłumacz) | Maksymalna liczba zwracanych wyników. |
| apihelp-opensearch-param-namespace (dyskusja) (Przetłumacz) | Przestrzenie nazw do przeszukania. |
| apihelp-opensearch-param-redirects (dyskusja) (Przetłumacz) | 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 (dyskusja) (Przetłumacz) | Wyszukaj tekst. |
| apihelp-opensearch-param-suggest (dyskusja) (Przetłumacz) | Do nothing if <var>[[mw:Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var> is false. |
| apihelp-opensearch-param-warningsaserror (dyskusja) (Przetłumacz) | If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them. |
| apihelp-options-description (dyskusja) (Przetłumacz) | 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 (dyskusja) (Przetłumacz) | Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences. |
| apihelp-options-example-complex (dyskusja) (Przetłumacz) | Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>. |
| apihelp-options-example-reset (dyskusja) (Przetłumacz) | Resetuj wszystkie preferencje. |
| apihelp-options-param-change (dyskusja) (Przetłumacz) | 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 (dyskusja) (Przetłumacz) | Nazwa opcji, która powinna być ustawiona na wartość <var>$1optionvalue</var>. |
| apihelp-options-param-optionvalue (dyskusja) (Przetłumacz) | Wartość opcji, określona w <var>$1optionname</var>, może zawierać znaki pionowej kreski. |
| apihelp-options-param-reset (dyskusja) (Przetłumacz) | Resetuj preferencje do domyślnych. |
| apihelp-options-param-resetkinds (dyskusja) (Przetłumacz) | List of types of options to reset when the <var>$1reset</var> option is set. |
| apihelp-paraminfo-description (dyskusja) (Przetłumacz) | Zdobądź informacje o modułach API. |
| apihelp-paraminfo-example-1 (dyskusja) (Przetłumacz) | 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>. |
Pierwsza strona |
Poprzednia strona |
Następna strona |
Ostatnia strona |