<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ATracked_in</id>
	<title>Module:Tracked in - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://safernicotine.wiki/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ATracked_in"/>
	<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Module:Tracked_in&amp;action=history"/>
	<updated>2026-06-11T21:56:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Module:Tracked_in&amp;diff=21411&amp;oldid=prev</id>
		<title>Richardpruen: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Module:Tracked_in&amp;diff=21411&amp;oldid=prev"/>
		<updated>2022-01-02T13:51:30Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&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;en-GB&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:51, 2 January 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&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;!-- diff cache key uk_vapewiki:diff:1.41:old-21410:rev-21411 --&gt;
&lt;/table&gt;</summary>
		<author><name>Richardpruen</name></author>
	</entry>
	<entry>
		<id>https://safernicotine.wiki/mediawiki/index.php?title=Module:Tracked_in&amp;diff=21410&amp;oldid=prev</id>
		<title>Wikipedia&gt;Novem Linguae: Undid revision 1060067511 by Novem Linguae (talk) - undo. even though it&#039;s not technically correct, I think it&#039;s more readable</title>
		<link rel="alternate" type="text/html" href="https://safernicotine.wiki/mediawiki/index.php?title=Module:Tracked_in&amp;diff=21410&amp;oldid=prev"/>
		<updated>2021-12-13T07:53:04Z</updated>

		<summary type="html">&lt;p&gt;Undid revision 1060067511 by &lt;a href=&quot;/mediawiki/index.php/Special:Contributions/Novem_Linguae&quot; title=&quot;Special:Contributions/Novem Linguae&quot;&gt;Novem Linguae&lt;/a&gt; (&lt;a href=&quot;/mediawiki/index.php?title=User_talk:Novem_Linguae&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:Novem Linguae (page does not exist)&quot;&gt;talk&lt;/a&gt;) - undo. even though it&amp;#039;s not technically correct, I think it&amp;#039;s more readable&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- Utility functions for {{Tracked in}}, which is a template that displays a link to open source software bug reports and feature requests on Wikipedia talk pages.&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
-- {{#invoke:Tracked in|getDomain|{{{1|}}}}}&lt;br /&gt;
function p.getDomain(frame)&lt;br /&gt;
    local url = frame.args[1]&lt;br /&gt;
    local domain = string.gsub(url, &amp;quot;www%.&amp;quot;, &amp;quot;&amp;quot;)&lt;br /&gt;
    domain = string.match(domain, &amp;#039;https?:%/%/(.-)%/.*$&amp;#039;)&lt;br /&gt;
    return domain&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
-- {{#invoke:Tracked in|getIssueNumber|{{{1|}}}}}&lt;br /&gt;
function p.getIssueNumber(frame)&lt;br /&gt;
    local url = frame.args[1]&lt;br /&gt;
    local issueNumber = string.match(url, &amp;#039;(%d+)/?$&amp;#039;)&lt;br /&gt;
    if tonumber(issueNumber) == nil then&lt;br /&gt;
        return &amp;quot;ERROR: Issue number not found&amp;quot;&lt;br /&gt;
    else&lt;br /&gt;
        return &amp;quot;Issue &amp;amp;#35;&amp;quot; .. issueNumber -- add a # sign in front of the number. can&amp;#039;t use #, that creates a numbered list&lt;br /&gt;
    end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;Novem Linguae</name></author>
	</entry>
</feed>