Rendszerüzenetek

Ezen a lapon a MediaWiki-névtérben elérhető rendszerüzenetek listája látható. Ha részt szeretnél venni a MediaWiki fordításában, látogass el a MediaWiki Localisation, valamint a translatewiki.net oldalra.

Elemek szűrése
Módosítás állapota:    
Első oldalElőző oldalKövetkező oldalUtolsó oldal
Név Alapértelmezett szöveg
Jelenlegi szöveg
apihelp-tokens-param-type (vitalap) (Fordítás) Types of token to request.
apihelp-tokens-summary (vitalap) (Fordítás) Get tokens for data-modifying actions.
apihelp-unblock-example-id (vitalap) (Fordítás) Unblock block ID #<kbd>105</kbd>.
apihelp-unblock-example-user (vitalap) (Fordítás) Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.
apihelp-unblock-param-id (vitalap) (Fordítás) ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var> or <var>$1userid</var>.
apihelp-unblock-param-reason (vitalap) (Fordítás) Reason for unblock.
apihelp-unblock-param-tags (vitalap) (Fordítás) Change tags to apply to the entry in the block log.
apihelp-unblock-param-user (vitalap) (Fordítás) Username, IP address or IP address range to unblock. Cannot be used together with <var>$1id</var> or <var>$1userid</var>.
apihelp-unblock-param-userid (vitalap) (Fordítás) User ID to unblock. Cannot be used together with <var>$1id</var> or <var>$1user</var>.
apihelp-unblock-summary (vitalap) (Fordítás) Unblock a user.
apihelp-undelete-example-page (vitalap) (Fordítás) Undelete page <kbd>Main Page</kbd>.
apihelp-undelete-example-revisions (vitalap) (Fordítás) Undelete two revisions of page <kbd>Main Page</kbd>.
apihelp-undelete-extended-description (vitalap) (Fordítás) 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 (vitalap) (Fordítás) 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 (vitalap) (Fordítás) Reason for restoring.
apihelp-undelete-param-tags (vitalap) (Fordítás) Change tags to apply to the entry in the deletion log.
apihelp-undelete-param-timestamps (vitalap) (Fordítás) 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 (vitalap) (Fordítás) Title of the page to restore.
apihelp-undelete-param-watchlist (vitalap) (Fordítás) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-undelete-summary (vitalap) (Fordítás) Restore revisions of a deleted page.
apihelp-unlinkaccount-example-simple (vitalap) (Fordítás) Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.
apihelp-unlinkaccount-summary (vitalap) (Fordítás) Remove a linked third-party account from the current user.
apihelp-upload-example-filekey (vitalap) (Fordítás) Complete an upload that failed due to warnings.
apihelp-upload-example-url (vitalap) (Fordítás) Upload from a URL.
apihelp-upload-extended-description (vitalap) (Fordítás) 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 (vitalap) (Fordítás) Make potentially large file operations asynchronous when possible.
apihelp-upload-param-checkstatus (vitalap) (Fordítás) Only fetch the upload status for the given file key.
apihelp-upload-param-chunk (vitalap) (Fordítás) Chunk contents.
apihelp-upload-param-comment (vitalap) (Fordítás) Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.
apihelp-upload-param-file (vitalap) (Fordítás) File contents.
apihelp-upload-param-filekey (vitalap) (Fordítás) Key that identifies a previous upload that was stashed temporarily.
apihelp-upload-param-filename (vitalap) (Fordítás) Target filename.
apihelp-upload-param-filesize (vitalap) (Fordítás) Filesize of entire upload.
apihelp-upload-param-ignorewarnings (vitalap) (Fordítás) Ignore any warnings.
apihelp-upload-param-offset (vitalap) (Fordítás) Offset of chunk in bytes.
apihelp-upload-param-sessionkey (vitalap) (Fordítás) Same as $1filekey, maintained for backward compatibility.
apihelp-upload-param-stash (vitalap) (Fordítás) If set, the server will stash the file temporarily instead of adding it to the repository.
apihelp-upload-param-tags (vitalap) (Fordítás) Change tags to apply to the upload log entry and file page revision.
apihelp-upload-param-text (vitalap) (Fordítás) Initial page text for new files.
apihelp-upload-param-url (vitalap) (Fordítás) URL to fetch the file from.
apihelp-upload-param-watch (vitalap) (Fordítás) Watch the page.
apihelp-upload-param-watchlist (vitalap) (Fordítás) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-upload-summary (vitalap) (Fordítás) Upload a file, or get the status of pending uploads.
apihelp-userrights-example-expiry (vitalap) (Fordítás) Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.
apihelp-userrights-example-user (vitalap) (Fordítás) 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 (vitalap) (Fordítás) 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 (vitalap) (Fordítás) 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 (vitalap) (Fordítás) 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 (vitalap) (Fordítás) Reason for the change.
apihelp-userrights-param-remove (vitalap) (Fordítás) Remove the user from these groups.
Első oldalElőző oldalKövetkező oldalUtolsó oldal