<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ceo.wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ADelink</id>
	<title>Module:Delink - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ceo.wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ADelink"/>
	<link rel="alternate" type="text/html" href="https://ceo.wiki/index.php?title=Module:Delink&amp;action=history"/>
	<updated>2026-04-21T10:49:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://ceo.wiki/index.php?title=Module:Delink&amp;diff=553&amp;oldid=prev</id>
		<title>Maintenance script: Create Module:Delink for Template:Marriage compatibility</title>
		<link rel="alternate" type="text/html" href="https://ceo.wiki/index.php?title=Module:Delink&amp;diff=553&amp;oldid=prev"/>
		<updated>2025-10-21T16:25:46Z</updated>

		<summary type="html">&lt;p&gt;Create Module:Delink for Template:Marriage compatibility&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- Module:Delink&lt;br /&gt;
-- Removes wiki markup from text (links, formatting, etc.)&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.delink(frame)&lt;br /&gt;
    local text = frame.args[1] or frame:getParent().args[1] or &amp;#039;&amp;#039;&lt;br /&gt;
    &lt;br /&gt;
    -- Remove file/image links&lt;br /&gt;
    text = text:gsub(&amp;#039;%[%[%s*[Ff]ile%s*:[^%]]*%]%]&amp;#039;, &amp;#039;&amp;#039;)&lt;br /&gt;
    text = text:gsub(&amp;#039;%[%[%s*[Ii]mage%s*:[^%]]*%]%]&amp;#039;, &amp;#039;&amp;#039;)&lt;br /&gt;
    &lt;br /&gt;
    -- Remove category links&lt;br /&gt;
    text = text:gsub(&amp;#039;%[%[%s*[Cc]ategory%s*:[^%]]*%]%]&amp;#039;, &amp;#039;&amp;#039;)&lt;br /&gt;
    &lt;br /&gt;
    -- Convert [[link|text]] to text&lt;br /&gt;
    text = text:gsub(&amp;#039;%[%[[^%]|]*|([^%]]*)%]%]&amp;#039;, &amp;#039;%1&amp;#039;)&lt;br /&gt;
    &lt;br /&gt;
    -- Convert [[link]] to link&lt;br /&gt;
    text = text:gsub(&amp;#039;%[%[([^%]]*)%]%]&amp;#039;, &amp;#039;%1&amp;#039;)&lt;br /&gt;
    &lt;br /&gt;
    -- Remove external links formatting [http://example.com text] -&amp;gt; text&lt;br /&gt;
    text = text:gsub(&amp;#039;%[https?://[^%s]+ ([^%]]*)%]&amp;#039;, &amp;#039;%1&amp;#039;)&lt;br /&gt;
    &lt;br /&gt;
    -- Remove plain external links [http://example.com]&lt;br /&gt;
    text = text:gsub(&amp;#039;%[https?://[^%]]*%]&amp;#039;, &amp;#039;&amp;#039;)&lt;br /&gt;
    &lt;br /&gt;
    -- Remove bold &amp;#039;&amp;#039;&amp;#039;text&amp;#039;&amp;#039;&amp;#039; -&amp;gt; text&lt;br /&gt;
    text = text:gsub(&amp;quot;&amp;#039;&amp;#039;&amp;#039;([^&amp;#039;]+)&amp;#039;&amp;#039;&amp;#039;&amp;quot;, &amp;#039;%1&amp;#039;)&lt;br /&gt;
    &lt;br /&gt;
    -- Remove italics &amp;#039;&amp;#039;text&amp;#039;&amp;#039; -&amp;gt; text&lt;br /&gt;
    text = text:gsub(&amp;quot;&amp;#039;&amp;#039;([^&amp;#039;]+)&amp;#039;&amp;#039;&amp;quot;, &amp;#039;%1&amp;#039;)&lt;br /&gt;
    &lt;br /&gt;
    -- Remove &amp;lt;br&amp;gt;, &amp;lt;br/&amp;gt;, &amp;lt;br /&amp;gt;&lt;br /&gt;
    text = text:gsub(&amp;#039;&amp;lt;br%s*/?&amp;gt;&amp;#039;, &amp;#039; &amp;#039;)&lt;br /&gt;
    &lt;br /&gt;
    return text&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>