ข้อความระบบ

ไปยังการนำทาง ไปยังการค้นหา
นี่คือรายการข้อความของระบบที่อยู่ในเนมสเปซมีเดียวิกิ กรุณาอ่านหน้าเทศวิวัตน์ของมีเดียวิกิ และ translatewiki.net หากคุณอยากที่จะช่วยแปลข้อความของระบบมีเดียวิกิ
ข้อความระบบ
หน้าแรกหน้าก่อนหน้าหน้าถัดไปหน้าสุดท้าย
ชื่อ เนื้อหาข้อความปริยาย
ข้อความปัจจุบัน
apihelp-query+pagepropnames-summary (คุย) (แปล) List all page property names in use on the wiki.
apihelp-query+pageprops-example-simple (คุย) (แปล) Get properties for the pages <kbd>Main Page</kbd> and <kbd>MediaWiki</kbd>.
apihelp-query+pageprops-param-prop (คุย) (แปล) Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property.
apihelp-query+pageprops-summary (คุย) (แปล) Get various page properties defined in the page content.
apihelp-query+pageswithprop-example-generator (คุย) (แปล) Get additional information about the first 10 pages using <code>__NOTOC__</code>.
apihelp-query+pageswithprop-example-simple (คุย) (แปล) List the first 10 pages using <code>{{DISPLAYTITLE:}}</code>.
apihelp-query+pageswithprop-param-dir (คุย) (แปล) In which direction to sort.
apihelp-query+pageswithprop-param-limit (คุย) (แปล) The maximum number of pages to return.
apihelp-query+pageswithprop-param-prop (คุย) (แปล) Which pieces of information to include:
apihelp-query+pageswithprop-param-propname (คุย) (แปล) Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use).
apihelp-query+pageswithprop-paramvalue-prop-ids (คุย) (แปล) Adds the page ID.
apihelp-query+pageswithprop-paramvalue-prop-title (คุย) (แปล) Adds the title and namespace ID of the page.
apihelp-query+pageswithprop-paramvalue-prop-value (คุย) (แปล) Adds the value of the page property.
apihelp-query+pageswithprop-summary (คุย) (แปล) List all pages using a given page property.
apihelp-query+prefixsearch-example-simple (คุย) (แปล) Search for page titles beginning with <kbd>meaning</kbd>.
apihelp-query+prefixsearch-extended-description (คุย) (แปล) Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.
apihelp-query+prefixsearch-param-limit (คุย) (แปล) Maximum number of results to return.
apihelp-query+prefixsearch-param-namespace (คุย) (แปล) Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.
apihelp-query+prefixsearch-param-offset (คุย) (แปล) Number of results to skip.
apihelp-query+prefixsearch-param-profile (คุย) (แปล) Search profile to use.
apihelp-query+prefixsearch-param-search (คุย) (แปล) Search string.
apihelp-query+prefixsearch-summary (คุย) (แปล) Perform a prefix search for page titles.
apihelp-query+protectedtitles-example-generator (คุย) (แปล) Find links to protected titles in the main namespace.
apihelp-query+protectedtitles-example-simple (คุย) (แปล) List protected titles.
apihelp-query+protectedtitles-param-end (คุย) (แปล) Stop listing at this protection timestamp.
apihelp-query+protectedtitles-param-level (คุย) (แปล) Only list titles with these protection levels.
apihelp-query+protectedtitles-param-limit (คุย) (แปล) How many total pages to return.
apihelp-query+protectedtitles-param-namespace (คุย) (แปล) Only list titles in these namespaces.
apihelp-query+protectedtitles-param-prop (คุย) (แปล) Which properties to get:
apihelp-query+protectedtitles-param-start (คุย) (แปล) Start listing at this protection timestamp.
apihelp-query+protectedtitles-paramvalue-prop-comment (คุย) (แปล) Adds the comment for the protection.
apihelp-query+protectedtitles-paramvalue-prop-expiry (คุย) (แปล) Adds the timestamp of when the protection will be lifted.
apihelp-query+protectedtitles-paramvalue-prop-level (คุย) (แปล) Adds the protection level.
apihelp-query+protectedtitles-paramvalue-prop-parsedcomment (คุย) (แปล) Adds the parsed comment for the protection.
apihelp-query+protectedtitles-paramvalue-prop-timestamp (คุย) (แปล) Adds the timestamp of when protection was added.
apihelp-query+protectedtitles-paramvalue-prop-user (คุย) (แปล) Adds the user that added the protection.
apihelp-query+protectedtitles-paramvalue-prop-userid (คุย) (แปล) Adds the user ID that added the protection.
apihelp-query+protectedtitles-summary (คุย) (แปล) List all titles protected from creation.
apihelp-query+querypage-example-ancientpages (คุย) (แปล) Return results from [[Special:Ancientpages]].
apihelp-query+querypage-param-limit (คุย) (แปล) Number of results to return.
apihelp-query+querypage-param-page (คุย) (แปล) The name of the special page. Note, this is case sensitive.
apihelp-query+querypage-summary (คุย) (แปล) Get a list provided by a QueryPage-based special page.
apihelp-query+random-example-generator (คุย) (แปล) Return page info about two random pages from the main namespace.
apihelp-query+random-example-simple (คุย) (แปล) Return two random pages from the main namespace.
apihelp-query+random-extended-description (คุย) (แปล) Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.
apihelp-query+random-param-filterredir (คุย) (แปล) How to filter for redirects.
apihelp-query+random-param-limit (คุย) (แปล) Limit how many random pages will be returned.
apihelp-query+random-param-namespace (คุย) (แปล) Return pages in these namespaces only.
apihelp-query+random-param-redirect (คุย) (แปล) Use <kbd>$1filterredir=redirects</kbd> instead.
apihelp-query+random-summary (คุย) (แปล) Get a set of random pages.
หน้าแรกหน้าก่อนหน้าหน้าถัดไปหน้าสุดท้าย