<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ACoxeter%E2%80%93Dynkin_diagram</id>
	<title>Module:Coxeter–Dynkin diagram - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ACoxeter%E2%80%93Dynkin_diagram"/>
	<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Module:Coxeter%E2%80%93Dynkin_diagram&amp;action=history"/>
	<updated>2026-04-04T20:45:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://the-democratika.com/wiki/index.php?title=Module:Coxeter%E2%80%93Dynkin_diagram&amp;diff=8705&amp;oldid=prev</id>
		<title>&gt;JAlone at 18:43, 6 March 2025</title>
		<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Module:Coxeter%E2%80%93Dynkin_diagram&amp;diff=8705&amp;oldid=prev"/>
		<updated>2025-03-06T18:43:47Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- module to turn a parameter list into a list of [[Coxeter–Dynkin diagram]] images.&lt;br /&gt;
-- See the template documentation or any example for how it is used and works.&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.CDD(frame)&lt;br /&gt;
	-- For calling from #invoke.&lt;br /&gt;
	local pframe = frame:getParent()&lt;br /&gt;
	local args = pframe.args&lt;br /&gt;
	return p._CDD(args)&lt;br /&gt;
end&lt;br /&gt;
	&lt;br /&gt;
function p._CDD(args)&lt;br /&gt;
	-- For calling from other Lua modules.&lt;br /&gt;
	local body =&amp;#039;&amp;lt;span style=&amp;quot;display:inline-block;&amp;quot;&amp;gt;&amp;#039;         -- create and start the output string&lt;br /&gt;
	for v, x in ipairs(args) do                                -- process params, ignoring any names&lt;br /&gt;
		if (x ~= &amp;#039;&amp;#039;) then					-- check for null/empty names&lt;br /&gt;
        		body = body .. &amp;quot;[[File:CDel_&amp;quot; .. x .. &amp;quot;.png|class=skin-invert-image|link=]]&amp;quot;   -- write file for this parameter&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	body = body .. &amp;quot;&amp;lt;/span&amp;gt;&amp;quot;                                   -- finish output string&lt;br /&gt;
	return body                                                -- return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>&gt;JAlone</name></author>
	</entry>
</feed>