<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://deeptech.wiki/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://deeptech.wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ATracked_in"/>
	<link rel="alternate" type="text/html" href="https://deeptech.wiki/index.php?title=Module:Tracked_in&amp;action=history"/>
	<updated>2026-05-09T07:12:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://deeptech.wiki/index.php?title=Module:Tracked_in&amp;diff=5793&amp;oldid=prev</id>
		<title>C: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://deeptech.wiki/index.php?title=Module:Tracked_in&amp;diff=5793&amp;oldid=prev"/>
		<updated>2025-11-15T03:34:27Z</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&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 03:34, 15 November 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&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 deeptechwiki:diff:1.41:old-5792:rev-5793 --&gt;
&lt;/table&gt;</summary>
		<author><name>C</name></author>
	</entry>
	<entry>
		<id>https://deeptech.wiki/index.php?title=Module:Tracked_in&amp;diff=5792&amp;oldid=prev</id>
		<title>w&gt;Novem Linguae: detect issue numbers not at the end of a URL</title>
		<link rel="alternate" type="text/html" href="https://deeptech.wiki/index.php?title=Module:Tracked_in&amp;diff=5792&amp;oldid=prev"/>
		<updated>2024-01-25T21:33:01Z</updated>

		<summary type="html">&lt;p&gt;detect issue numbers not at the end of a URL&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 similar to {{Tracked}}, but lets you link to issues and pull requests that aren&amp;#039;t on Phabricator, e.g. GitHub, GitLab, etc.&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>w&gt;Novem Linguae</name></author>
	</entry>
</feed>