<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pool.calebcooper.ie/index.php?action=history&amp;feed=atom&amp;title=Module%3AUnstrip</id>
	<title>Module:Unstrip - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pool.calebcooper.ie/index.php?action=history&amp;feed=atom&amp;title=Module%3AUnstrip"/>
	<link rel="alternate" type="text/html" href="https://pool.calebcooper.ie/index.php?title=Module:Unstrip&amp;action=history"/>
	<updated>2026-04-10T11:28:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://pool.calebcooper.ie/index.php?title=Module:Unstrip&amp;diff=12171&amp;oldid=prev</id>
		<title>Caleb Cooper: Created page with &quot;-- This module provides a frontend to the mw.text.unstrip and unstripNoWiki functions local p = {}  function p.unstrip(frame) 	return mw.text.unstrip(frame.args[1] or &#039;&#039;) end...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pool.calebcooper.ie/index.php?title=Module:Unstrip&amp;diff=12171&amp;oldid=prev"/>
		<updated>2020-10-18T17:13:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;-- This module provides a frontend to the mw.text.unstrip and unstripNoWiki functions local p = {}  function p.unstrip(frame) 	return mw.text.unstrip(frame.args[1] or &amp;#039;&amp;#039;) end...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module provides a frontend to the mw.text.unstrip and unstripNoWiki functions&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.unstrip(frame)&lt;br /&gt;
	return mw.text.unstrip(frame.args[1] or &amp;#039;&amp;#039;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.unstripNoWiki(frame)&lt;br /&gt;
	return mw.text.unstripNoWiki(frame.args[1] or &amp;#039;&amp;#039;)&lt;br /&gt;
end&lt;br /&gt;
function p.killMarkers(frame)&lt;br /&gt;
	local text = frame.args[1]&lt;br /&gt;
	text = mw.text.killMarkers(text)&lt;br /&gt;
		:gsub(&amp;quot;^%s+&amp;quot;, &amp;quot;&amp;quot;) --strip leading&lt;br /&gt;
		:gsub(&amp;quot;%s+$&amp;quot;, &amp;quot;&amp;quot;) --and trailing spaces&lt;br /&gt;
	return text&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Caleb Cooper</name></author>
	</entry>
</feed>