<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.zzt.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AByte</id>
	<title>Module:Byte - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.zzt.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AByte"/>
	<link rel="alternate" type="text/html" href="https://wiki.zzt.org/w/index.php?title=Module:Byte&amp;action=history"/>
	<updated>2026-08-21T22:47:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.zzt.org/w/index.php?title=Module:Byte&amp;diff=192&amp;oldid=prev</id>
		<title>Quantum: Module for displaying an unsigned byte value in decimal and hex</title>
		<link rel="alternate" type="text/html" href="https://wiki.zzt.org/w/index.php?title=Module:Byte&amp;diff=192&amp;oldid=prev"/>
		<updated>2021-01-18T07:50:12Z</updated>

		<summary type="html">&lt;p&gt;Module for displaying an unsigned byte value in decimal and hex&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.byte(frame)&lt;br /&gt;
	local i = tonumber(frame.args[1])&lt;br /&gt;
	return string.format(&amp;quot;%d (0x%02X)&amp;quot;, i, i)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Quantum</name></author>
	</entry>
</feed>