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-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ä) | User to unblock. Cannot be used together with <var>$1id</var>. |
| apihelp-unblock-param-userid (keskustelu) (Käännä) | Specify <kbd>$1user=#<var>ID</var></kbd> instead. |
| apihelp-unblock-summary (keskustelu) (Käännä) | Unblock a user. |
| apihelp-undelete-example-page (keskustelu) (Käännä) | Undelete page [[{{MediaWiki:Mainpage}}]]. |
| apihelp-undelete-example-revisions (keskustelu) (Käännä) | Undelete two revisions of page [[{{MediaWiki:Mainpage}}]]. |
| apihelp-undelete-extended-description (keskustelu) (Käännä) | A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]]. |
| 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 undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted. |
| apihelp-undelete-param-title (keskustelu) (Käännä) | Title of the page to undelete. |
| apihelp-undelete-param-undeletetalk (keskustelu) (Käännä) | Undelete all revisions of the associated talk page, if any. |
| apihelp-undelete-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-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. |


