<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.logic.world/index.php?action=history&amp;feed=atom&amp;title=Module%3AKeys</id>
	<title>Module:Keys - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.logic.world/index.php?action=history&amp;feed=atom&amp;title=Module%3AKeys"/>
	<link rel="alternate" type="text/html" href="https://wiki.logic.world/index.php?title=Module:Keys&amp;action=history"/>
	<updated>2026-05-15T15:49:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.logic.world/index.php?title=Module:Keys&amp;diff=658&amp;oldid=prev</id>
		<title>Felipe: Created page with &quot;-- taken from https://minecraft.wiki/w/Module:Keys  local p = {} p.keys = function( f ) 	local args = f 	if f == mw.getCurrentFrame() then 		args = f:getParent().args 	end 	local keys = {} 	 	for _, key in ipairs( args ) do 		key = mw.text.trim( key ) 		if key ~= &#039;+&#039; and key:find( &#039;%+&#039; ) then 			local comboKeys = {} 			for comboKey in mw.text.gsplit( key, &#039;%s*%+%s*&#039; ) do 				table.insert( comboKeys, p.key( comboKey ) ) 			end 			table.insert( keys, table.concat( comboKey...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.logic.world/index.php?title=Module:Keys&amp;diff=658&amp;oldid=prev"/>
		<updated>2025-09-10T20:48:22Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;-- taken from https://minecraft.wiki/w/Module:Keys  local p = {} p.keys = function( f ) 	local args = f 	if f == mw.getCurrentFrame() then 		args = f:getParent().args 	end 	local keys = {} 	 	for _, key in ipairs( args ) do 		key = mw.text.trim( key ) 		if key ~= &amp;#039;+&amp;#039; and key:find( &amp;#039;%+&amp;#039; ) then 			local comboKeys = {} 			for comboKey in mw.text.gsplit( key, &amp;#039;%s*%+%s*&amp;#039; ) do 				table.insert( comboKeys, p.key( comboKey ) ) 			end 			table.insert( keys, table.concat( comboKey...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- taken from https://minecraft.wiki/w/Module:Keys&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
p.keys = function( f )&lt;br /&gt;
	local args = f&lt;br /&gt;
	if f == mw.getCurrentFrame() then&lt;br /&gt;
		args = f:getParent().args&lt;br /&gt;
	end&lt;br /&gt;
	local keys = {}&lt;br /&gt;
	&lt;br /&gt;
	for _, key in ipairs( args ) do&lt;br /&gt;
		key = mw.text.trim( key )&lt;br /&gt;
		if key ~= &amp;#039;+&amp;#039; and key:find( &amp;#039;%+&amp;#039; ) then&lt;br /&gt;
			local comboKeys = {}&lt;br /&gt;
			for comboKey in mw.text.gsplit( key, &amp;#039;%s*%+%s*&amp;#039; ) do&lt;br /&gt;
				table.insert( comboKeys, p.key( comboKey ) )&lt;br /&gt;
			end&lt;br /&gt;
			table.insert( keys, table.concat( comboKeys, &amp;#039;&amp;amp;#8239;+&amp;amp;#8239;&amp;#039; ) )&lt;br /&gt;
		else&lt;br /&gt;
			table.insert( keys, p.key( key ) )&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return table.concat( keys )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
p.key = function( key )&lt;br /&gt;
	if key == &amp;#039;&amp;#039; then&lt;br /&gt;
		return &amp;#039;&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	local symbols = mw.loadData( &amp;#039;Module:Keys/Symbols&amp;#039; )&lt;br /&gt;
	return &amp;#039;&amp;lt;kbd class=&amp;quot;key nowrap&amp;quot;&amp;gt;&amp;#039; .. ( symbols[key:lower()] or key ) .. &amp;#039;&amp;lt;/kbd&amp;gt;&amp;#039;&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Felipe</name></author>
	</entry>
</feed>