Template:Search/doc
This is a documentation subpage for Template:Search. It may contain usage information, categories and other content that is not part of the original template page. |
This template uses Lua: |
Template for creating a list of URLs searching for the same string
This page's template creates a short, parenthetical list of abbreviated external links to different searchable locations for the same search string. This could be useful on a talk page to encourage researching a topic from a variety of sources.
For example:
{{Search|Alarm clock|long=y}}
produces the following list of links to various searches for Alarm clock
(hover over a link for a tooltip showing the search link's title):
The abbreviations stand for:
- wp - Wikipedia search
- gwp - Google search of Wikipedia
- g - Google search
- bwp - Bing search of Wikipedia
- b - Bing search
- eb - Encyclopaedia Britannica search
- co - Columbia Encyclopedia search
- gct - Google search of the PC Magazine Encyclopedia
- sw - ScienceWorld search (sister site of the more famous MathWorld site)
- arc - Internet Archive search
- ht - HathiTrust Digital Library search
For an abbreviated list of links, omit the |long=y
parameter.
Templates for searching
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 off-site search engines to search Wikipedia.
- {{Search link}} offers all the capabilities of Searching (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 regex search. {{regex | \<--.*--> | label = Articles with comments missing the ! bang character | prefix=0}} → Articles with comments missing the ! bang character
- {{Template usage}} – develop a template regex search, and pinpoint specific template-call details. {{Template usage | 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)
- {{Wikidata search link}} – creates a Wikidata search link for descriptions, entities, items, properties, etc. → https://www.wikidata.org/w/index.php?search=Universe&title=Special:Search&fulltext=1
See also
- Help:Searching
- Category:Search templates
- MediaWiki:Extension:InputBox § General syntax - how to create your own search box using
<inputbox>...</inputbox>