<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.froce.fr//index.php?action=history&amp;feed=atom&amp;title=Module%3AIf_empty</id>
	<title>Module:If empty - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.froce.fr//index.php?action=history&amp;feed=atom&amp;title=Module%3AIf_empty"/>
	<link rel="alternate" type="text/html" href="https://wiki.froce.fr//index.php?title=Module:If_empty&amp;action=history"/>
	<updated>2026-04-09T13:13:05Z</updated>
	<subtitle>Historique des révisions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.froce.fr//index.php?title=Module:If_empty&amp;diff=193&amp;oldid=prev</id>
		<title>Maximilià Macià : 1 révision importée</title>
		<link rel="alternate" type="text/html" href="https://wiki.froce.fr//index.php?title=Module:If_empty&amp;diff=193&amp;oldid=prev"/>
		<updated>2018-09-15T20:00:59Z</updated>

		<summary type="html">&lt;p&gt;1 révision importée&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;fr&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version du 15 septembre 2018 à 22:00&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key t39a0_FRO_WIKI-blh_:diff::1.12:old-192:rev-193 --&gt;
&lt;/table&gt;</summary>
		<author><name>Maximilià Macià</name></author>
	</entry>
	<entry>
		<id>https://wiki.froce.fr//index.php?title=Module:If_empty&amp;diff=192&amp;oldid=prev</id>
		<title>Wikipedia&gt;Jackmcbarn : actually, only the first 8 need this check</title>
		<link rel="alternate" type="text/html" href="https://wiki.froce.fr//index.php?title=Module:If_empty&amp;diff=192&amp;oldid=prev"/>
		<updated>2014-12-23T21:56:09Z</updated>

		<summary type="html">&lt;p&gt;actually, only the first 8 need this check&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false})&lt;br /&gt;
&lt;br /&gt;
	-- For backwards compatibility reasons, the first 8 parameters can be unset instead of being blank,&lt;br /&gt;
	-- even though there's really no legitimate use case for this. At some point, this will be removed.&lt;br /&gt;
	local lowestNil = math.huge&lt;br /&gt;
	for i = 8,1,-1 do&lt;br /&gt;
		if args[i] == nil then&lt;br /&gt;
			args[i] = ''&lt;br /&gt;
			lowestNil = i&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	for k,v in ipairs(args) do&lt;br /&gt;
		if v ~= '' then&lt;br /&gt;
			if lowestNil &amp;lt; k then&lt;br /&gt;
				-- If any uses of this template depend on the behavior above, add them to a tracking category.&lt;br /&gt;
				-- This is a rather fragile, convoluted, hacky way to do it, but it ensures that this module's output won't be modified&lt;br /&gt;
				-- by it.&lt;br /&gt;
				frame:extensionTag('ref', '[[Category:Instances of Template:If_empty missing arguments]]', {group = 'TrackingCategory'})&lt;br /&gt;
				frame:extensionTag('references', '', {group = 'TrackingCategory'})&lt;br /&gt;
			end&lt;br /&gt;
			return v&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;Jackmcbarn</name></author>
	</entry>
</feed>