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-query-example-allpages (dyskusja) (Przetłumacz) | Fetch revisions of pages beginning with <kbd>API/</kbd>. |
apihelp-query-example-revisions (dyskusja) (Przetłumacz) | Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of <kbd>Main Page</kbd>. |
apihelp-query-param-export (dyskusja) (Przetłumacz) | Export the current revisions of all given or generated pages. |
apihelp-query-param-exportnowrap (dyskusja) (Przetłumacz) | Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export. |
apihelp-query-param-indexpageids (dyskusja) (Przetłumacz) | Include an additional pageids section listing all returned page IDs. |
apihelp-query-param-iwurl (dyskusja) (Przetłumacz) | Whether to get the full URL if the title is an interwiki link. |
apihelp-query-param-list (dyskusja) (Przetłumacz) | Which lists to get. |
apihelp-query-param-meta (dyskusja) (Przetłumacz) | Which metadata to get. |
apihelp-query-param-prop (dyskusja) (Przetłumacz) | Which properties to get for the queried pages. |
apihelp-query-param-rawcontinue (dyskusja) (Przetłumacz) | Return raw <samp>query-continue</samp> data for continuation. |
apihelp-rawfm-description (dyskusja) (Przetłumacz) | Output data, including debugging elements, in JSON format (pretty-print in HTML). |
apihelp-removeauthenticationdata-description (dyskusja) (Przetłumacz) | Remove authentication data for the current user. |
apihelp-removeauthenticationdata-example-simple (dyskusja) (Przetłumacz) | Attempt to remove the current user's data for <kbd>FooAuthenticationRequest</kbd>. |
apihelp-resetpassword-description (dyskusja) (Przetłumacz) | Wyślij użytkownikowi e-mail do resetowania hasła. |
apihelp-resetpassword-description-noroutes (dyskusja) (Przetłumacz) | No password reset routes are available. Enable routes in <var>[[mw:Special:MyLanguage/Manual:$wgPasswordResetRoutes|$wgPasswordResetRoutes]]</var> to use this module. |
apihelp-resetpassword-example-email (dyskusja) (Przetłumacz) | Wyślij e-mail do resetowania hasła do wszystkich użytkowników posiadających adres <kbd>user@example.com</kbd>. |
apihelp-resetpassword-example-user (dyskusja) (Przetłumacz) | Send a password reset email to user <kbd>Example</kbd>. |
apihelp-resetpassword-param-email (dyskusja) (Przetłumacz) | Email address of the user being reset. |
apihelp-resetpassword-param-user (dyskusja) (Przetłumacz) | User being reset. |
apihelp-revisiondelete-description (dyskusja) (Przetłumacz) | Delete and undelete revisions. |
apihelp-revisiondelete-example-log (dyskusja) (Przetłumacz) | Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>. |
apihelp-revisiondelete-example-revision (dyskusja) (Przetłumacz) | Hide content for revision <kbd>12345</kbd> on the page <kbd>Main Page</kbd>. |
apihelp-revisiondelete-param-hide (dyskusja) (Przetłumacz) | Co ukryć w każdej z wersji. |
apihelp-revisiondelete-param-ids (dyskusja) (Przetłumacz) | Identyfikatory wersji do usunięcia. |
apihelp-revisiondelete-param-reason (dyskusja) (Przetłumacz) | Powód usunięcia lub przywrócenia. |
apihelp-revisiondelete-param-show (dyskusja) (Przetłumacz) | Co pokazać w każdej z wersji. |
apihelp-revisiondelete-param-suppress (dyskusja) (Przetłumacz) | Whether to suppress data from administrators as well as others. |
apihelp-revisiondelete-param-tags (dyskusja) (Przetłumacz) | Tags to apply to the entry in the deletion log. |
apihelp-revisiondelete-param-target (dyskusja) (Przetłumacz) | Page title for the revision deletion, if required for the type. |
apihelp-revisiondelete-param-type (dyskusja) (Przetłumacz) | Type of revision deletion being performed. |
apihelp-rollback-description (dyskusja) (Przetłumacz) | Undo the last edit to the page. If the last user who edited the page made multiple edits in a row, they will all be rolled back. |
apihelp-rollback-example-simple (dyskusja) (Przetłumacz) | Roll back the last edits to page <kbd>Main Page</kbd> by user <kbd>Example</kbd>. |
apihelp-rollback-example-summary (dyskusja) (Przetłumacz) | Roll back the last edits to page <kbd>Main Page</kbd> by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits. |
apihelp-rollback-param-markbot (dyskusja) (Przetłumacz) | Mark the reverted edits and the revert as bot edits. |
apihelp-rollback-param-pageid (dyskusja) (Przetłumacz) | Page ID of the page to roll back. Cannot be used together with <var>$1title</var>. |
apihelp-rollback-param-summary (dyskusja) (Przetłumacz) | Custom edit summary. If empty, default summary will be used. |
apihelp-rollback-param-tags (dyskusja) (Przetłumacz) | Tags to apply to the rollback. |
apihelp-rollback-param-title (dyskusja) (Przetłumacz) | Title of the page to roll back. Cannot be used together with <var>$1pageid</var>. |
apihelp-rollback-param-user (dyskusja) (Przetłumacz) | Name of the user whose edits are to be rolled back. |
apihelp-rollback-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-rsd-description (dyskusja) (Przetłumacz) | Export an RSD (Really Simple Discovery) schema. |
apihelp-rsd-example-simple (dyskusja) (Przetłumacz) | Export the RSD schema. |
apihelp-setnotificationtimestamp-description (dyskusja) (Przetłumacz) | Update the notification timestamp for watched pages. This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the "{{int:tog-enotifwatchlistpages}}" preference is enabled. |
apihelp-setnotificationtimestamp-example-all (dyskusja) (Przetłumacz) | Reset the notification status for the entire watchlist. |
apihelp-setnotificationtimestamp-example-allpages (dyskusja) (Przetłumacz) | Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace. |
apihelp-setnotificationtimestamp-example-page (dyskusja) (Przetłumacz) | Reset the notification status for <kbd>Main page</kbd>. |
apihelp-setnotificationtimestamp-example-pagetimestamp (dyskusja) (Przetłumacz) | Set the notification timestamp for <kbd>Main page</kbd> so all edits since 1 January 2012 are unviewed. |
apihelp-setnotificationtimestamp-param-entirewatchlist (dyskusja) (Przetłumacz) | Work on all watched pages. |
apihelp-setnotificationtimestamp-param-newerthanrevid (dyskusja) (Przetłumacz) | Revision to set the notification timestamp newer than (one page only). |
apihelp-setnotificationtimestamp-param-timestamp (dyskusja) (Przetłumacz) | Timestamp to which to set the notification timestamp. |
Pierwsza strona |
Poprzednia strona |
Następna strona |
Ostatnia strona |