<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="nb">
	<id>https://www.wikisida.no/index.php?action=history&amp;feed=atom&amp;title=Modul%3AStripToNumbers</id>
	<title>Modul:StripToNumbers - Sideversjonshistorikk</title>
	<link rel="self" type="application/atom+xml" href="https://www.wikisida.no/index.php?action=history&amp;feed=atom&amp;title=Modul%3AStripToNumbers"/>
	<link rel="alternate" type="text/html" href="https://www.wikisida.no/index.php?title=Modul:StripToNumbers&amp;action=history"/>
	<updated>2026-06-10T20:09:39Z</updated>
	<subtitle>Versjonshistorikk for denne siden på wikien</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://www.wikisida.no/index.php?title=Modul:StripToNumbers&amp;diff=225210&amp;oldid=prev</id>
		<title>Wikisida: Én sideversjon ble importert</title>
		<link rel="alternate" type="text/html" href="https://www.wikisida.no/index.php?title=Modul:StripToNumbers&amp;diff=225210&amp;oldid=prev"/>
		<updated>2026-06-02T04:34:36Z</updated>

		<summary type="html">&lt;p&gt;Én sideversjon ble importert&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;nb&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Eldre sideversjon&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Sideversjonen fra 2. jun. 2026 kl. 04:34&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;nb&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Ingen forskjell)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key c1wiki:diff:1.41:old-225209:rev-225210 --&gt;
&lt;/table&gt;</summary>
		<author><name>Wikisida</name></author>
	</entry>
	<entry>
		<id>https://www.wikisida.no/index.php?title=Modul:StripToNumbers&amp;diff=225209&amp;oldid=prev</id>
		<title>nb&gt;Tholme: 26 sideversjoner ble importert fra :en:Module:StripToNumbers</title>
		<link rel="alternate" type="text/html" href="https://www.wikisida.no/index.php?title=Modul:StripToNumbers&amp;diff=225209&amp;oldid=prev"/>
		<updated>2023-06-18T17:36:59Z</updated>

		<summary type="html">&lt;p&gt;26 sideversjoner ble importert fra &lt;a href=&quot;https://en.wikipedia.org/wiki/Module:StripToNumbers&quot; class=&quot;extiw&quot; title=&quot;en:Module:StripToNumbers&quot;&gt;en:Module:StripToNumbers&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Ny side&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>nb&gt;Tholme</name></author>
	</entry>
</feed>