Komunikaty systemowe

Z WikiZagłębie
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
apihelp-query+languageinfo-example-simple (dyskusja) (Przetłumacz) Get the language codes of all supported languages.
apihelp-query+languageinfo-extended-description (dyskusja) (Przetłumacz) [[mw:API:Query#Continuing queries|Continuation]] may be applied if retrieving the information takes too long for one request.
apihelp-query+languageinfo-param-code (dyskusja) (Przetłumacz) Language codes of the languages that should be returned, or <code>*</code> for all languages.
apihelp-query+languageinfo-param-prop (dyskusja) (Przetłumacz) Which information to get for each language.
apihelp-query+languageinfo-paramvalue-prop-autonym (dyskusja) (Przetłumacz) The autonym of the language, that is, the name in that language.
apihelp-query+languageinfo-paramvalue-prop-bcp47 (dyskusja) (Przetłumacz) The BCP-47 language code.
apihelp-query+languageinfo-paramvalue-prop-code (dyskusja) (Przetłumacz) The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)
apihelp-query+languageinfo-paramvalue-prop-dir (dyskusja) (Przetłumacz) The writing direction of the language (either <code>ltr</code> or <code>rtl</code>).
apihelp-query+languageinfo-paramvalue-prop-fallbacks (dyskusja) (Przetłumacz) The language codes of the fallback languages configured for this language. The implicit final fallback to 'en' is not included (but some languages may fall back to 'en' explicitly).
apihelp-query+languageinfo-paramvalue-prop-name (dyskusja) (Przetłumacz) The name of the language in the language specified by the <var>uselang</var> parameter, with language fallbacks applied if necessary.
apihelp-query+languageinfo-paramvalue-prop-variants (dyskusja) (Przetłumacz) The language codes of the variants supported by this language.
apihelp-query+languageinfo-summary (dyskusja) (Przetłumacz) Return information about available languages.
apihelp-query+links-example-generator (dyskusja) (Przetłumacz) Get information about the link pages in the page <kbd>Main Page</kbd>.
apihelp-query+links-example-namespaces (dyskusja) (Przetłumacz) Get links from the page <kbd>Main Page</kbd> in the {{ns:user}} and {{ns:template}} namespaces.
apihelp-query+links-example-simple (dyskusja) (Przetłumacz) Get links from the page <kbd>Main Page</kbd>
apihelp-query+links-param-dir (dyskusja) (Przetłumacz) The direction in which to list.
apihelp-query+links-param-limit (dyskusja) (Przetłumacz) Liczba linków do zwrócenia.
apihelp-query+links-param-namespace (dyskusja) (Przetłumacz) Pokaż linki tylko w tych przestrzeniach nazw.
apihelp-query+links-param-titles (dyskusja) (Przetłumacz) Only list links to these titles. Useful for checking whether a certain page links to a certain title.
apihelp-query+links-summary (dyskusja) (Przetłumacz) Zwraca wszystkie linki z danych stron.
apihelp-query+linkshere-example-generator (dyskusja) (Przetłumacz) Get information about pages linking to the [[Main Page]].
apihelp-query+linkshere-example-simple (dyskusja) (Przetłumacz) Get a list of pages linking to the [[Main Page]].
apihelp-query+linkshere-param-limit (dyskusja) (Przetłumacz) Liczba do zwrócenia.
apihelp-query+linkshere-param-namespace (dyskusja) (Przetłumacz) Only include pages in these namespaces.
apihelp-query+linkshere-param-prop (dyskusja) (Przetłumacz) Which properties to get:
apihelp-query+linkshere-param-show (dyskusja) (Przetłumacz) Show only items that meet these criteria: ;redirect:Only show redirects. ;!redirect:Only show non-redirects.
apihelp-query+linkshere-paramvalue-prop-pageid (dyskusja) (Przetłumacz) Page ID of each page.
apihelp-query+linkshere-paramvalue-prop-redirect (dyskusja) (Przetłumacz) Oznacz, jeśli strona jest przekierowaniem.
apihelp-query+linkshere-paramvalue-prop-title (dyskusja) (Przetłumacz) Nazwa każdej strony.
apihelp-query+linkshere-summary (dyskusja) (Przetłumacz) Znajdź wszystkie strony, które linkują do danych stron.
apihelp-query+logevents-example-simple (dyskusja) (Przetłumacz) Lista ostatnich zarejestrowanych zdarzeń.
apihelp-query+logevents-param-action (dyskusja) (Przetłumacz) Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/).
apihelp-query+logevents-param-end (dyskusja) (Przetłumacz) The timestamp to end enumerating.
apihelp-query+logevents-param-limit (dyskusja) (Przetłumacz) How many total event entries to return.
apihelp-query+logevents-param-namespace (dyskusja) (Przetłumacz) Filter entries to those in the given namespace.
apihelp-query+logevents-param-prefix (dyskusja) (Przetłumacz) Filter entries that start with this prefix.
apihelp-query+logevents-param-prop (dyskusja) (Przetłumacz) Which properties to get:
apihelp-query+logevents-param-start (dyskusja) (Przetłumacz) The timestamp to start enumerating from.
apihelp-query+logevents-param-tag (dyskusja) (Przetłumacz) Only list event entries tagged with this tag.
apihelp-query+logevents-param-title (dyskusja) (Przetłumacz) Filter entries to those related to a page.
apihelp-query+logevents-param-type (dyskusja) (Przetłumacz) Filter log entries to only this type.
apihelp-query+logevents-param-user (dyskusja) (Przetłumacz) Filter entries to those made by the given user.
apihelp-query+logevents-paramvalue-prop-comment (dyskusja) (Przetłumacz) Adds the comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.
apihelp-query+logevents-paramvalue-prop-details (dyskusja) (Przetłumacz) Lists additional details about the log event. If the log event has been revision deleted, an <samp>actionhidden</samp> property will be returned.
apihelp-query+logevents-paramvalue-prop-ids (dyskusja) (Przetłumacz) Adds the ID of the log event.
apihelp-query+logevents-paramvalue-prop-parsedcomment (dyskusja) (Przetłumacz) Adds the parsed comment of the log event. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned.
apihelp-query+logevents-paramvalue-prop-tags (dyskusja) (Przetłumacz) Lists tags for the log event.
apihelp-query+logevents-paramvalue-prop-timestamp (dyskusja) (Przetłumacz) Adds the timestamp for the log event.
apihelp-query+logevents-paramvalue-prop-title (dyskusja) (Przetłumacz) Adds the title of the page for the log event.
apihelp-query+logevents-paramvalue-prop-type (dyskusja) (Przetłumacz) Adds the type of log event.
Pierwsza stronaPoprzednia stronaNastępna stronaOstatnia strona