「ヘルプ:External searches」の版間の差分
細 (1版) |
(+ cat) |
||
2行目: | 2行目: | ||
{{TNT|PD Help Page}} | {{TNT|PD Help Page}} | ||
<translate> | <translate> | ||
+ | <!--T:1--> | ||
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. | ||
+ | <!--T:2--> | ||
For example, this is something that would work for Google: | For example, this is something that would work for Google: | ||
</translate> | </translate> | ||
9行目: | 11行目: | ||
<span style="border: 1px solid #CCD5DB;">[[Image:GoogleIcon.PNG]] [http://www.google.com/search?safe=off&q={{{1|Wiki}}} {{{1|Google}}}]</span> | <span style="border: 1px solid #CCD5DB;">[[Image:GoogleIcon.PNG]] [http://www.google.com/search?safe=off&q={{{1|Wiki}}} {{{1|Google}}}]</span> | ||
<noinclude> | <noinclude> | ||
− | ==Usage== | + | == Usage == |
Allows to establish a link to a search query at the Google search engine: | Allows to establish a link to a search query at the Google search engine: | ||
<div style="display:table; width:auto;"><pre> | <div style="display:table; width:auto;"><pre> | ||
17行目: | 19行目: | ||
</noinclude></nowiki></pre> | </noinclude></nowiki></pre> | ||
<translate> | <translate> | ||
+ | <!--T:3--> | ||
The usage is very simple and easy to use. <nowiki>{{Google|firstTerm+Second+etc}}</nowiki> | The usage is very simple and easy to use. <nowiki>{{Google|firstTerm+Second+etc}}</nowiki> | ||
+ | <!--T:4--> | ||
It is also possible to do phrases by using %22Term1+Term2+etc%22 | It is also possible to do phrases by using %22Term1+Term2+etc%22 | ||
+ | <!--T:5--> | ||
*External searches are useful where an article requires certain keywords to make an effective search. | *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. | *For the editor it allows making searches of web more quickly and painlessly. | ||
+ | <!--T:6--> | ||
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 wikis where the wiki and forum work together. | ||
− | Note: Wikipedia has an | + | <!--T:7--> |
+ | Note: Wikipedia has an {{ll|Help:Links#Interwiki|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. | ||
+ | <!--T:8--> | ||
For a clear advantage of implementing a template over the default Google interwiki prefix, consider the following, modified example: | For a clear advantage of implementing a template over the default Google interwiki prefix, consider the following, modified example: | ||
</translate> | </translate> | ||
33行目: | 41行目: | ||
<span style="border: 1px solid #CCD5DB;">[[Image:GoogleIcon.PNG]] [http://www.google.com/search?safe=off&q={{urlencode:{{{1|Wiki}}}}} {{{1|Google}}}]</span> | <span style="border: 1px solid #CCD5DB;">[[Image:GoogleIcon.PNG]] [http://www.google.com/search?safe=off&q={{urlencode:{{{1|Wiki}}}}} {{{1|Google}}}]</span> | ||
<noinclude> | <noinclude> | ||
− | ==Usage== | + | == Usage == |
Allows to establish a link to a search query at the Google search engine: | Allows to establish a link to a search query at the Google search engine: | ||
41行目: | 49行目: | ||
</noinclude></nowiki></pre> | </noinclude></nowiki></pre> | ||
<translate> | <translate> | ||
− | Note the application of MediaWiki | + | <!--T:9--> |
+ | Note the application of MediaWiki {{ll|Help:Magic words|magic word}} <code>urlencode</code>. This grants us the convenience and elegance of entering the query string in a Wikipedia article in the same literal form we would enter it in Google search box, including spaces and quotation marks instead of representing them indirectly with <code>+</code> and <code>%20</code>. | ||
</translate> | </translate> | ||
[[Category:Help{{langcat|External searches}}|{{PAGENAME}}]] | [[Category:Help{{langcat|External searches}}|{{PAGENAME}}]] | ||
+ | [[Category:Search{{langcat|External searches}}|{{PAGENAME}}]] |
2014年2月6日 (木) 21:58時点における版
Note: When you edit this page, you agree to release your contribution under the CC0. See Public Domain Help Pages for more info.
|
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?safe=off&q={{{1|Wiki}}} {{{1|Google}}}]</span> <noinclude> == 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 wikis where the wiki and forum work together.
Note: Wikipedia has an interwiki prefix with a similar effect, so you can link to google results with [[Google:firstTerm+Second+etc]], although templates are still useful for linking other search engines.
For a clear advantage of implementing a template over the default Google interwiki prefix, consider the following, modified example:
<span style="border: 1px solid #CCD5DB;">[[Image:GoogleIcon.PNG]] [http://www.google.com/search?safe=off&q={{urlencode:{{{1|Wiki}}}}} {{{1|Google}}}]</span> <noinclude> == Usage == Allows to establish a link to a search query at the Google search engine: * <code>{{Google|Term1 Term2 Term3}}</code> * <code>{{Google|"a phrase"}}</code> [[Category:Template|Google]] </noinclude>
Note the application of MediaWiki magic word urlencode
. This grants us the convenience and elegance of entering the query string in a Wikipedia article in the same literal form we would enter it in Google search box, including spaces and quotation marks instead of representing them indirectly with +
and %20
.