Všechna systémová hlášení

Z WikiSkripta FJFI ČVUT v Praze
Přejít na: navigace, hledání

Toto je seznam všech hlášení dostupných ve jmenném prostoru MediaWiki. Pokud si přejete přispívat k lokalizaci softwaru MediaWiki, navštivte lokalizační stránku na mediawiki.org a server translatewiki.net.

Filtr
Filtr podle stavu:    
První stránka
Poslední stránka
Označení hlášení Původní text
Aktuální text
apihelp-tokens-description (diskuse) (přeložit) Get tokens for data-modifying actions. This module is deprecated in favor of [[Special:ApiHelp/query+tokens|action=query&meta=tokens]].
apihelp-tokens-example-edit (diskuse) (přeložit) Retrieve an edit token (the default).
apihelp-tokens-example-emailmove (diskuse) (přeložit) Retrieve an email token and a move token.
apihelp-tokens-param-type (diskuse) (přeložit) Types of token to request.
apihelp-txt-description (diskuse) (přeložit) Vypisuje data ve formátu funkce print_r() z PHP.
apihelp-txtfm-description (diskuse) (přeložit) Vypisuje data ve formátu funkce print_r() z PHP (v čitelné HTML podobě).
apihelp-unblock-description (diskuse) (přeložit) Unblock a user.
apihelp-unblock-example-id (diskuse) (přeložit) Unblock block ID #<kbd>105</kbd>.
apihelp-unblock-example-user (diskuse) (přeložit) Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.
apihelp-unblock-param-id (diskuse) (přeložit) ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.
apihelp-unblock-param-reason (diskuse) (přeložit) Reason for unblock.
apihelp-unblock-param-user (diskuse) (přeložit) Uživatel, IP adresa nebo záběr IP adres k odblokování. Nelze použít dohromady s <var>$1id</var>.
apihelp-undelete-description (diskuse) (přeložit) Restore revisions of a deleted page. A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevs|list=deletedrevs]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].
apihelp-undelete-example-page (diskuse) (přeložit) Undelete page <kbd>Main Page</kbd>.
apihelp-undelete-example-revisions (diskuse) (přeložit) Undelete two revisions of page <kbd>Main Page</kbd>.
apihelp-undelete-param-fileids (diskuse) (přeložit) IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
apihelp-undelete-param-reason (diskuse) (přeložit) Reason for restoring.
apihelp-undelete-param-timestamps (diskuse) (přeložit) Timestamps of the revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
apihelp-undelete-param-title (diskuse) (přeložit) Title of the page to restore.
apihelp-undelete-param-watchlist (diskuse) (přeložit) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-upload-description (diskuse) (přeložit) Upload a file, or get the status of pending uploads. Several methods are available: * Upload file contents directly, using the <var>$1file</var> parameter. * Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter. * Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter. Note that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.
apihelp-upload-example-filekey (diskuse) (přeložit) Complete an upload that failed due to warnings.
apihelp-upload-example-url (diskuse) (přeložit) Upload from a URL.
apihelp-upload-param-async (diskuse) (přeložit) Make potentially large file operations asynchronous when possible.
apihelp-upload-param-asyncdownload (diskuse) (přeložit) Make fetching a URL asynchronous.
apihelp-upload-param-checkstatus (diskuse) (přeložit) Only fetch the upload status for the given file key.
apihelp-upload-param-chunk (diskuse) (přeložit) Chunk contents.
apihelp-upload-param-comment (diskuse) (přeložit) Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.
apihelp-upload-param-file (diskuse) (přeložit) File contents.
apihelp-upload-param-filekey (diskuse) (přeložit) Key that identifies a previous upload that was stashed temporarily.
apihelp-upload-param-filename (diskuse) (přeložit) Target filename.
apihelp-upload-param-filesize (diskuse) (přeložit) Filesize of entire upload.
apihelp-upload-param-ignorewarnings (diskuse) (přeložit) Ignore any warnings.
apihelp-upload-param-leavemessage (diskuse) (přeložit) If asyncdownload is used, leave a message on the user talk page if finished.
apihelp-upload-param-offset (diskuse) (přeložit) Offset of chunk in bytes.
apihelp-upload-param-sessionkey (diskuse) (přeložit) Same as $1filekey, maintained for backward compatibility.
apihelp-upload-param-stash (diskuse) (přeložit) If set, the server will stash the file temporarily instead of adding it to the repository.
apihelp-upload-param-statuskey (diskuse) (přeložit) Fetch the upload status for this file key (upload by URL).
apihelp-upload-param-text (diskuse) (přeložit) Initial page text for new files.
apihelp-upload-param-url (diskuse) (přeložit) URL to fetch the file from.
apihelp-upload-param-watch (diskuse) (přeložit) Watch the page.
apihelp-upload-param-watchlist (diskuse) (přeložit) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-userrights-description (diskuse) (přeložit) Change a user's group membership.
apihelp-userrights-example-user (diskuse) (přeložit) Add user <kbd>FooBot</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.
apihelp-userrights-example-userid (diskuse) (přeložit) Add the user with ID <kbd>123</kbd> to group <kbd>bot</kbd>, and remove from groups <kbd>sysop</kbd> and <kbd>bureaucrat</kbd>.
apihelp-userrights-param-add (diskuse) (přeložit) Add the user to these groups.
apihelp-userrights-param-reason (diskuse) (přeložit) Reason for the change.
apihelp-userrights-param-remove (diskuse) (přeložit) Remove the user from these groups.
apihelp-userrights-param-user (diskuse) (přeložit) User name.
apihelp-userrights-param-userid (diskuse) (přeložit) User ID.
První stránka
Poslední stránka