<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AItem_interaction</id>
	<title>Module:Item interaction - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AItem_interaction"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:Item_interaction&amp;action=history"/>
	<updated>2026-05-05T15:18:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=Module:Item_interaction&amp;diff=35022&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;local p = {}  function p.main(frame) 	local args = frame.args 	 	local itemName = args.item or &#039;&#039; 	local image = string.format(&#039;link=%s&#039;, itemName, itemName) 	local description = args.desc or &#039;&#039; 	return tostring(p.row(itemName, image, description)) end  function p.row(name, image, description) 	return mw.html.create(&#039;tr&#039;) 	    :css(&#039;text-align&#039;,&#039;center&#039;) 	    :tag(&#039;td&#039;) 	        :addClass(&#039;inventory-image&#039;) 	        :wikitext(image) 	    :done() 	    :tag...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:Item_interaction&amp;diff=35022&amp;oldid=prev"/>
		<updated>2024-10-16T23:12:34Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p.main(frame) 	local args = frame.args 	 	local itemName = args.item or &amp;#039;&amp;#039; 	local image = string.format(&amp;#039;&lt;a href=&quot;/index.php?title=File:%25s.png&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;File:%s.png (page does not exist)&quot;&gt;link=%s&lt;/a&gt;&amp;#039;, itemName, itemName) 	local description = args.desc or &amp;#039;&amp;#039; 	return tostring(p.row(itemName, image, description)) end  function p.row(name, image, description) 	return mw.html.create(&amp;#039;tr&amp;#039;) 	    :css(&amp;#039;text-align&amp;#039;,&amp;#039;center&amp;#039;) 	    :tag(&amp;#039;td&amp;#039;) 	        :addClass(&amp;#039;inventory-image&amp;#039;) 	        :wikitext(image) 	    :done() 	    :tag...&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;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args = frame.args&lt;br /&gt;
	&lt;br /&gt;
	local itemName = args.item or &amp;#039;&amp;#039;&lt;br /&gt;
	local image = string.format(&amp;#039;[[File:%s.png|link=%s]]&amp;#039;, itemName, itemName)&lt;br /&gt;
	local description = args.desc or &amp;#039;&amp;#039;&lt;br /&gt;
	return tostring(p.row(itemName, image, description))&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.row(name, image, description)&lt;br /&gt;
	return mw.html.create(&amp;#039;tr&amp;#039;)&lt;br /&gt;
	    :css(&amp;#039;text-align&amp;#039;,&amp;#039;center&amp;#039;)&lt;br /&gt;
	    :tag(&amp;#039;td&amp;#039;)&lt;br /&gt;
	        :addClass(&amp;#039;inventory-image&amp;#039;)&lt;br /&gt;
	        :wikitext(image)&lt;br /&gt;
	    :done()&lt;br /&gt;
	    :tag(&amp;#039;td&amp;#039;)&lt;br /&gt;
	        :css(&amp;#039;text-align&amp;#039;,&amp;#039;left&amp;#039;)&lt;br /&gt;
	        :addClass(&amp;#039;item-col&amp;#039;)&lt;br /&gt;
	        :wikitext(itemName)&lt;br /&gt;
	    :done()&lt;br /&gt;
	    :tag(&amp;#039;td&amp;#039;)&lt;br /&gt;
	        :wikitext(description)&lt;br /&gt;
	    :done()&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>