Komunikaty systemowe

Z Brain-wiki
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.
Komunikaty systemowe
Pierwsza stronaPoprzednia stronaNastępna stronaOstatnia strona
Nazwa Tekst domyślny
Tekst obecny
api-help-authmanagerhelper-request (dyskusja) (Przetłumacz) Use this authentication request, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd>.
api-help-authmanagerhelper-requests (dyskusja) (Przetłumacz) Only use these authentication requests, by the <samp>id</samp> returned from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$1</kbd> or from a previous response from this module.
api-help-authmanagerhelper-returnurl (dyskusja) (Przetłumacz) Return URL for third-party authentication flows, must be absolute. Either this or <var>$1continue</var> is required. Upon receiving a <samp>REDIRECT</samp> response, you will typically open a browser or web view to the specified <samp>redirecttarget</samp> URL for a third-party authentication flow. When that completes, the third party will send the browser or web view to this URL. You should extract any query or POST parameters from the URL and pass them as a <var>$1continue</var> request to this API module.
api-help-datatypes (dyskusja) (Przetłumacz) Input to MediaWiki should be NFC-normalized UTF-8. MediaWiki may attempt to convert other input, but this may cause some operations (such as [[Special:ApiHelp/edit|edits]] with MD5 checks) to fail. Some parameter types in API requests need further explanation: ;boolean :Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely. ;timestamp :Timestamps may be specified in several formats, see [[mw:Special:MyLanguage/Timestamp|the Timestamp library input formats documented on mediawiki.org]] for details. ISO 8601 date and time is recommended: <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd>. Additionally, the string <kbd>now</kbd> may be used to specify the current timestamp. ;alternative multiple-value separator :Parameters that take multiple values are normally submitted with the values separated using the pipe character, e.g. <kbd>param=value1|value2</kbd> or <kbd>param=value1%7Cvalue2</kbd>. If a value must contain the pipe character, use U+001F (Unit Separator) as the separator ''and'' prefix the value with U+001F, e.g. <kbd>param=%1Fvalue1%1Fvalue2</kbd>.
api-help-datatypes-header (dyskusja) (Przetłumacz) Typy danych
api-help-examples (dyskusja) (Przetłumacz) {{PLURAL:$1|Przykład|Przykłady}}:
api-help-flag-deprecated (dyskusja) (Przetłumacz) Ten moduł jest przestarzały.
api-help-flag-generator (dyskusja) (Przetłumacz) Ten moduł może być użyty jako generator.
api-help-flag-internal (dyskusja) (Przetłumacz) <strong>Ten moduł jest wewnętrzny lub niestabilny.</strong> Jego działanie może się zmienić bez uprzedzenia.
api-help-flag-mustbeposted (dyskusja) (Przetłumacz) Ten moduł akceptuje tylko żądania POST.
api-help-flag-readrights (dyskusja) (Przetłumacz) Ten moduł wymaga praw odczytu.
api-help-flag-writerights (dyskusja) (Przetłumacz) Ten moduł wymaga praw zapisu.
api-help-flags (dyskusja) (Przetłumacz)  
api-help-help-urls (dyskusja) (Przetłumacz)  
api-help-lead (dyskusja) (Przetłumacz) To jest automatycznie wygenerowana strona dokumentacji MediaWiki API. Dokumentacja i przykłady: https://www.mediawiki.org/wiki/API
api-help-license (dyskusja) (Przetłumacz) Licencja: [[$1|$2]]
api-help-license-noname (dyskusja) (Przetłumacz) Licencja: [[$1|Zobacz link]]
api-help-license-unknown (dyskusja) (Przetłumacz) Licencja: <span class="apihelp-unknown">nieznana</span>
api-help-main-header (dyskusja) (Przetłumacz) Moduł główny
api-help-no-extended-description (dyskusja) (Przetłumacz)  
api-help-open-in-apisandbox (dyskusja) (Przetłumacz) <small>[otwórz w brudnopisie]</small>
api-help-param-continue (dyskusja) (Przetłumacz) Gdy będzie dostępnych więcej wyników, użyj tego do kontynuowania.
api-help-param-default (dyskusja) (Przetłumacz) Domyślnie: $1
api-help-param-default-empty (dyskusja) (Przetłumacz) Domyślnie: <span class="apihelp-empty">(puste)</span>
api-help-param-deprecated (dyskusja) (Przetłumacz) Przestarzałe.
api-help-param-direction (dyskusja) (Przetłumacz) In which direction to enumerate: ;newer:List oldest first. Note: $1start has to be before $1end. ;older:List newest first (default). Note: $1start has to be later than $1end.
api-help-param-disabled-in-miser-mode (dyskusja) (Przetłumacz) Disabled due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]].
api-help-param-integer-max (dyskusja) (Przetłumacz) {{PLURAL:$1|1=Wartość musi być nie większa|2=Wartości muszą być nie większe}} niż $3.
api-help-param-integer-min (dyskusja) (Przetłumacz) {{PLURAL:$1|1=Wartość musi być nie mniejsza|2=Wartości muszą być nie mniejsze}} niż $2.
api-help-param-integer-minmax (dyskusja) (Przetłumacz) {{PLURAL:$1|1=Wartość musi|2=Wartości muszą}} być pomiędzy $2 a $3.
api-help-param-limit (dyskusja) (Przetłumacz) Nie więcej niż $1 dozwolone.
api-help-param-limit2 (dyskusja) (Przetłumacz) Nie więcej niż $1 ($2 dla botów) dozwolone.
api-help-param-limited-in-miser-mode (dyskusja) (Przetłumacz) <strong>Note:</strong> Due to [[mw:Special:MyLanguage/Manual:$wgMiserMode|miser mode]], using this may result in fewer than <var>$1limit</var> results returned before continuing; in extreme cases, zero results may be returned.
api-help-param-list (dyskusja) (Przetłumacz) {{PLURAL:$1|1=Jedna z następujących wartości|2=Wartości (oddziel za pomocą <kbd>{{!}}</kbd> lub [[Special:ApiHelp/main#main/datatypes|alternatywy]])}}: $2
api-help-param-list-can-be-empty (dyskusja) (Przetłumacz) {{PLURAL:$1|0=Must be empty|Can be empty, or $2}}
api-help-param-maxbytes (dyskusja) (Przetłumacz) Cannot be longer than $1 {{PLURAL:$1|byte|bytes}}.
api-help-param-maxchars (dyskusja) (Przetłumacz) Cannot be longer than $1 {{PLURAL:$1|character|characters}}.
api-help-param-multi-all (dyskusja) (Przetłumacz) Aby wskazać wszystkie wartości, użyj <kbd>$1</kbd>.
api-help-param-multi-max (dyskusja) (Przetłumacz) Maksymalna liczba wartości to {{PLURAL:$1|$1}} ({{PLURAL:$2|$2}} dla botów).
api-help-param-multi-max-simple (dyskusja) (Przetłumacz) Maximum number of values is {{PLURAL:$1|$1}}.
api-help-param-multi-separate (dyskusja) (Przetłumacz) Oddziel wartości za pomocą <kbd>|</kbd> lub [[Special:ApiHelp/main#main/datatypes|alternatywy]].
api-help-param-no-description (dyskusja) (Przetłumacz) <span class="apihelp-empty">(bez opisu)</span>
api-help-param-required (dyskusja) (Przetłumacz) Ten parametr jest wymagany.
api-help-param-templated (dyskusja) (Przetłumacz) This is a [[Special:ApiHelp/main#main/templatedparams|templated parameter]]. When making the request, $2.
api-help-param-templated-var (dyskusja) (Przetłumacz) <var>{$1}</var> with values of <var>$2</var>
api-help-param-templated-var-first (dyskusja) (Przetłumacz) <var>{$1}</var> in the parameter's name should be replaced with values of <var>$2</var>
api-help-param-token (dyskusja) (Przetłumacz) Token "$1" pobrany z [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]
api-help-param-token-webui (dyskusja) (Przetłumacz) For compatibility, the token used in the web UI is also accepted.
api-help-param-type-boolean (dyskusja) (Przetłumacz) Typ: wartość logiczna ([[Special:ApiHelp/main#main/datatypes|szczegóły]])
api-help-param-type-integer (dyskusja) (Przetłumacz) Typ: {{PLURAL:$1|1=liczba całkowita|2=lista liczb całkowitych}}
Pierwsza stronaPoprzednia stronaNastępna stronaOstatnia strona