<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Help_talk%3ACite_errors</id>
	<title>Help talk:Cite errors - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Help_talk%3ACite_errors"/>
	<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Help_talk:Cite_errors&amp;action=history"/>
	<updated>2026-04-25T05:04:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Help_talk:Cite_errors&amp;diff=9275&amp;oldid=prev</id>
		<title>Richardpruen: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Help_talk:Cite_errors&amp;diff=9275&amp;oldid=prev"/>
		<updated>2021-09-07T03:21:40Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:21, 7 September 2021&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key uk_vapewiki:diff:1.41:old-9274:rev-9275 --&gt;
&lt;/table&gt;</summary>
		<author><name>Richardpruen</name></author>
	</entry>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Help_talk:Cite_errors&amp;diff=9274&amp;oldid=prev</id>
		<title>Wikipedia&gt;Redrose64: /* double pipe in {{efn}} causes non-obvious error */ the issue is not specific to this template. All templates that use unnamed parameters are susceptible to this</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Help_talk:Cite_errors&amp;diff=9274&amp;oldid=prev"/>
		<updated>2021-08-30T06:54:32Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;double pipe in {{efn}} causes non-obvious error: &lt;/span&gt; the issue is not specific to this template. All templates that use unnamed parameters are susceptible to this&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{talkheader}}&lt;br /&gt;
{{WikiProject Help|class=NA|importance=high}}&lt;br /&gt;
{{Help talk:Cite errors/Centralized discussions}}&lt;br /&gt;
{{todo}}&lt;br /&gt;
&amp;lt;!--- Auto archiving configured by [[User:FlightTime]]  ---&amp;gt;&lt;br /&gt;
{{User:MiszaBot/config&lt;br /&gt;
|algo = old(30d)&lt;br /&gt;
|archive = Help talk:Cite errors/Archive %(counter)d&lt;br /&gt;
|counter = 7&lt;br /&gt;
|maxarchivesize = 150K&lt;br /&gt;
|archiveheader = {{tan}}&lt;br /&gt;
|minthreadstoarchive = 1&lt;br /&gt;
|minthreadsleft = 0&lt;br /&gt;
}}&lt;br /&gt;
{{auto archiving notice&lt;br /&gt;
|bot = lowercase sigmabot III&lt;br /&gt;
|age = 30&lt;br /&gt;
|small=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== double pipe in &amp;lt;nowiki&amp;gt;{{efn}}&amp;lt;/nowiki&amp;gt; causes non-obvious error ==&lt;br /&gt;
&lt;br /&gt;
This is in reference to [[Help:Cite errors/Cite error ref no input]].  You&amp;#039;ll get that error message (&amp;quot;There are &amp;lt;nowiki&amp;gt;&amp;lt;ref&amp;gt;&amp;lt;/nowiki&amp;gt; tags on this page without content in them&amp;quot;) if you accidentally put a double pipe in an &amp;lt;nowiki&amp;gt;{{efn}}&amp;lt;/nowiki&amp;gt; template: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{efn||Oops}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.  The reason isn&amp;#039;t necessarily obvious when you get the error.  You may want to mention this.&lt;br /&gt;
&lt;br /&gt;
I couldn&amp;#039;t demo it here because it only seems to happen in article space, not talk space. In talk or User space, the &amp;lt;nowiki&amp;gt;{{efn}}&amp;lt;/nowiki&amp;gt; just disappears. [[User:Danbloch|Dan Bloch]] ([[User talk:Danbloch|talk]]) 04:30, 30 August 2021 (UTC)&lt;br /&gt;
:The issue is not specific to this template. All templates that use unnamed parameters are susceptible to this - the parameters are position-dependent (so are sometimes called positional parameters) and each pipe marks a position. So in &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{efn||Oops}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; the first positional parameter is the null string, and the word &amp;quot;Oops&amp;quot; is now in the second positional parameter. --[[User:Redrose64|&amp;lt;span style=&amp;quot;color:#a80000; background:#ffeeee; text-decoration:inherit&amp;quot;&amp;gt;Red&amp;lt;/span&amp;gt;rose64]] &amp;amp;#x1f339; ([[User talk:Redrose64|talk]]) 06:54, 30 August 2021 (UTC)&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;Redrose64</name></author>
	</entry>
</feed>