Järjestelmäviestit
Tämä on luettelo järjestelmäviesteistä, jotka ovat saatavilla MediaWiki-nimiavaruudessa. Jos haluat muokata MediaWikin yleistä kotoistusta, käy MediaWikin kotoistussivuilla ja sivustolla translatewiki.net.
Ensimmäinen sivu |
Edellinen sivu |
Seuraava sivu |
Viimeinen sivu |
Nimi | Viestin tekstin perusmuoto |
---|---|
Viestin teksti tällä hetkellä | |
api-pageset-param-revids (keskustelu) (Käännä) | A list of revision IDs to work on. |
api-pageset-param-titles (keskustelu) (Käännä) | A list of titles to work on. |
apihelp (keskustelu) (Käännä) | API-apu |
apihelp-block-description (keskustelu) (Käännä) | Estä käyttäjä. |
apihelp-block-example-ip-simple (keskustelu) (Käännä) | Block IP address <kbd>192.0.2.5</kbd> for three days with reason <kbd>First strike</kbd>. |
apihelp-block-example-user-complex (keskustelu) (Käännä) | Block user <kbd>Vandal</kbd> indefinitely with reason <kbd>Vandalism</kbd>, and prevent new account creation and email sending. |
apihelp-block-param-allowusertalk (keskustelu) (Käännä) | Allow the user to edit their own talk page (depends on <var>[[mw:Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>). |
apihelp-block-param-anononly (keskustelu) (Käännä) | Block anonymous users only (i.e. disable anonymous edits for this IP address). |
apihelp-block-param-autoblock (keskustelu) (Käännä) | Automatically block the last used IP address, and any subsequent IP addresses they try to login from. |
apihelp-block-param-expiry (keskustelu) (Käännä) | 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 (keskustelu) (Käännä) | Hide the username from the block log. (Requires the <code>hideuser</code> right). |
apihelp-block-param-nocreate (keskustelu) (Käännä) | Prevent account creation. |
apihelp-block-param-noemail (keskustelu) (Käännä) | Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right). |
apihelp-block-param-reason (keskustelu) (Käännä) | Eston syy. |
apihelp-block-param-reblock (keskustelu) (Käännä) | If the user is already blocked, overwrite the existing block. |
apihelp-block-param-user (keskustelu) (Käännä) | Username, IP address, or IP range to block. |
apihelp-block-param-watchuser (keskustelu) (Käännä) | Watch the user's or IP address's user and talk pages. |
apihelp-checktoken-description (keskustelu) (Käännä) | Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>. |
apihelp-checktoken-example-simple (keskustelu) (Käännä) | Test the validity of a <kbd>csrf</kbd> token. |
apihelp-checktoken-param-maxtokenage (keskustelu) (Käännä) | Maximum allowed age of the token, in seconds. |
apihelp-checktoken-param-token (keskustelu) (Käännä) | Token to test. |
apihelp-checktoken-param-type (keskustelu) (Käännä) | Type of token being tested. |
apihelp-clearhasmsg-description (keskustelu) (Käännä) | Clears the <code>hasmsg</code> flag for the current user. |
apihelp-clearhasmsg-example-1 (keskustelu) (Käännä) | Clear the <code>hasmsg</code> flag for the current user. |
apihelp-compare-description (keskustelu) (Käännä) | 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 (keskustelu) (Käännä) | Create a diff between revision 1 and 2. |
apihelp-compare-param-fromid (keskustelu) (Käännä) | First page ID to compare. |
apihelp-compare-param-fromrev (keskustelu) (Käännä) | First revision to compare. |
apihelp-compare-param-fromtitle (keskustelu) (Käännä) | First title to compare. |
apihelp-compare-param-toid (keskustelu) (Käännä) | Second page ID to compare. |
apihelp-compare-param-torev (keskustelu) (Käännä) | Second revision to compare. |
apihelp-compare-param-totitle (keskustelu) (Käännä) | Second title to compare. |
apihelp-createaccount-description (keskustelu) (Käännä) | Create a new user account. |
apihelp-createaccount-example-mail (keskustelu) (Käännä) | Create user <kbd>testmailuser</kbd> and email a randomly-generated password. |
apihelp-createaccount-example-pass (keskustelu) (Käännä) | Create user <kbd>testuser</kbd> with password <kbd>test123</kbd>. |
apihelp-createaccount-param-domain (keskustelu) (Käännä) | Domain for external authentication (optional). |
apihelp-createaccount-param-email (keskustelu) (Käännä) | Email address of user (optional). |
apihelp-createaccount-param-language (keskustelu) (Käännä) | Language code to set as default for the user (optional, defaults to content language). |
apihelp-createaccount-param-mailpassword (keskustelu) (Käännä) | If set to any value, a random password will be emailed to the user. |
apihelp-createaccount-param-name (keskustelu) (Käännä) | Username. |
apihelp-createaccount-param-password (keskustelu) (Käännä) | Password (ignored if <var>$1mailpassword</var> is set). |
apihelp-createaccount-param-realname (keskustelu) (Käännä) | Real name of user (optional). |
apihelp-createaccount-param-reason (keskustelu) (Käännä) | Optional reason for creating the account to be put in the logs. |
apihelp-createaccount-param-token (keskustelu) (Käännä) | Account creation token obtained in first request. |
apihelp-dbg-description (keskustelu) (Käännä) | Output data in PHP's <code>var_export()</code> format. |
apihelp-dbgfm-description (keskustelu) (Käännä) | Output data in PHP's <code>var_export()</code> format (pretty-print in HTML). |
apihelp-delete-description (keskustelu) (Käännä) | Delete a page. |
apihelp-delete-example-reason (keskustelu) (Käännä) | Delete <kbd>Main Page</kbd> with the reason <kbd>Preparing for move</kbd>. |
apihelp-delete-example-simple (keskustelu) (Käännä) | Delete <kbd>Main Page</kbd>. |
apihelp-delete-param-oldimage (keskustelu) (Käännä) | The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]]. |
Ensimmäinen sivu |
Edellinen sivu |
Seuraava sivu |
Viimeinen sivu |