<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://dansunegalaxie.ca/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://dansunegalaxie.ca/index.php?action=history&amp;feed=atom&amp;title=Module%3AIc%C3%B4ne_de_titre"/>
	<link rel="alternate" type="text/html" href="https://dansunegalaxie.ca/index.php?title=Module:Ic%C3%B4ne_de_titre&amp;action=history"/>
	<updated>2026-04-05T05:46:52Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://dansunegalaxie.ca/index.php?title=Module:Ic%C3%B4ne_de_titre&amp;diff=153&amp;oldid=prev</id>
		<title>Yuki : 1 version importée : Infobox</title>
		<link rel="alternate" type="text/html" href="https://dansunegalaxie.ca/index.php?title=Module:Ic%C3%B4ne_de_titre&amp;diff=153&amp;oldid=prev"/>
		<updated>2023-11-15T07:11:06Z</updated>

		<summary type="html">&lt;p&gt;1 version importée : Infobox&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 novembre 2023 à 03:11&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key dugwiki:diff::1.12:old-152:rev-153 --&gt;
&lt;/table&gt;</summary>
		<author><name>Yuki</name></author>
	</entry>
	<entry>
		<id>https://dansunegalaxie.ca/index.php?title=Module:Ic%C3%B4ne_de_titre&amp;diff=152&amp;oldid=prev</id>
		<title>wikipedia&gt;Od1n : le trim n&#039;est nécessaire que pour les paramètres non nommés (d&#039;autant plus qu&#039;il n&#039;y en a pas dans ce module)</title>
		<link rel="alternate" type="text/html" href="https://dansunegalaxie.ca/index.php?title=Module:Ic%C3%B4ne_de_titre&amp;diff=152&amp;oldid=prev"/>
		<updated>2021-08-28T11:50:23Z</updated>

		<summary type="html">&lt;p&gt;le trim n&amp;#039;est nécessaire que pour les paramètres non nommés (d&amp;#039;autant plus qu&amp;#039;il n&amp;#039;y en a pas dans ce module)&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 type(cle) == number then&lt;br /&gt;
			val = mw.text.trim(val)&lt;br /&gt;
		end&lt;br /&gt;
		if val ~= &amp;#039;&amp;#039; then&lt;br /&gt;
			args[cle] = 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 = &amp;#039;[[Fichier:%s|%spx|link=%s|%s|%s|alt=%s]]&amp;#039;&lt;br /&gt;
	local argsId = args.id&lt;br /&gt;
	local nowiki = frame:extensionTag{name = &amp;#039;nowiki&amp;#039;}&lt;br /&gt;
&lt;br /&gt;
	iconeTitre&lt;br /&gt;
 		:wikitext(mw.ustring.format(fichierWiki,&lt;br /&gt;
			args.image or &amp;#039;Fairytale bookmark.png&amp;#039;,&lt;br /&gt;
			args.taille or 20,&lt;br /&gt;
			args.lien or &amp;#039;Modèle:Icône de titre&amp;#039;,&lt;br /&gt;
			args[&amp;#039;paramètre&amp;#039;] or &amp;#039;&amp;#039;,&lt;br /&gt;
			args.texte or &amp;#039;Exemple de texte&amp;#039;,&lt;br /&gt;
			args.texte or &amp;#039;Exemple de texte&amp;#039;))&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 &amp;#039;Fairytale bookmark.png&amp;#039;&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	res:wikitext(frame:extensionTag(&amp;#039;indicator&amp;#039;, tostring(iconeTitre), {name = argsId}))&lt;br /&gt;
&lt;br /&gt;
	if not args.id then&lt;br /&gt;
		res:wikitext(&amp;#039;[[Catégorie:Page utilisant une icône de titre sans identifiant]]&amp;#039;)&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>wikipedia&gt;Od1n</name></author>
	</entry>
</feed>