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.
Nimi | Viestin tekstin perusmuoto |
---|---|
Viestin teksti tällä hetkellä | |
apihelp-undelete-param-watchlistexpiry (keskustelu) (Käännä) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
apihelp-undelete-summary (keskustelu) (Käännä) | Undelete revisions of a deleted page. |
apihelp-unlinkaccount-example-simple (keskustelu) (Käännä) | Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>. |
apihelp-unlinkaccount-summary (keskustelu) (Käännä) | Remove a linked third-party account from the current user. |
apihelp-upload-example-filekey (keskustelu) (Käännä) | Complete an upload that failed due to warnings. |
apihelp-upload-example-url (keskustelu) (Käännä) | Upload from a URL. |
apihelp-upload-extended-description (keskustelu) (Käännä) | 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-param-async (keskustelu) (Käännä) | Make potentially large file operations asynchronous when possible. |
apihelp-upload-param-checkstatus (keskustelu) (Käännä) | Only fetch the upload status for the given file key. |
apihelp-upload-param-chunk (keskustelu) (Käännä) | Chunk contents. |
apihelp-upload-param-comment (keskustelu) (Käännä) | Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified. |
apihelp-upload-param-file (keskustelu) (Käännä) | File contents. |
apihelp-upload-param-filekey (keskustelu) (Käännä) | Key that identifies a previous upload that was stashed temporarily. |
apihelp-upload-param-filename (keskustelu) (Käännä) | Target filename. |
apihelp-upload-param-filesize (keskustelu) (Käännä) | Filesize of entire upload. |
apihelp-upload-param-ignorewarnings (keskustelu) (Käännä) | Ignore any warnings. |
apihelp-upload-param-offset (keskustelu) (Käännä) | Offset of chunk in bytes. |
apihelp-upload-param-sessionkey (keskustelu) (Käännä) | Same as $1filekey, maintained for backward compatibility. |
apihelp-upload-param-stash (keskustelu) (Käännä) | Mikäli valittu, palvelin säilöö tiedoston väliaikaisesti tallentamisen sijaan. |
apihelp-upload-param-tags (keskustelu) (Käännä) | Change tags to apply to the upload log entry and file page revision. |
apihelp-upload-param-text (keskustelu) (Käännä) | Initial page text for new files. |
apihelp-upload-param-url (keskustelu) (Käännä) | URL to fetch the file from. |
apihelp-upload-param-watch (keskustelu) (Käännä) | Watch the page. |
apihelp-upload-param-watchlist (keskustelu) (Käännä) | Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch. |
apihelp-upload-param-watchlistexpiry (keskustelu) (Käännä) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
apihelp-upload-summary (keskustelu) (Käännä) | Upload a file, or get the status of pending uploads. |
apihelp-userrights-example-expiry (keskustelu) (Käännä) | Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month. |
apihelp-userrights-example-user (keskustelu) (Käännä) | 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 (keskustelu) (Käännä) | 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 (keskustelu) (Käännä) | Add the user to these groups, or if they are already a member, update the expiry of their membership in that group. |
apihelp-userrights-param-expiry (keskustelu) (Käännä) | Expiry timestamps. 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 only one timestamp is set, it will be used for all groups passed to the <var>$1add</var> parameter. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd> for a never-expiring user group. |
apihelp-userrights-param-reason (keskustelu) (Käännä) | Reason for the change. |
apihelp-userrights-param-remove (keskustelu) (Käännä) | Remove the user from these groups. |
apihelp-userrights-param-tags (keskustelu) (Käännä) | Change tags to apply to the entry in the user rights log. |
apihelp-userrights-param-user (keskustelu) (Käännä) | Käyttäjä. |
apihelp-userrights-param-userid (keskustelu) (Käännä) | Specify <kbd>$1user=#<var>ID</var></kbd> instead. |
apihelp-userrights-param-watchlistexpiry (keskustelu) (Käännä) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
apihelp-userrights-param-watchuser (keskustelu) (Käännä) | Watch the user's user and talk pages. |
apihelp-userrights-summary (keskustelu) (Käännä) | Change a user's group membership. |
apihelp-validatepassword-example-1 (keskustelu) (Käännä) | Validate the password <kbd>foobar</kbd> for the current user. |
apihelp-validatepassword-example-2 (keskustelu) (Käännä) | Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>. |
apihelp-validatepassword-extended-description (keskustelu) (Käännä) | Validity is reported as <samp>Good</samp> if the password is acceptable, <samp>Change</samp> if the password may be used for login but must be changed, or <samp>Invalid</samp> if the password is not usable. |
apihelp-validatepassword-param-email (keskustelu) (Käännä) | Email address, for use when testing account creation. |
apihelp-validatepassword-param-password (keskustelu) (Käännä) | Password to validate. |
apihelp-validatepassword-param-realname (keskustelu) (Käännä) | Real name, for use when testing account creation. |
apihelp-validatepassword-param-user (keskustelu) (Käännä) | Username, for use when testing account creation. The named user must not exist. |
apihelp-validatepassword-summary (keskustelu) (Käännä) | Validate a password against the wiki's password policies. |
apihelp-visualeditor-param-badetag (keskustelu) (Käännä) | If RESTBase query returned a seemingly invalid ETag, pass it here for logging purposes. |
apihelp-visualeditor-param-basetimestamp (keskustelu) (Käännä) | Tallentaessa aseta tämän arvoksi muokatun version aikaleima. Käytetään muokkausristiriitojen havaitsemiseen. |
apihelp-visualeditor-param-cachekey (keskustelu) (Käännä) | For serialize or diff, use the result of a previous serializeforcache request with this key. Overrides $1html. |