<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://deadlock.wiki/Module:IconList?action=history&amp;feed=atom</id>
	<title>Module:IconList - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://deadlock.wiki/Module:IconList?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://deadlock.wiki/Module:IconList?action=history"/>
	<updated>2026-09-13T05:32:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://deadlock.wiki/Module:IconList?diff=47308&amp;oldid=prev</id>
		<title>LVL: Created page with &quot;local p = {} local Icon = require(&#039;Module:Icon&#039;)   function p.parse(frame)     local input = frame.args[1] or &quot;&quot;     local size = frame.args[2] or &quot;35px&quot;          if input == &quot;&quot; then return &quot;&quot; end          local result = {}     -- Split by comma     for item in string.gmatch(input, &#039;([^,]+)&#039;) do         -- Trim whitespace         item = item:match(&quot;^%s*(.-)%s*$&quot;)                  -- Create a fake frame to pass to the existing Icon module         local fakeFrame = { getPa...&quot;</title>
		<link rel="alternate" type="text/html" href="https://deadlock.wiki/Module:IconList?diff=47308&amp;oldid=prev"/>
		<updated>2025-11-28T17:21:49Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {} local Icon = require(&amp;#039;Module:Icon&amp;#039;)   function p.parse(frame)     local input = frame.args[1] or &amp;quot;&amp;quot;     local size = frame.args[2] or &amp;quot;35px&amp;quot;          if input == &amp;quot;&amp;quot; then return &amp;quot;&amp;quot; end          local result = {}     -- Split by comma     for item in string.gmatch(input, &amp;#039;([^,]+)&amp;#039;) do         -- Trim whitespace         item = item:match(&amp;quot;^%s*(.-)%s*$&amp;quot;)                  -- Create a fake frame to pass to the existing Icon module         local fakeFrame = { getPa...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
local Icon = require(&amp;#039;Module:Icon&amp;#039;) &lt;br /&gt;
&lt;br /&gt;
function p.parse(frame)&lt;br /&gt;
    local input = frame.args[1] or &amp;quot;&amp;quot;&lt;br /&gt;
    local size = frame.args[2] or &amp;quot;35px&amp;quot;&lt;br /&gt;
    &lt;br /&gt;
    if input == &amp;quot;&amp;quot; then return &amp;quot;&amp;quot; end&lt;br /&gt;
    &lt;br /&gt;
    local result = {}&lt;br /&gt;
    -- Split by comma&lt;br /&gt;
    for item in string.gmatch(input, &amp;#039;([^,]+)&amp;#039;) do&lt;br /&gt;
        -- Trim whitespace&lt;br /&gt;
        item = item:match(&amp;quot;^%s*(.-)%s*$&amp;quot;)&lt;br /&gt;
        &lt;br /&gt;
        -- Create a fake frame to pass to the existing Icon module&lt;br /&gt;
        local fakeFrame = { getParent = function() return { args = { item, size, &amp;quot;icon-only&amp;quot; } } end }&lt;br /&gt;
        table.insert(result, Icon.render(fakeFrame))&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    return table.concat(result, &amp;quot; &amp;quot;)&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>LVL</name></author>
	</entry>
</feed>