2012-05-21 15:12:37 +04:00
|
|
|
<!-- 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/. -->
|
|
|
|
|
2008-01-27 07:47:56 +03:00
|
|
|
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
|
2016-10-12 17:44:02 +03:00
|
|
|
<ShortName>Wikipedia (zh)</ShortName>
|
|
|
|
<Description>維基百科,自由的百科全書</Description>
|
2008-01-27 07:47:56 +03:00
|
|
|
<InputEncoding>UTF-8</InputEncoding>
|
2017-01-23 21:24:04 +03:00
|
|
|
<Image width="16" height="16">resource://search-plugins/images/wikipedia.ico</Image>
|
2016-10-12 17:44:02 +03:00
|
|
|
<Url type="application/x-suggestions+json" method="GET" template="https://zh.wikipedia.org/w/api.php">
|
2008-01-27 07:47:56 +03:00
|
|
|
<Param name="action" value="opensearch"/>
|
|
|
|
<Param name="search" value="{searchTerms}"/>
|
|
|
|
</Url>
|
2016-10-12 17:44:02 +03:00
|
|
|
<Url type="text/html" method="GET" template="https://zh.wikipedia.org/wiki/Special:搜索"
|
2014-09-17 20:42:00 +04:00
|
|
|
resultdomain="wikipedia.org" rel="searchform">
|
2008-01-27 07:47:56 +03:00
|
|
|
<Param name="search" value="{searchTerms}"/>
|
|
|
|
<Param name="sourceid" value="Mozilla-search"/>
|
2016-10-12 17:44:02 +03:00
|
|
|
<Param name="variant" value="zh-tw"/>
|
2008-01-27 07:47:56 +03:00
|
|
|
</Url>
|
|
|
|
</SearchPlugin>
|