Help:External searches/sk

From Linux Web Expert

File:PD-icon.svg Note: When you edit this page, you agree to release your contribution under the CC0. See Public Domain Help Pages for more info. File:PD-icon.svg

Pomocou šablóny môžete vytvoriť odkazy na výsledky hľadania zadanej témy na externých vyhľadávačoch.

Táto šablóna bude napríklad fungovať pre 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>

Použitie šablóny je veľmi jednoduché: {{Google|prvý_výraz+druhý+atď}}

Pri viacslovných výrazoch ich uzatvoríte do úvodzoviek: %22Výraz1+Výraz2+atď%22.

  • Externé vyhľadávanie je užitočné v prípadoch, keď článok vyžaduje efektívne vyhľadávanie podľa niekoľkých slov.
  • Redaktorom umožňuje rýchlejšie a bezbolestnejšie vytvoriť vyhľadávania webu.

Ďalším využitím šablóny môže byť prehľadávanie diskusných fór, prehľadávanie správ o chybách na wiki pre vývojárov softwaru a pod.

Using interwiki prefixes

Wikipedia má interwiki prefi s podobnou funkciou, takže odkaz na výsledky hľadania na Google môžete vytvoriť aj s [[Google:firstTerm+Second+etc]]. Pre iné vyhľadávače môžete použiť šalblóny.

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:
* {{Google|Term1 Term2 Term3}}
* {{Google|"a phrase"}}
[[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.