<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.p1gsel.com/p1gwars/index.php?action=history&amp;feed=atom&amp;title=Module%3AStrip_to_numbers</id>
	<title>Module:Strip to numbers - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.p1gsel.com/p1gwars/index.php?action=history&amp;feed=atom&amp;title=Module%3AStrip_to_numbers"/>
	<link rel="alternate" type="text/html" href="https://www.p1gsel.com/p1gwars/index.php?title=Module:Strip_to_numbers&amp;action=history"/>
	<updated>2026-04-17T05:12:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://www.p1gsel.com/p1gwars/index.php?title=Module:Strip_to_numbers&amp;diff=6259&amp;oldid=prev</id>
		<title>Rosie: Created page with &quot;local p = {} function p.main(frame) 	local theString = mw.text.unstrip(frame.args[1]) 	local onlyNumber 	onlyNumber = (string.match(theString, &quot;%-?[%d%.]+&quot;)) 	checkedNumber = tonumber(onlyNumber) 	if checkedNumber == nil then 		error(&quot; Input did not contain valid numeric data&quot;) 	else 		return checkedNumber 	end end  function p.halve(frame) 	local checkedNumber = (p.main(frame)) 	local halvedNumber 	halvedNumber = (checkedNumber / 2) 	return halvedNumber end function p.ma...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.p1gsel.com/p1gwars/index.php?title=Module:Strip_to_numbers&amp;diff=6259&amp;oldid=prev"/>
		<updated>2026-01-11T14:56:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {} function p.main(frame) 	local theString = mw.text.unstrip(frame.args[1]) 	local onlyNumber 	onlyNumber = (string.match(theString, &amp;quot;%-?[%d%.]+&amp;quot;)) 	checkedNumber = tonumber(onlyNumber) 	if checkedNumber == nil then 		error(&amp;quot; Input did not contain valid numeric data&amp;quot;) 	else 		return checkedNumber 	end end  function p.halve(frame) 	local checkedNumber = (p.main(frame)) 	local halvedNumber 	halvedNumber = (checkedNumber / 2) 	return halvedNumber end function p.ma...&amp;quot;&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;
function p.main(frame)&lt;br /&gt;
	local theString = mw.text.unstrip(frame.args[1])&lt;br /&gt;
	local onlyNumber&lt;br /&gt;
	onlyNumber = (string.match(theString, &amp;quot;%-?[%d%.]+&amp;quot;))&lt;br /&gt;
	checkedNumber = tonumber(onlyNumber)&lt;br /&gt;
	if checkedNumber == nil then&lt;br /&gt;
		error(&amp;quot; Input did not contain valid numeric data&amp;quot;)&lt;br /&gt;
	else&lt;br /&gt;
		return checkedNumber&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.halve(frame)&lt;br /&gt;
	local checkedNumber = (p.main(frame))&lt;br /&gt;
	local halvedNumber&lt;br /&gt;
	halvedNumber = (checkedNumber / 2)&lt;br /&gt;
	return halvedNumber&lt;br /&gt;
end&lt;br /&gt;
function p.mainnull(frame)&lt;br /&gt;
	local theString = mw.text.unstrip(frame.args[1])&lt;br /&gt;
	local onlyNumber&lt;br /&gt;
	onlyNumber = (string.match(theString, &amp;quot;%-?[%d%.]+&amp;quot;))&lt;br /&gt;
	checkedNumber = tonumber(onlyNumber)&lt;br /&gt;
	if checkedNumber == nil then&lt;br /&gt;
		return nil&lt;br /&gt;
	else&lt;br /&gt;
		return checkedNumber&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Rosie</name></author>
	</entry>
</feed>