<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wikinabia.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AIc%C3%B4ne_de_titre</id>
	<title>Module:Icône de titre - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wikinabia.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AIc%C3%B4ne_de_titre"/>
	<link rel="alternate" type="text/html" href="https://wikinabia.com/index.php?title=Module:Ic%C3%B4ne_de_titre&amp;action=history"/>
	<updated>2026-05-07T22:34:44Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://wikinabia.com/index.php?title=Module:Ic%C3%B4ne_de_titre&amp;diff=4177&amp;oldid=prev</id>
		<title>Docteurmarty : 1 révision importée</title>
		<link rel="alternate" type="text/html" href="https://wikinabia.com/index.php?title=Module:Ic%C3%B4ne_de_titre&amp;diff=4177&amp;oldid=prev"/>
		<updated>2019-10-07T20:52:13Z</updated>

		<summary type="html">&lt;p&gt;1 révision importée&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;fr&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Version du 7 octobre 2019 à 20:52&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;fr&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Aucune différence)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Docteurmarty</name></author>
		
	</entry>
	<entry>
		<id>https://wikinabia.com/index.php?title=Module:Ic%C3%B4ne_de_titre&amp;diff=4176&amp;oldid=prev</id>
		<title>fr&gt;Hlm Z. le 15 juin 2015 à 15:08</title>
		<link rel="alternate" type="text/html" href="https://wikinabia.com/index.php?title=Module:Ic%C3%B4ne_de_titre&amp;diff=4176&amp;oldid=prev"/>
		<updated>2015-06-15T15:08:36Z</updated>

		<summary type="html">&lt;p&gt;&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 = {}&lt;br /&gt;
	local argsParent = frame:getParent().args&lt;br /&gt;
&lt;br /&gt;
	--Paramètres vides interprétés par Lua&lt;br /&gt;
	for cle, val in pairs(argsParent) do&lt;br /&gt;
		if val ~= '' then&lt;br /&gt;
			args[cle] = mw.text.trim(val)&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return p._main(args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._main(args)&lt;br /&gt;
	local res = mw.html.create()&lt;br /&gt;
	local iconeTitre = mw.html.create()&lt;br /&gt;
	local frame = mw.getCurrentFrame()&lt;br /&gt;
	local fichierWiki = '[[Fichier:%s|%spx|link=%s|%s|%s|alt=%s]]'&lt;br /&gt;
	local argsId = args.id&lt;br /&gt;
	local nowiki = frame:extensionTag{name = 'nowiki'}&lt;br /&gt;
&lt;br /&gt;
	iconeTitre&lt;br /&gt;
 		:wikitext(mw.ustring.format(fichierWiki,&lt;br /&gt;
			args.image or 'Fairytale bookmark.png',&lt;br /&gt;
			args.taille or 20,&lt;br /&gt;
			args.lien or 'Modèle:Icône de titre',&lt;br /&gt;
			args['paramètre'] or '',&lt;br /&gt;
			args.texte or 'Exemple de texte',&lt;br /&gt;
			args.texte or 'Exemple de texte'))&lt;br /&gt;
&lt;br /&gt;
	if not args.id then&lt;br /&gt;
		local nsPage = mw.title.getCurrentTitle().namespace&lt;br /&gt;
		if nsPage == 2 or nsPage == 3 then&lt;br /&gt;
			argsId = args.image or 'Fairytale bookmark.png'&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	res:wikitext(frame:extensionTag('indicator', tostring(iconeTitre), {name = argsId}))&lt;br /&gt;
&lt;br /&gt;
	if not args.id then&lt;br /&gt;
		res:wikitext('[[Catégorie:Page utilisant une icône de titre sans identifiant]]')&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return nowiki .. tostring(res)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>fr&gt;Hlm Z.</name></author>
		
	</entry>
</feed>