Difference between revisions of "Help:External searches"

From BRL-CAD
(Fixed a typo)
m (1 revision(s))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{PD Help Page}}
 
 
It is possible to create an external searches of a topic using key words using a template.
 
It is possible to create an external searches of a topic using key words using a template.
  
For example, this is something that would work for Google:
+
For example this is something that would work for [http://www.google.com Google]
 
<pre><nowiki>
 
<pre><nowiki>
 
<span style="border: 1px solid #CCD5DB;">[[Image:GoogleIcon.PNG]] [http://www.google.com/search?hl=en&safe=off&q={{{1|Wiki}}}&btnG=Search&meta= {{{1|Google}}}]</span>
 
<span style="border: 1px solid #CCD5DB;">[[Image:GoogleIcon.PNG]] [http://www.google.com/search?hl=en&safe=off&q={{{1|Wiki}}}&btnG=Search&meta= {{{1|Google}}}]</span>
Line 20: Line 19:
 
*For the editor it allows making searches of web more quickly and painlessly.
 
*For the editor it allows making searches of web more quickly and painlessly.
  
Other applications of the template include searching Forums, for bug reports of the same type for software development wikis where the wiki and forum work together.
+
Other applications of the template include searching Forums, for bug reports of the same type for software development wiki's where the wiki and forum work together.
  
Note: Wikipedia has an [[help:interwiki linking|interwiki prefix]] with a similar effect, so you can link to google results with <nowiki>[[Google:firstTerm+Second+etc]]</nowiki>, although templates are still useful for linking other search engines.
+
Note: Wikipedia may have policies that don't allow this kind of searching for whatever reason, check with Wikipedia policies and uses. This article is aimed at wiki administrators and editors that are in the situation where the information is a moving target and would like to be able to help readers search the web using good keywords and not clutter the pages with long http text.
 
 
{{languages|Help:External searches}}
 
  
 +
[http://www.clickwiki.info/index.php/Template:Google External reference to template example in use at ClickWiki.info]
 
[[Category:Help|External Searches]]
 
[[Category:Help|External Searches]]
[[Category:Search]]
 

Latest revision as of 22:15, 24 April 2008

It is possible to create an external searches of a topic using key words using a template.

For example this is something that would work for Google

<span style="border: 1px solid #CCD5DB;">[[Image:GoogleIcon.PNG]] [http://www.google.com/search?hl=en&safe=off&q={{{1|Wiki}}}&btnG=Search&meta= {{{1|Google}}}]</span>
==Usage==
Allows to establish a link to a search query at the Google search engine:
<div style="display:table; width:auto;"><pre>
{{Google|Term1+Term2+Term3}}
</pre></div>
[[Category:Template|Google]]
</noinclude>

The usage is very simple and easy to use. {{Google|firstTerm+Second+etc}}

It is also possible to do phrases by using %22Term1+Term2+etc%22

  • External searches are useful where an article requires certain keywords to make an effective search.
  • For the editor it allows making searches of web more quickly and painlessly.

Other applications of the template include searching Forums, for bug reports of the same type for software development wiki's where the wiki and forum work together.

Note: Wikipedia may have policies that don't allow this kind of searching for whatever reason, check with Wikipedia policies and uses. This article is aimed at wiki administrators and editors that are in the situation where the information is a moving target and would like to be able to help readers search the web using good keywords and not clutter the pages with long http text.

External reference to template example in use at ClickWiki.info