<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://ccw.freosanstudios.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AStripWikitext</id>
	<title>Module:StripWikitext - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ccw.freosanstudios.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AStripWikitext"/>
	<link rel="alternate" type="text/html" href="https://ccw.freosanstudios.com/w/index.php?title=Module:StripWikitext&amp;action=history"/>
	<updated>2026-06-04T09:42:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://ccw.freosanstudios.com/w/index.php?title=Module:StripWikitext&amp;diff=976&amp;oldid=prev</id>
		<title>TheDragonFire123: 1 revision imported: All kinds of templates for CCW to emulate AEW&#039;s old hard drive stock</title>
		<link rel="alternate" type="text/html" href="https://ccw.freosanstudios.com/w/index.php?title=Module:StripWikitext&amp;diff=976&amp;oldid=prev"/>
		<updated>2024-09-24T06:15:13Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: All kinds of templates for CCW to emulate AEW&amp;#039;s old hard drive stock&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&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 06:15, 24 September 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&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>TheDragonFire123</name></author>
	</entry>
	<entry>
		<id>https://ccw.freosanstudios.com/w/index.php?title=Module:StripWikitext&amp;diff=975&amp;oldid=prev</id>
		<title>TheDragonFire123: Created page with &quot;-- Removes wikilink characters to make them safe for insertion into a category or alt text. local p = {}  function p.strip_wikitext( frame )     toStrip = frame.args[1]...&quot;</title>
		<link rel="alternate" type="text/html" href="https://ccw.freosanstudios.com/w/index.php?title=Module:StripWikitext&amp;diff=975&amp;oldid=prev"/>
		<updated>2022-03-27T01:21:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;-- Removes wikilink characters to make them safe for insertion into a category or alt text. local p = {}  function p.strip_wikitext( frame )     toStrip = frame.args[1]...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- Removes wikilink characters to make them safe for insertion into a category or alt text.&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.strip_wikitext( frame )&lt;br /&gt;
    toStrip = frame.args[1]&lt;br /&gt;
        preferTargetInPipedWikilink = frame.args[2] or true&lt;br /&gt;
    &lt;br /&gt;
    -- If string contains a &amp;quot;|&amp;quot;, then handle according to whether preferDisplayName is enabled&lt;br /&gt;
    if string.match(toStrip, &amp;quot;|&amp;quot;) then&lt;br /&gt;
    	local stringExploder = require(&amp;quot;Module:ExplodeString&amp;quot;)&lt;br /&gt;
    	wikitextPieces = stringExploder.explode_string(toStrip, &amp;quot;|&amp;quot;)&lt;br /&gt;
    	if preferTargetInPipedWikilink then&lt;br /&gt;
    		toStrip = wikitextPieces[1]&lt;br /&gt;
    	else&lt;br /&gt;
    		toStrip = wikitextPieces[2]&lt;br /&gt;
    	end&lt;br /&gt;
    end&lt;br /&gt;
    &lt;br /&gt;
    toStrip = string.gsub(toStrip, &amp;quot;%[%[&amp;quot;, &amp;quot;&amp;quot;) -- Remove leading square brackets&lt;br /&gt;
    toStrip = string.gsub(toStrip, &amp;quot;%]%]&amp;quot;, &amp;quot;&amp;quot;) -- Remove trailing square brackets&lt;br /&gt;
    &lt;br /&gt;
    return toStrip 		&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>TheDragonFire123</name></author>
	</entry>
</feed>