ข้อความระบบ

ไปยังการนำทาง ไปยังการค้นหา
นี่คือรายการข้อความของระบบที่อยู่ในเนมสเปซมีเดียวิกิ กรุณาอ่านหน้าเทศวิวัตน์ของมีเดียวิกิ และ translatewiki.net หากคุณอยากที่จะช่วยแปลข้อความของระบบมีเดียวิกิ
ข้อความระบบ
หน้าแรกหน้าก่อนหน้าหน้าถัดไปหน้าสุดท้าย
ชื่อ เนื้อหาข้อความปริยาย
ข้อความปัจจุบัน
apihelp-unblock-param-userid (คุย) (แปล) User ID to unblock. Cannot be used together with <var>$1id</var> or <var>$1user</var>.
apihelp-unblock-summary (คุย) (แปล) Unblock a user.
apihelp-undelete-example-page (คุย) (แปล) Undelete page <kbd>Main Page</kbd>.
apihelp-undelete-example-revisions (คุย) (แปล) Undelete two revisions of page <kbd>Main Page</kbd>.
apihelp-undelete-extended-description (คุย) (แปล) 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 (คุย) (แปล) 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 (คุย) (แปล) Reason for restoring.
apihelp-undelete-param-tags (คุย) (แปล) Change tags to apply to the entry in the deletion log.
apihelp-undelete-param-timestamps (คุย) (แปล) 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 (คุย) (แปล) Title of the page to restore.
apihelp-undelete-param-watchlist (คุย) (แปล) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-undelete-summary (คุย) (แปล) Restore revisions of a deleted page.
apihelp-unlinkaccount-example-simple (คุย) (แปล) Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>.
apihelp-unlinkaccount-summary (คุย) (แปล) Remove a linked third-party account from the current user.
apihelp-upload-example-filekey (คุย) (แปล) Complete an upload that failed due to warnings.
apihelp-upload-example-url (คุย) (แปล) Upload from a URL.
apihelp-upload-extended-description (คุย) (แปล) 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 (คุย) (แปล) Make potentially large file operations asynchronous when possible.
apihelp-upload-param-checkstatus (คุย) (แปล) Only fetch the upload status for the given file key.
apihelp-upload-param-chunk (คุย) (แปล) Chunk contents.
apihelp-upload-param-comment (คุย) (แปล) Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.
apihelp-upload-param-file (คุย) (แปล) File contents.
apihelp-upload-param-filekey (คุย) (แปล) Key that identifies a previous upload that was stashed temporarily.
apihelp-upload-param-filename (คุย) (แปล) Target filename.
apihelp-upload-param-filesize (คุย) (แปล) Filesize of entire upload.
apihelp-upload-param-ignorewarnings (คุย) (แปล) Ignore any warnings.
apihelp-upload-param-offset (คุย) (แปล) Offset of chunk in bytes.
apihelp-upload-param-sessionkey (คุย) (แปล) Same as $1filekey, maintained for backward compatibility.
apihelp-upload-param-stash (คุย) (แปล) If set, the server will stash the file temporarily instead of adding it to the repository.
apihelp-upload-param-tags (คุย) (แปล) Change tags to apply to the upload log entry and file page revision.
apihelp-upload-param-text (คุย) (แปล) Initial page text for new files.
apihelp-upload-param-url (คุย) (แปล) URL to fetch the file from.
apihelp-upload-param-watch (คุย) (แปล) Watch the page.
apihelp-upload-param-watchlist (คุย) (แปล) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-upload-summary (คุย) (แปล) Upload a file, or get the status of pending uploads.
apihelp-userrights-example-expiry (คุย) (แปล) Add user <kbd>SometimeSysop</kbd> to group <kbd>sysop</kbd> for 1 month.
apihelp-userrights-example-user (คุย) (แปล) 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 (คุย) (แปล) 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 (คุย) (แปล) 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 (คุย) (แปล) 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 (คุย) (แปล) Reason for the change.
apihelp-userrights-param-remove (คุย) (แปล) Remove the user from these groups.
apihelp-userrights-param-tags (คุย) (แปล) Change tags to apply to the entry in the user rights log.
apihelp-userrights-param-user (คุย) (แปล) User name.
apihelp-userrights-param-userid (คุย) (แปล) User ID.
apihelp-userrights-summary (คุย) (แปล) Change a user's group membership.
apihelp-validatepassword-example-1 (คุย) (แปล) Validate the password <kbd>foobar</kbd> for the current user.
apihelp-validatepassword-example-2 (คุย) (แปล) Validate the password <kbd>qwerty</kbd> for creating user <kbd>Example</kbd>.
apihelp-validatepassword-extended-description (คุย) (แปล) 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 (คุย) (แปล) Email address, for use when testing account creation.
หน้าแรกหน้าก่อนหน้าหน้าถัดไปหน้าสุดท้าย