<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://tbpedia.org/wiki/Template:Search_box/doc/history?feed=atom</id>
	<title>Template:Search box/doc - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://tbpedia.org/wiki/Template:Search_box/doc/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://tbpedia.org/wiki/Template:Search_box/doc/history"/>
	<updated>2026-04-10T23:33:52Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://tbpedia.org/w/index.php?title=Template:Search_box/doc&amp;diff=1622&amp;oldid=prev</id>
		<title>蓮花祖泉：​导入1个版本</title>
		<link rel="alternate" type="text/html" href="https://tbpedia.org/w/index.php?title=Template:Search_box/doc&amp;diff=1622&amp;oldid=prev"/>
		<updated>2024-03-02T09:33:41Z</updated>

		<summary type="html">&lt;p&gt;导入1个版本&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;zh&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;←上一版本&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2024年3月2日 (六) 17:33的版本&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;zh&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;（没有差异）&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>蓮花祖泉</name></author>
	</entry>
	<entry>
		<id>https://tbpedia.org/w/index.php?title=Template:Search_box/doc&amp;diff=1621&amp;oldid=prev</id>
		<title>Tbpedia&gt;Sophivorus：​Sophivorus moved page Template:Searchbox/doc to Template:Search box/doc without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://tbpedia.org/w/index.php?title=Template:Search_box/doc&amp;diff=1621&amp;oldid=prev"/>
		<updated>2022-11-16T09:20:03Z</updated>

		<summary type="html">&lt;p&gt;Sophivorus moved page &lt;a href=&quot;/wiki/Template:Searchbox/doc/edit?redlink=1&quot; class=&quot;new&quot; title=&quot;Template:Searchbox/doc（页面不存在）&quot;&gt;Template:Searchbox/doc&lt;/a&gt; to &lt;a href=&quot;/wiki/Template:Search_box/doc&quot; title=&quot;Template:Search box/doc&quot;&gt;Template:Search box/doc&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&lt;br /&gt;
Use this template to create a search box that searches some part of Appropedia.&lt;br /&gt;
&lt;br /&gt;
By default the scope is all Appropedia, but it can be configured to search just the subpages of a page or just a category.&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;prefix&amp;lt;/code&amp;gt; - The target page. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;|prefix=User talk:Example/Archives&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; will search all subpages of User talk:Example/Archives. By default, the target page itself is included. Append a slash &amp;quot;/&amp;quot; to the prefix to exclude the current page.&lt;br /&gt;
* &amp;lt;code&amp;gt;search-break=yes&amp;lt;/code&amp;gt; will insert a break between the search bar and search button. The default is no.&lt;br /&gt;
* &amp;lt;code&amp;gt;search-width&amp;lt;/code&amp;gt; can be used to change the width of the text field, in characters. The default is 22, which fits the search bar with the default box width. Note: this is a bare number with no units.&lt;br /&gt;
* &amp;lt;code&amp;gt;search-button-label&amp;lt;/code&amp;gt; can be used to change the text on the search button. The default is &amp;quot;Search&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Search box&lt;br /&gt;
| prefix = Appropedia:Village pump&lt;br /&gt;
| search-button-label = Search the Village pump&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces:&lt;br /&gt;
&lt;br /&gt;
{{Search box&lt;br /&gt;
| prefix = Appropedia:Village pump&lt;br /&gt;
| search-button-label = Search the Village pump&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Example 2:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Search box&lt;br /&gt;
| prefix = User:Example&lt;br /&gt;
| search-break = no&lt;br /&gt;
| search-width = 22&lt;br /&gt;
| search-button-label = Search User:Example's pages&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces:&lt;br /&gt;
&lt;br /&gt;
{{Search box&lt;br /&gt;
| prefix = User:Example&lt;br /&gt;
| search-break = no&lt;br /&gt;
| search-width = 44&lt;br /&gt;
| search-button-label = Search User:Example's pages&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Element templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tbpedia&gt;Sophivorus</name></author>
	</entry>
</feed>