Všetky systémové správy
Z Žilina Gallery Wiki
Toto je zoznam všetkých správ dostupných v mennom priestore MediaWiki. Prosím, navštívte MediaWiki Localisation a translatewiki.net ak chcete prispieť k všeobecnej lokalizácii MediaWiki.
Prvá stránka |
Predošlá stránka |
Ďalšia stránka |
Posledná stránka |
Názov | štandardný text |
---|---|
aktuálny text | |
api-pageset-param-titles (Diskusia) (Preložiť) | A list of titles to work on. |
apihelp (Diskusia) (Preložiť) | API help |
apihelp-block-description (Diskusia) (Preložiť) | Block a user. |
apihelp-block-example-ip-simple (Diskusia) (Preložiť) | Block IP address <kbd>192.0.2.5</kbd> for three days with reason <kbd>First strike</kbd>. |
apihelp-block-example-user-complex (Diskusia) (Preložiť) | Block user <kbd>Vandal</kbd> indefinitely with reason <kbd>Vandalism</kbd>, and prevent new account creation and email sending. |
apihelp-block-param-allowusertalk (Diskusia) (Preložiť) | Allow the user to edit their own talk page (depends on <var>[[mw:Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>). |
apihelp-block-param-anononly (Diskusia) (Preložiť) | Block anonymous users only (i.e. disable anonymous edits for this IP address). |
apihelp-block-param-autoblock (Diskusia) (Preložiť) | Automatically block the last used IP address, and any subsequent IP addresses they try to login from. |
apihelp-block-param-expiry (Diskusia) (Preložiť) | Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire. |
apihelp-block-param-hidename (Diskusia) (Preložiť) | Hide the username from the block log. (Requires the <code>hideuser</code> right). |
apihelp-block-param-nocreate (Diskusia) (Preložiť) | Prevent account creation. |
apihelp-block-param-noemail (Diskusia) (Preložiť) | Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right). |
apihelp-block-param-reason (Diskusia) (Preložiť) | Reason for block. |
apihelp-block-param-reblock (Diskusia) (Preložiť) | If the user is already blocked, overwrite the existing block. |
apihelp-block-param-user (Diskusia) (Preložiť) | Username, IP address, or IP range to block. |
apihelp-block-param-watchuser (Diskusia) (Preložiť) | Watch the user's or IP address's user and talk pages. |
apihelp-checktoken-description (Diskusia) (Preložiť) | Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>. |
apihelp-checktoken-example-simple (Diskusia) (Preložiť) | Test the validity of a <kbd>csrf</kbd> token. |
apihelp-checktoken-param-maxtokenage (Diskusia) (Preložiť) | Maximum allowed age of the token, in seconds. |
apihelp-checktoken-param-token (Diskusia) (Preložiť) | Token to test. |
apihelp-checktoken-param-type (Diskusia) (Preložiť) | Type of token being tested. |
apihelp-clearhasmsg-description (Diskusia) (Preložiť) | Clears the <code>hasmsg</code> flag for the current user. |
apihelp-clearhasmsg-example-1 (Diskusia) (Preložiť) | Clear the <code>hasmsg</code> flag for the current user. |
apihelp-compare-description (Diskusia) (Preložiť) | Get the difference between 2 pages. A revision number, a page title, or a page ID for both "from" and "to" must be passed. |
apihelp-compare-example-1 (Diskusia) (Preložiť) | Create a diff between revision 1 and 2. |
apihelp-compare-param-fromid (Diskusia) (Preložiť) | First page ID to compare. |
apihelp-compare-param-fromrev (Diskusia) (Preložiť) | First revision to compare. |
apihelp-compare-param-fromtitle (Diskusia) (Preložiť) | First title to compare. |
apihelp-compare-param-toid (Diskusia) (Preložiť) | Second page ID to compare. |
apihelp-compare-param-torev (Diskusia) (Preložiť) | Second revision to compare. |
apihelp-compare-param-totitle (Diskusia) (Preložiť) | Second title to compare. |
apihelp-createaccount-description (Diskusia) (Preložiť) | Create a new user account. |
apihelp-createaccount-example-mail (Diskusia) (Preložiť) | Create user <kbd>testmailuser</kbd> and email a randomly-generated password. |
apihelp-createaccount-example-pass (Diskusia) (Preložiť) | Create user <kbd>testuser</kbd> with password <kbd>test123</kbd>. |
apihelp-createaccount-param-domain (Diskusia) (Preložiť) | Domain for external authentication (optional). |
apihelp-createaccount-param-email (Diskusia) (Preložiť) | Email address of user (optional). |
apihelp-createaccount-param-language (Diskusia) (Preložiť) | Language code to set as default for the user (optional, defaults to content language). |
apihelp-createaccount-param-mailpassword (Diskusia) (Preložiť) | If set to any value, a random password will be emailed to the user. |
apihelp-createaccount-param-name (Diskusia) (Preložiť) | Username. |
apihelp-createaccount-param-password (Diskusia) (Preložiť) | Password (ignored if <var>$1mailpassword</var> is set). |
apihelp-createaccount-param-realname (Diskusia) (Preložiť) | Real name of user (optional). |
apihelp-createaccount-param-reason (Diskusia) (Preložiť) | Optional reason for creating the account to be put in the logs. |
apihelp-createaccount-param-token (Diskusia) (Preložiť) | Account creation token obtained in first request. |
apihelp-dbg-description (Diskusia) (Preložiť) | Output data in PHP's <code>var_export()</code> format. |
apihelp-dbgfm-description (Diskusia) (Preložiť) | Output data in PHP's <code>var_export()</code> format (pretty-print in HTML). |
apihelp-delete-description (Diskusia) (Preložiť) | Delete a page. |
apihelp-delete-example-reason (Diskusia) (Preložiť) | Delete <kbd>Main Page</kbd> with the reason <kbd>Preparing for move</kbd>. |
apihelp-delete-example-simple (Diskusia) (Preložiť) | Delete <kbd>Main Page</kbd>. |
apihelp-delete-param-oldimage (Diskusia) (Preložiť) | The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]]. |
apihelp-delete-param-pageid (Diskusia) (Preložiť) | Page ID of the page to delete. Cannot be used together with <var>$1title</var>. |
Prvá stránka |
Predošlá stránka |
Ďalšia stránka |
Posledná stránka |