Visi sistēmas paziņojumi
Šajā lapā ir visu "MediaWiki:" lapās atrodamo sistēmas paziņojumu uzskaitījums. Šos paziņojumus var izmainīt tikai admini. Izmainot tos šeit, tie tiks izmainīti tikai šajā mediawiki instalācijā. Lai tos izmainītu visām pārējām, apskatieties MediaWiki Localisation un translatewiki.net.
Pirmā lapa |
Iepriekšējā lapa |
Nākamā lapa |
Pēdējā lapa |
| Nosaukums | Noklusētais ziņojuma teksts |
|---|---|
| Pašreizējais teksts | |
| apihelp-undelete-description (Diskusija) (Tulkot) | 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 (Diskusija) (Tulkot) | Undelete page <kbd>Main Page</kbd>. |
| apihelp-undelete-example-revisions (Diskusija) (Tulkot) | Undelete two revisions of page <kbd>Main Page</kbd>. |
| apihelp-undelete-param-fileids (Diskusija) (Tulkot) | 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 (Diskusija) (Tulkot) | Reason for restoring. |
| apihelp-undelete-param-tags (Diskusija) (Tulkot) | Change tags to apply to the entry in the deletion log. |
| apihelp-undelete-param-timestamps (Diskusija) (Tulkot) | 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 (Diskusija) (Tulkot) | Title of the page to restore. |
| apihelp-undelete-param-watchlist (Diskusija) (Tulkot) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
| apihelp-unlinkaccount-description (Diskusija) (Tulkot) | Remove a linked third-party account from the current user. |
| apihelp-unlinkaccount-example-simple (Diskusija) (Tulkot) | Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>. |
| apihelp-upload-description (Diskusija) (Tulkot) | 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 (Diskusija) (Tulkot) | Complete an upload that failed due to warnings. |
| apihelp-upload-example-url (Diskusija) (Tulkot) | Upload from a URL. |
| apihelp-upload-param-async (Diskusija) (Tulkot) | Make potentially large file operations asynchronous when possible. |
| apihelp-upload-param-checkstatus (Diskusija) (Tulkot) | Only fetch the upload status for the given file key. |
| apihelp-upload-param-chunk (Diskusija) (Tulkot) | Chunk contents. |
| apihelp-upload-param-comment (Diskusija) (Tulkot) | Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified. |
| apihelp-upload-param-file (Diskusija) (Tulkot) | File contents. |
| apihelp-upload-param-filekey (Diskusija) (Tulkot) | Key that identifies a previous upload that was stashed temporarily. |
| apihelp-upload-param-filename (Diskusija) (Tulkot) | Target filename. |
| apihelp-upload-param-filesize (Diskusija) (Tulkot) | Filesize of entire upload. |
| apihelp-upload-param-ignorewarnings (Diskusija) (Tulkot) | Ignore any warnings. |
| apihelp-upload-param-offset (Diskusija) (Tulkot) | Offset of chunk in bytes. |
| apihelp-upload-param-sessionkey (Diskusija) (Tulkot) | Same as $1filekey, maintained for backward compatibility. |
| apihelp-upload-param-stash (Diskusija) (Tulkot) | If set, the server will stash the file temporarily instead of adding it to the repository. |
| apihelp-upload-param-tags (Diskusija) (Tulkot) | Change tags to apply to the upload log entry and file page revision. |
| apihelp-upload-param-text (Diskusija) (Tulkot) | Initial page text for new files. |
| apihelp-upload-param-url (Diskusija) (Tulkot) | URL to fetch the file from. |
| apihelp-upload-param-watch (Diskusija) (Tulkot) | Watch the page. |
| apihelp-upload-param-watchlist (Diskusija) (Tulkot) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
| apihelp-userrights-description (Diskusija) (Tulkot) | Change a user's group membership. |
| apihelp-userrights-example-user (Diskusija) (Tulkot) | 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 (Diskusija) (Tulkot) | 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 (Diskusija) (Tulkot) | Add the user to these groups. |
| apihelp-userrights-param-reason (Diskusija) (Tulkot) | Reason for the change. |
| apihelp-userrights-param-remove (Diskusija) (Tulkot) | Remove the user from these groups. |
| apihelp-userrights-param-user (Diskusija) (Tulkot) | User name. |
| apihelp-userrights-param-userid (Diskusija) (Tulkot) | Lietotāja ID: |
| apihelp-watch-description (Diskusija) (Tulkot) | Add or remove pages from the current user's watchlist. |
| apihelp-watch-example-generator (Diskusija) (Tulkot) | Watch the first few pages in the main namespace. |
| apihelp-watch-example-unwatch (Diskusija) (Tulkot) | Unwatch the page <kbd>Main Page</kbd>. |
| apihelp-watch-example-watch (Diskusija) (Tulkot) | Watch the page <kbd>Main Page</kbd>. |
| apihelp-watch-param-title (Diskusija) (Tulkot) | The page to (un)watch. Use <var>$1titles</var> instead. |
| apihelp-watch-param-unwatch (Diskusija) (Tulkot) | If set the page will be unwatched rather than watched. |
| apihelp-xml-description (Diskusija) (Tulkot) | Output data in XML format. |
| apihelp-xml-param-includexmlnamespace (Diskusija) (Tulkot) | If specified, adds an XML namespace. |
| apihelp-xml-param-xslt (Diskusija) (Tulkot) | If specified, adds the named page as an XSL stylesheet. The value must be a title in the {{ns:mediawiki}} namespace ending in <code>.xsl</code>. |
| apihelp-xmlfm-description (Diskusija) (Tulkot) | Output data in XML format (pretty-print in HTML). |
| apisandbox (Diskusija) (Tulkot) | API smilškaste |
Pirmā lapa |
Iepriekšējā lapa |
Nākamā lapa |
Pēdējā lapa |