<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://the-democratika.com/wiki/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://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AUnstrip"/>
	<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Module:Unstrip&amp;action=history"/>
	<updated>2026-04-04T18:01:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://the-democratika.com/wiki/index.php?title=Module:Unstrip&amp;diff=7194&amp;oldid=prev</id>
		<title>&gt;Pppery: Per edit request</title>
		<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Module:Unstrip&amp;diff=7194&amp;oldid=prev"/>
		<updated>2021-10-08T01:12:43Z</updated>

		<summary type="html">&lt;p&gt;Per edit request&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, unstripNoWiki and killMarkers 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])&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.unstripNoWiki(frame)&lt;br /&gt;
	return mw.text.unstripNoWiki(frame.args[1])&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.killMarkers(frame)&lt;br /&gt;
	return mw.text.killMarkers(frame.args[1])&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>&gt;Pppery</name></author>
	</entry>
</feed>