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.

Suodata
Suodata muutosten perusteella    
Ensimmäinen sivu
Viimeinen sivu
Nimi Viestin tekstin perusmuoto
Viestin teksti tällä hetkellä
apihelp-tokens-example-edit (keskustelu) (Käännä) Retrieve an edit token (the default).
apihelp-tokens-example-emailmove (keskustelu) (Käännä) Retrieve an email token and a move token.
apihelp-tokens-param-type (keskustelu) (Käännä) Types of token to request.
apihelp-unblock-description (keskustelu) (Käännä) Unblock a user.
apihelp-unblock-example-id (keskustelu) (Käännä) Unblock block ID #<kbd>105</kbd>.
apihelp-unblock-example-user (keskustelu) (Käännä) Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.
apihelp-unblock-param-id (keskustelu) (Käännä) ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.
apihelp-unblock-param-reason (keskustelu) (Käännä) Reason for unblock.
apihelp-unblock-param-tags (keskustelu) (Käännä) Change tags to apply to the entry in the block log.
apihelp-unblock-param-user (keskustelu) (Käännä) Username, IP address or IP address range to unblock. Cannot be used together with <var>$1id</var>.
apihelp-undelete-description (keskustelu) (Käännä) 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 (keskustelu) (Käännä) Undelete page <kbd>Main Page</kbd>.
apihelp-undelete-example-revisions (keskustelu) (Käännä) Undelete two revisions of page <kbd>Main Page</kbd>.
apihelp-undelete-param-fileids (keskustelu) (Käännä) 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 (keskustelu) (Käännä) Reason for restoring.
apihelp-undelete-param-tags (keskustelu) (Käännä) Change tags to apply to the entry in the deletion log.
apihelp-undelete-param-timestamps (keskustelu) (Käännä) 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 (keskustelu) (Käännä) Title of the page to restore.
apihelp-undelete-param-watchlist (keskustelu) (Käännä) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-unlinkaccount-description (keskustelu) (Käännä) Remove a linked third-party account from the current user.
apihelp-unlinkaccount-example-simple (keskustelu) (Käännä) Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.
apihelp-upload-description (keskustelu) (Käännä) 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 (keskustelu) (Käännä) Complete an upload that failed due to warnings.
apihelp-upload-example-url (keskustelu) (Käännä) Upload from a URL.
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 or do not change watch.
apihelp-userrights-description (keskustelu) (Käännä) Change a user's group membership.
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.
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-user (keskustelu) (Käännä) User name.
apihelp-userrights-param-userid (keskustelu) (Käännä) User ID.
apihelp-watch-description (keskustelu) (Käännä) Add or remove pages from the current user's watchlist.
Ensimmäinen sivu
Viimeinen sivu