<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://sankoquest.wiki/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AInventorySlot</id>
	<title>Module:InventorySlot - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://sankoquest.wiki/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AInventorySlot"/>
	<link rel="alternate" type="text/html" href="https://sankoquest.wiki/w/index.php?title=Module:InventorySlot&amp;action=history"/>
	<updated>2026-07-03T02:40:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://sankoquest.wiki/w/index.php?title=Module:InventorySlot&amp;diff=19&amp;oldid=prev</id>
		<title>SankoSeedBot: Seed Sanko wiki page</title>
		<link rel="alternate" type="text/html" href="https://sankoquest.wiki/w/index.php?title=Module:InventorySlot&amp;diff=19&amp;oldid=prev"/>
		<updated>2026-07-02T17:39:16Z</updated>

		<summary type="html">&lt;p&gt;Seed Sanko wiki page&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;
local function slot(frame, item, qty)&lt;br /&gt;
    local root = mw.html.create(&amp;#039;span&amp;#039;)&lt;br /&gt;
        :addClass(&amp;#039;sanko-inventory-slot&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
    if item and item ~= &amp;#039;&amp;#039; then&lt;br /&gt;
        root:wikitext(frame:expandTemplate{ title = &amp;#039;ItemSprite&amp;#039;, args = { item, size = &amp;#039;28&amp;#039;, link = item } })&lt;br /&gt;
        if qty and qty ~= &amp;#039;&amp;#039; and qty ~= &amp;#039;1&amp;#039; then&lt;br /&gt;
            root:tag(&amp;#039;span&amp;#039;)&lt;br /&gt;
                :addClass(&amp;#039;sanko-inventory-qty&amp;#039;)&lt;br /&gt;
                :wikitext(qty)&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    return tostring(root)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.slot(frame)&lt;br /&gt;
    return slot(frame, frame.args.item or frame.args[1], frame.args.qty or frame.args[2])&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._slot(frame, item, qty)&lt;br /&gt;
    return slot(frame, item, qty)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>SankoSeedBot</name></author>
	</entry>
</feed>