<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=Template%3AIf_empty%2Ftestcases</id>
	<title>Template:If empty/testcases - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=Template%3AIf_empty%2Ftestcases"/>
	<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=Template:If_empty/testcases&amp;action=history"/>
	<updated>2026-07-10T18:58:15Z</updated>
	<subtitle>在这个wiki上该页的修订历史</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://arolstar52-zhtest.hf.space/index.php?title=Template:If_empty/testcases&amp;diff=4083945&amp;oldid=prev</id>
		<title>imported&gt;Great Brightstar：​←建立内容为“{{Aligned table |class=wikitable  |cols=4 |col1style=padding-right:1.0em; |col2style=padding-left:0.5em;padding-right:1.0em; |col3style=padding-left:0.5em;padding-right:1.0em; |col4style=padding-left:0.5em;  |row1style=background:whitesmoke;padding-left:0.5em;font-weight:bold;  | Code | Sandbox | Current |  | {{tlc|If empty/sandbox}} | {{If empty/sandbox}} | {{If empty}} | Returns an empty string.  | {{tlc|If empty/sandbox|one}} | {{If empty/sa…”的新页面</title>
		<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=Template:If_empty/testcases&amp;diff=4083945&amp;oldid=prev"/>
		<updated>2022-09-30T15:49:27Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php?title=WP:AES&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:AES（页面不存在）&quot;&gt;←&lt;/a&gt;建立内容为“{{Aligned table |class=wikitable  |cols=4 |col1style=padding-right:1.0em; |col2style=padding-left:0.5em;padding-right:1.0em; |col3style=padding-left:0.5em;padding-right:1.0em; |col4style=padding-left:0.5em;  |row1style=background:whitesmoke;padding-left:0.5em;font-weight:bold;  | Code | Sandbox | Current |  | {{tlc|If empty/sandbox}} | {{If empty/sandbox}} | {{If empty}} | Returns an empty string.  | {{tlc|If empty/sandbox|one}} | {{If empty/sa…”的新页面&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Aligned table |class=wikitable&lt;br /&gt;
 |cols=4 |col1style=padding-right:1.0em; |col2style=padding-left:0.5em;padding-right:1.0em; |col3style=padding-left:0.5em;padding-right:1.0em; |col4style=padding-left:0.5em;&lt;br /&gt;
 |row1style=background:whitesmoke;padding-left:0.5em;font-weight:bold;&lt;br /&gt;
 | Code | Sandbox | Current |&lt;br /&gt;
 | {{tlc|If empty/sandbox}} | {{If empty/sandbox}} | {{If empty}} | Returns an empty string.&lt;br /&gt;
 | {{tlc|If empty/sandbox|one}} | {{If empty/sandbox|one}} | {{If empty|one}} | Returns the first parameter that is defined and not empty.&lt;br /&gt;
 | {{tlc|If empty/sandbox|one|two}} | {{If empty/sandbox|one|two}} | {{If empty|one|two}} | &lt;br /&gt;
 | {{tlc|If empty/sandbox|one|two|three|four}} | {{If empty/sandbox|one|two|three|four}} | {{If empty|one|two|three|four}} | &lt;br /&gt;
 | {{tlc|If empty/sandbox||two}} | {{If empty/sandbox||two}} | {{If empty||two}} | The first parameter is empty/undefined, so is passed over.&lt;br /&gt;
 | {{tlc|If empty/sandbox||two|three|four}} | {{If empty/sandbox||two|three|four}} | {{If empty||two|three|four}} | &lt;br /&gt;
 | {{tlc|If empty/sandbox||two||four}} | {{If empty/sandbox||two||four}} | {{If empty||two||four}} | &lt;br /&gt;
 | &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{If empty/sandbox|||||||||nine}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; | {{If empty/sandbox|||||||||nine}} | {{If empty|||||||||nine}} | &lt;br /&gt;
 | &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{If empty/sandbox||||||||||ten}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; | {{If empty/sandbox||||||||||ten}} | {{If empty||||||||||ten}} | Empty string returned if maximum of nine parameters exceeded.&lt;br /&gt;
 | {{tlc|If empty/sandbox|}} | {{If empty/sandbox|}} | {{If empty|}} | The only parameter is empty or undefined, so returns an empty string.&lt;br /&gt;
 | {{tlc|If empty/sandbox||||}} | {{If empty/sandbox||||}} | {{If empty||||}} | Returns an empty string.&lt;br /&gt;
 | &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{If empty/sandbox|{{{1|}}}|{{{2|}}}|three}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; | {{If empty/sandbox|{{{1|}}}|{{{2|}}}|three}} | {{If empty|{{{1|}}}|{{{2|}}}|three}} | &lt;br /&gt;
 | &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{If empty/sandbox|{{{1}}}|{{{2}}}|three}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; | {{If empty/sandbox|{{{1}}}|{{{2}}}|three}} | {{If empty|{{{1}}}|{{{2}}}|three}} | No pipe-characters following the names of the first two parameters (&amp;quot;1&amp;quot; and &amp;quot;2&amp;quot;), so the first of these returned as text (&amp;quot;{{{1}}}&amp;quot;).&lt;br /&gt;
 | &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{If empty/sandbox|{{{logo|}}}|two}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; | {{If empty/sandbox|{{{logo|}}}|two}} | {{If empty|{{{logo|}}}|two}} | &lt;br /&gt;
 | &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{If empty/sandbox|{{{logo}}}|two}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; | {{If empty/sandbox|{{{logo}}}|two}} | {{If empty|{{{logo}}}|two}} | No pipe-character following the parameter name &amp;quot;logo&amp;quot;, so the text &amp;quot;{{{logo}}}&amp;quot; returned.&lt;br /&gt;
 | &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{If empty/sandbox|2=x}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; | {{If empty/sandbox|2=x}} | {{If empty|2=x}} | Unnamed parameters must be defined sequentially.&lt;br /&gt;
 | &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{If empty/sandbox|p=q}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; | {{If empty/sandbox|p=q}} | {{If empty|p=q}} | The template identifies the parameters it receives as parameters 1 to 9, not using names such as &amp;quot;p&amp;quot;, etc.&lt;br /&gt;
 | &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{If empty/sandbox|one|{{X1}}[[Category:X1]]}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; | {{If empty/sandbox|one|{{X1}}[[Category:X1]]}} | {{If empty|one|{{X1}}[[Category:X1]]}} | Parameters after the first non-empty parameter are not expanded, so this page does not transclude Template:X1 and is not in Category:X1.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Great Brightstar</name></author>
	</entry>
</feed>