<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ADomino_Unicode</id>
	<title>Module:Domino Unicode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ADomino_Unicode"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Domino_Unicode&amp;action=history"/>
	<updated>2026-07-11T09:37:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Domino_Unicode&amp;diff=136003&amp;oldid=prev</id>
		<title>imported&gt;Ytx21cn: if num1 == nil and num2 == nil then charNum = start;</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Domino_Unicode&amp;diff=136003&amp;oldid=prev"/>
		<updated>2022-03-13T18:23:58Z</updated>

		<summary type="html">&lt;p&gt;if num1 == nil and num2 == nil then charNum = start;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local getArgs = require(&amp;#039;Module:Arguments&amp;#039;).getArgs&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
local hStart = tonumber(&amp;#039;0x1f030&amp;#039;);&lt;br /&gt;
local vStart = hStart + 50;&lt;br /&gt;
&lt;br /&gt;
local function output(direction, num1, num2)&lt;br /&gt;
	direction = string.lower(direction);&lt;br /&gt;
	num1 = tonumber(num1);&lt;br /&gt;
	num2 = tonumber(num2);&lt;br /&gt;
	&lt;br /&gt;
	local start = hStart;&lt;br /&gt;
	if direction == &amp;#039;h&amp;#039; or direction == &amp;#039;horizontal&amp;#039; then&lt;br /&gt;
		start = hStart;		&lt;br /&gt;
	elseif direction == &amp;#039;v&amp;#039; or direction == &amp;#039;vertical&amp;#039; then&lt;br /&gt;
		start = vStart;&lt;br /&gt;
	else&lt;br /&gt;
		return &amp;#039;&amp;#039;;&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	local charNum = start;&lt;br /&gt;
	if num1 == nil and num2 == nil then&lt;br /&gt;
		charNum = start;&lt;br /&gt;
	else&lt;br /&gt;
		if num2 == nil then&lt;br /&gt;
			num2 = num1;&lt;br /&gt;
		end&lt;br /&gt;
		charNum = start + 1 + (num1 * 7 + num2);&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return string.format(&amp;quot;%X&amp;quot;, charNum);&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.output(frame)&lt;br /&gt;
	local args = getArgs(frame);&lt;br /&gt;
	return output(args[1], args[2], args[3]);&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p;&lt;/div&gt;</summary>
		<author><name>imported&gt;Ytx21cn</name></author>
	</entry>
</feed>