<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.projectbasis.world/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://wiki.projectbasis.world/index.php?action=history&amp;feed=atom&amp;title=Module%3AStrip_to_numbers"/>
	<link rel="alternate" type="text/html" href="https://wiki.projectbasis.world/index.php?title=Module:Strip_to_numbers&amp;action=history"/>
	<updated>2026-07-22T07:24:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.projectbasis.world/index.php?title=Module:Strip_to_numbers&amp;diff=4215&amp;oldid=prev</id>
		<title>WillSysAd: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.projectbasis.world/index.php?title=Module:Strip_to_numbers&amp;diff=4215&amp;oldid=prev"/>
		<updated>2026-07-19T13:28:45Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&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: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 13:28, 19 July 2026&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>WillSysAd</name></author>
	</entry>
	<entry>
		<id>https://wiki.projectbasis.world/index.php?title=Module:Strip_to_numbers&amp;diff=4214&amp;oldid=prev</id>
		<title>wikipedia&gt;HouseBlaster: HouseBlaster moved page Module:StripToNumbers to Module:Strip to numbers: better name (in the spirit of WP:TPN)</title>
		<link rel="alternate" type="text/html" href="https://wiki.projectbasis.world/index.php?title=Module:Strip_to_numbers&amp;diff=4214&amp;oldid=prev"/>
		<updated>2024-05-20T23:33:16Z</updated>

		<summary type="html">&lt;p&gt;HouseBlaster moved page &lt;a href=&quot;/index.php?title=Module:StripToNumbers&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Module:StripToNumbers (page does not exist)&quot;&gt;Module:StripToNumbers&lt;/a&gt; to &lt;a href=&quot;/view/Module:Strip_to_numbers&quot; title=&quot;Module:Strip to numbers&quot;&gt;Module:Strip to numbers&lt;/a&gt;: better name (in the spirit of &lt;a href=&quot;/index.php?title=WP:TPN&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:TPN (page does not exist)&quot;&gt;WP:TPN&lt;/a&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;
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>wikipedia&gt;HouseBlaster</name></author>
	</entry>
</feed>