टेम्पलेट:Search box/doc
ई टेम्पलेट:Search box के प्रलेखन उपपन्ना ह। इहाँ उपयोग खातिर जानकारी, श्रेणी सभ आ अउरी दूसर सामग्री मौजूद बा जेवन की मूल टेम्पलेट पन्ना के हिस्सा ना हवे। |
This template creates a simple search box for a page's all subpages, like archives.
Usage
संपादन करींSimple {{search box}}
creates a search box. The scope is all subpages of the tagged page, excluding that page itself.
{{search box |root= / |search-break=<yes|no> |search-width=number |search-button-label=text }}
Parameters
संपादन करीं- root
- The target page. |root=User talk:Example/Archives will search all subpages of User talk:Example/Archives. The default is the current page name.
- noslash
- By default, the target page itself is excluded, by appending a slash "/" to the "root" parameter. If you want to include it, set noslash=yes.
- search-break
- search-break=yes will insert a break between the search bar and search button. The default is no.
- search-width
- can be used to change the width of the text field, in characters. The default is 22, which fits the search bar with the default box width. Note: this is a bare number with no units.
- search-button-label
- can be used to change the text on the search button. The default is "Search".
Examples
संपादन करीं{{search box |root=Wikipedia:FAQ |search-button-label=Search the FAQ}}
produces:
Example 2:
{{search box |root=User:84User |search-break=no |search-width=22 |search-button-label=Search 84user's pages }}
produces:
Templates to search Wikipedia
संपादन करींSearch links
संपादन करींA search link stores a query in a link that takes you to live search results for that stored search. They're found on user pages and talk pages. Use one to bring the full feature set of MediaWiki Search, or features of external search engines, to bear on users unfamiliar with their search parameters.
One type of search link is a wikilink with all the capabilities of Search (search box), and with standard wikilink syntax: [[Special:Search/query| label ]]. So this search link will (1) navigate: [[Special:search/Wales]] → Special:search/Wales or (2) search: [[Special:search/~Wales | search/~Wales ]] → search/~Wales if you prefix a ~ tilde character.
All other search links are made from a template that will build a URL instead of wikilink. A URL can for example can call another search engines to search Wikipedia.
- {{search link}} offers all the capabilities of Search (search box), plus extra (URL) parameters for combinations of namespaces, and where you can escape the 20-results-per page-limitation, shareable: {{search link | et al | ''label'' | ns4 | ns5 | limit = 123 }} → label.
- {{Regex}} - develop an advanced regexp search. {{regexp | \<--.*--> | label = Articles with comments missing the ! bang character | prefix=0 }} → Articles with comments missing the ! bang character
- {{tlusage}} - develop a template regexp search, and pinpoint specific template-call details. {{tlusage | Convert | \{{!}}C\{{!}}F | 0 | Articles that convert Celsius to Fahrenheit}} → Articles that convert Celsius to Fahrenheit
- {{shortSearch}} - create three search links: {{ shortSearch | system operations research }} → WP GWP G (search Wikipedia, "google" Wikipedia, and Google search)
- {{wpsearch}} – create five search links: {{wpsearch|collaborative search}} → collaborative search – Wikipedia search | Google search | Bing search | DuckDuckGo search | Yahoo search
Search boxes
संपादन करीं- {{search box}} – Simple search box with choice of button below or to the right
- {{search prefixes}} – Multiple pages' subpages are searched at once
- {{search archives}} and {{archive banner}} – For searching archives. The latter, {{archive banner}} is of banner-style, like many other archive templates.
Search boxes are made by <inputbox>
tags. See mw:Extension:InputBox.
Page title searches
संपादन करीं- {{canned search}} – Link to automated search results for a given term
- {{in title}} – Search for pages whose name contains given words
- {{look from}} – Search for pages whose name begins with a given word
For searches with exact matches, exact in upper and lower cases, or in punctuation marks, see Help:Searching#grep. </noinclude>