<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.vigyanwiki.in/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://www.vigyanwiki.in/index.php?action=history&amp;feed=atom&amp;title=Module%3ADynkin"/>
	<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Module:Dynkin&amp;action=history"/>
	<updated>2026-05-02T00:56:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://www.vigyanwiki.in/index.php?title=Module:Dynkin&amp;diff=113357&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Module:Dynkin&amp;diff=113357&amp;oldid=prev"/>
		<updated>2023-03-19T02:02:58Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 07:32, 19 March 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.vigyanwiki.in/index.php?title=Module:Dynkin&amp;diff=113356&amp;oldid=prev</id>
		<title>wikipedia&gt;WOSlinker: unlink images</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Module:Dynkin&amp;diff=113356&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;lt;span style=&amp;quot;display:inline-block;&amp;quot;&amp;gt;'         -- 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>