<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ADynkin</id>
	<title>Module:Dynkin - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ADynkin"/>
	<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Module:Dynkin&amp;action=history"/>
	<updated>2026-04-07T03:22:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://moasspedia.org/w/index.php?title=Module:Dynkin&amp;diff=1100&amp;oldid=prev</id>
		<title>Wikipedia&gt;WOSlinker: unlink images</title>
		<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Module:Dynkin&amp;diff=1100&amp;oldid=prev"/>
		<updated>2021-03-20T13:42:23Z</updated>

		<summary type="html">&lt;p&gt;unlink images&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 [[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.Dynkin(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._Dynkin(args)&lt;br /&gt;
end&lt;br /&gt;
	&lt;br /&gt;
function p._Dynkin(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;
		body = body .. &amp;quot;[[File:dyn-&amp;quot; .. x .. &amp;quot;.png|link=]]&amp;quot;    -- write file for this parameter&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>Wikipedia&gt;WOSlinker</name></author>
	</entry>
</feed>