<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.aknotl.fr/index.php?action=history&amp;feed=atom&amp;title=Module%3ADi%C3%A8se_couleur_web</id>
	<title>Module:Dièse couleur web - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.aknotl.fr/index.php?action=history&amp;feed=atom&amp;title=Module%3ADi%C3%A8se_couleur_web"/>
	<link rel="alternate" type="text/html" href="https://wiki.aknotl.fr/index.php?title=Module:Di%C3%A8se_couleur_web&amp;action=history"/>
	<updated>2026-08-10T07:44:44Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.aknotl.fr/index.php?title=Module:Di%C3%A8se_couleur_web&amp;diff=345&amp;oldid=prev</id>
		<title>Theau 2 : 1 version importée</title>
		<link rel="alternate" type="text/html" href="https://wiki.aknotl.fr/index.php?title=Module:Di%C3%A8se_couleur_web&amp;diff=345&amp;oldid=prev"/>
		<updated>2021-07-24T10:34:19Z</updated>

		<summary type="html">&lt;p&gt;1 version importée&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&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 24 juillet 2021 à 10:34&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&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;!-- diff cache key wiki_aknotl:diff:1.41:old-344:rev-345 --&gt;
&lt;/table&gt;</summary>
		<author><name>Theau 2</name></author>
	</entry>
	<entry>
		<id>https://wiki.aknotl.fr/index.php?title=Module:Di%C3%A8se_couleur_web&amp;diff=344&amp;oldid=prev</id>
		<title>Infobox&gt;Od1n : support de la notation hexadécimale RGBA (pour ajouter un niveau de transparence)&amp;nbsp;; CSS Color Module Level 4</title>
		<link rel="alternate" type="text/html" href="https://wiki.aknotl.fr/index.php?title=Module:Di%C3%A8se_couleur_web&amp;diff=344&amp;oldid=prev"/>
		<updated>2021-05-03T05:56:38Z</updated>

		<summary type="html">&lt;p&gt;support de la notation hexadécimale RGBA (pour ajouter un niveau de transparence) ; CSS Color Module Level 4&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.couleur(value)&lt;br /&gt;
    if value:sub(1, 1) == &amp;#039;#&amp;#039; then&lt;br /&gt;
        return &amp;#039;&amp;amp;#35;&amp;#039; .. value:sub(2)&lt;br /&gt;
    elseif (#value == 6 or #value == 3 or #value == 8 or #value == 4) and value:match(&amp;#039;^%x+$&amp;#039;) then&lt;br /&gt;
        return &amp;#039;&amp;amp;#35;&amp;#039; .. value&lt;br /&gt;
    else&lt;br /&gt;
        return value&lt;br /&gt;
    end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    local value = mw.text.trim(frame.args[1])&lt;br /&gt;
    return p.couleur(value)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Infobox&gt;Od1n</name></author>
	</entry>
</feed>