зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
957 B
XML
22 строки
957 B
XML
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
|
|
<ShortName>Wikipedia (pl)</ShortName>
|
|
<Description>Wikipedia, wolna encyklopedia</Description>
|
|
<InputEncoding>UTF-8</InputEncoding>
|
|
<Image width="16" height="16">resource://search-plugins/images/wikipedia.ico</Image>
|
|
<Url type="application/x-suggestions+json" method="GET" template="https://pl.wikipedia.org/w/api.php">
|
|
<Param name="action" value="opensearch" />
|
|
<Param name="search" value="{searchTerms}" />
|
|
</Url>
|
|
<Url method="GET"
|
|
rel="searchform"
|
|
template="https://pl.wikipedia.org/wiki/Specjalna:Szukaj"
|
|
type="text/html">
|
|
<Param name="search" value="{searchTerms}" />
|
|
<Param name="sourceid" value="Mozilla-search" />
|
|
</Url>
|
|
</SearchPlugin>
|