<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.boxofrocks.net/index.php?action=history&amp;feed=atom&amp;title=Module%3AInventory_slot%2FAliases%2FTable</id>
	<title>Module:Inventory slot/Aliases/Table - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.boxofrocks.net/index.php?action=history&amp;feed=atom&amp;title=Module%3AInventory_slot%2FAliases%2FTable"/>
	<link rel="alternate" type="text/html" href="https://wiki.boxofrocks.net/index.php?title=Module:Inventory_slot/Aliases/Table&amp;action=history"/>
	<updated>2026-05-31T05:34:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.boxofrocks.net/index.php?title=Module:Inventory_slot/Aliases/Table&amp;diff=794&amp;oldid=prev</id>
		<title>BoxWiki: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.boxofrocks.net/index.php?title=Module:Inventory_slot/Aliases/Table&amp;diff=794&amp;oldid=prev"/>
		<updated>2021-05-13T18:44:46Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 18:44, 13 May 2021&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&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>BoxWiki</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.boxofrocks.net/index.php?title=Module:Inventory_slot/Aliases/Table&amp;diff=793&amp;oldid=prev</id>
		<title>Sprite&gt;Majr at 10:56, 6 December 2016</title>
		<link rel="alternate" type="text/html" href="https://wiki.boxofrocks.net/index.php?title=Module:Inventory_slot/Aliases/Table&amp;diff=793&amp;oldid=prev"/>
		<updated>2016-12-06T10:56:22Z</updated>

		<summary type="html">&lt;p&gt;&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;
p.table = function()&lt;br /&gt;
	local slot = require( [[Module:Inventory slot]] )&lt;br /&gt;
	local aliases = mw.loadData( [[Module:Inventory slot/Aliases]] )&lt;br /&gt;
	&lt;br /&gt;
	local aliasNames = {}&lt;br /&gt;
	local aI = 1&lt;br /&gt;
	for name in pairs( aliases ) do&lt;br /&gt;
		-- Skip the banner aliases (except &amp;quot;Any Banner&amp;quot;), as there are so&lt;br /&gt;
		-- many of them it causes the table to be excessively long&lt;br /&gt;
		if name == 'Any Banner' or not name:find( ' Banner$' ) and not name:find( '^Matching ' ) then&lt;br /&gt;
			aliasNames[aI] = name&lt;br /&gt;
			aI = aI + 1&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	table.sort( aliasNames )&lt;br /&gt;
	&lt;br /&gt;
	local tableRows = {&lt;br /&gt;
		' {| class=&amp;quot;wikitable collapsible collapsed&amp;quot;',&lt;br /&gt;
		'! Alias !! Output'&lt;br /&gt;
	}&lt;br /&gt;
	local rI = #tableRows + 1&lt;br /&gt;
	for _, name in ipairs( aliasNames ) do&lt;br /&gt;
		local alias = slot.getAlias( aliases[name], {} )&lt;br /&gt;
		&lt;br /&gt;
		local cell = {}&lt;br /&gt;
		for i, frame in ipairs( alias ) do&lt;br /&gt;
			cell[i] = slot.slot{ { frame }, parsed = true }&lt;br /&gt;
		end&lt;br /&gt;
		&lt;br /&gt;
		local aliasText = mw.html.create()&lt;br /&gt;
		aliasText:tag( 'code' ):wikitext( name )&lt;br /&gt;
		if name:find( '^Any ' ) then&lt;br /&gt;
			aliasText:tag( 'br' ):done()&lt;br /&gt;
				:tag( 'code' ):wikitext( ( name:gsub( '^Any', 'Matching' ) ) )&lt;br /&gt;
		end&lt;br /&gt;
		&lt;br /&gt;
		tableRows[rI] = '|' .. tostring( aliasText ) .. '||' .. table.concat( cell )&lt;br /&gt;
		rI = rI + 1&lt;br /&gt;
	end&lt;br /&gt;
	tableRows[rI] = '|}'&lt;br /&gt;
	&lt;br /&gt;
	return table.concat( tableRows, '\n|-\n' )&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Sprite&gt;Majr</name></author>
		
	</entry>
</feed>