ข้อความของระบบ

นี่คือรายการข้อความของระบบที่อยู่ในเนมสเปซมีเดียวิกิ กรุณาอ่านหน้าเทศวิวัตน์ของมีเดียวิกิ และ translatewiki.net ถ้าคุณอยากที่จะช่วยแปลข้อความของระบบมีเดียวิกิ

กรอง
กรองตามสถานะที่เลือก:    
หน้าแรก
หน้าสุดท้าย
ชื่อ ข้อความตามค่าตั้งต้น
ข้อความปัจจุบัน
apihelp-block-param-reblock (พูดคุย) (แปล) If the user is already blocked, overwrite the existing block.
apihelp-block-param-user (พูดคุย) (แปล) Username, IP address, or IP range to block.
apihelp-block-param-watchuser (พูดคุย) (แปล) Watch the user's or IP address's user and talk pages.
apihelp-checktoken-description (พูดคุย) (แปล) Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.
apihelp-checktoken-example-simple (พูดคุย) (แปล) Test the validity of a <kbd>csrf</kbd> token.
apihelp-checktoken-param-maxtokenage (พูดคุย) (แปล) Maximum allowed age of the token, in seconds.
apihelp-checktoken-param-token (พูดคุย) (แปล) Token to test.
apihelp-checktoken-param-type (พูดคุย) (แปล) Type of token being tested.
apihelp-clearhasmsg-description (พูดคุย) (แปล) Clears the <code>hasmsg</code> flag for the current user.
apihelp-clearhasmsg-example-1 (พูดคุย) (แปล) Clear the <code>hasmsg</code> flag for the current user.
apihelp-compare-description (พูดคุย) (แปล) Get the difference between 2 pages. A revision number, a page title, or a page ID for both "from" and "to" must be passed.
apihelp-compare-example-1 (พูดคุย) (แปล) Create a diff between revision 1 and 2.
apihelp-compare-param-fromid (พูดคุย) (แปล) First page ID to compare.
apihelp-compare-param-fromrev (พูดคุย) (แปล) First revision to compare.
apihelp-compare-param-fromtitle (พูดคุย) (แปล) First title to compare.
apihelp-compare-param-toid (พูดคุย) (แปล) Second page ID to compare.
apihelp-compare-param-torev (พูดคุย) (แปล) Second revision to compare.
apihelp-compare-param-totitle (พูดคุย) (แปล) Second title to compare.
apihelp-createaccount-description (พูดคุย) (แปล) Create a new user account.
apihelp-createaccount-example-mail (พูดคุย) (แปล) Create user <kbd>testmailuser</kbd> and email a randomly-generated password.
apihelp-createaccount-example-pass (พูดคุย) (แปล) Create user <kbd>testuser</kbd> with password <kbd>test123</kbd>.
apihelp-createaccount-param-domain (พูดคุย) (แปล) Domain for external authentication (optional).
apihelp-createaccount-param-email (พูดคุย) (แปล) Email address of user (optional).
apihelp-createaccount-param-language (พูดคุย) (แปล) Language code to set as default for the user (optional, defaults to content language).
apihelp-createaccount-param-mailpassword (พูดคุย) (แปล) If set to any value, a random password will be emailed to the user.
apihelp-createaccount-param-name (พูดคุย) (แปล) Username.
apihelp-createaccount-param-password (พูดคุย) (แปล) Password (ignored if <var>$1mailpassword</var> is set).
apihelp-createaccount-param-realname (พูดคุย) (แปล) Real name of user (optional).
apihelp-createaccount-param-reason (พูดคุย) (แปล) Optional reason for creating the account to be put in the logs.
apihelp-createaccount-param-token (พูดคุย) (แปล) Account creation token obtained in first request.
apihelp-dbg-description (พูดคุย) (แปล) Output data in PHP's <code>var_export()</code> format.
apihelp-dbgfm-description (พูดคุย) (แปล) Output data in PHP's <code>var_export()</code> format (pretty-print in HTML).
apihelp-delete-description (พูดคุย) (แปล) Delete a page.
apihelp-delete-example-reason (พูดคุย) (แปล) Delete <kbd>Main Page</kbd> with the reason <kbd>Preparing for move</kbd>.
apihelp-delete-example-simple (พูดคุย) (แปล) Delete <kbd>Main Page</kbd>.
apihelp-delete-param-oldimage (พูดคุย) (แปล) The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]].
apihelp-delete-param-pageid (พูดคุย) (แปล) Page ID of the page to delete. Cannot be used together with <var>$1title</var>.
apihelp-delete-param-reason (พูดคุย) (แปล) Reason for the deletion. If not set, an automatically generated reason will be used.
apihelp-delete-param-title (พูดคุย) (แปล) Title of the page to delete. Cannot be used together with <var>$1pageid</var>.
apihelp-delete-param-unwatch (พูดคุย) (แปล) Remove the page from the current user's watchlist.
apihelp-delete-param-watch (พูดคุย) (แปล) Add the page to the current user's watchlist.
apihelp-delete-param-watchlist (พูดคุย) (แปล) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-disabled-description (พูดคุย) (แปล) This module has been disabled.
apihelp-dump-description (พูดคุย) (แปล) Output data in PHP's <code>var_dump()</code> format.
apihelp-dumpfm-description (พูดคุย) (แปล) Output data in PHP's <code>var_dump()</code> format (pretty-print in HTML).
apihelp-edit-description (พูดคุย) (แปล) Create and edit pages.
apihelp-edit-example-edit (พูดคุย) (แปล) Edit a page.
apihelp-edit-example-prepend (พูดคุย) (แปล) Prepend <kbd>__NOTOC__</kbd> to a page.
apihelp-edit-example-undo (พูดคุย) (แปล) Undo revisions 13579 through 13585 with autosummary.
apihelp-edit-param-appendtext (พูดคุย) (แปล) Add this text to the end of the page. Overrides $1text. Use $1section=new to append a new section, rather than this parameter.
หน้าแรก
หน้าสุดท้าย