l<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://climatewiki.earth/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ATfd_links</id>
	<title>Module:Tfd links - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://climatewiki.earth/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ATfd_links"/>
	<link rel="alternate" type="text/html" href="https://climatewiki.earth/wiki/index.php?title=Module:Tfd_links&amp;action=history"/>
	<updated>2026-05-05T03:54:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>https://climatewiki.earth/wiki/index.php?title=Module:Tfd_links&amp;diff=10697&amp;oldid=prev</id>
		<title>BranchOut: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://climatewiki.earth/wiki/index.php?title=Module:Tfd_links&amp;diff=10697&amp;oldid=prev"/>
		<updated>2024-02-08T03:03:13Z</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;tr class=&quot;diff-title&quot; lang=&quot;en&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 03:03, 8 February 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&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;/table&gt;</summary>
		<author><name>BranchOut</name></author>
	</entry>
	<entry>
		<id>https://climatewiki.earth/wiki/index.php?title=Module:Tfd_links&amp;diff=10696&amp;oldid=prev</id>
		<title>Wikipedia&gt;SWinxy: Special:PageHistory</title>
		<link rel="alternate" type="text/html" href="https://climatewiki.earth/wiki/index.php?title=Module:Tfd_links&amp;diff=10696&amp;oldid=prev"/>
		<updated>2023-09-08T18:10:26Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/wiki/Special:PageHistory&quot; class=&quot;new&quot; title=&quot;Special:PageHistory (page does not exist)&quot;&gt;Special:PageHistory&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module implements [[Template:Tfd links]]&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
local function urlencode(text)&lt;br /&gt;
	-- Return equivalent of {{urlencode:text}}.&lt;br /&gt;
	local function byte(char)&lt;br /&gt;
		return string.format('%%%02X', string.byte(char))&lt;br /&gt;
	end&lt;br /&gt;
	return text:gsub('[^ %w%-._]', byte):gsub(' ', '+')&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local function fullurllink(t, a, s)&lt;br /&gt;
	return '[https://en.wikipedia.org/w/index.php?title=' .. urlencode(t) .. '&amp;amp;' .. a .. ' ' .. s .. ']'&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	local args = frame:getParent().args&lt;br /&gt;
	local ns = (((args['catfd'] and args['catfd'] ~= '') and 'Category') or&lt;br /&gt;
		(args['module'] and args['module'] ~= '') and 'Module')&lt;br /&gt;
		or  'Template'&lt;br /&gt;
	local tname = mw.getContentLanguage():ucfirst(args['1'])&lt;br /&gt;
	local fname = ns .. ':' .. tname&lt;br /&gt;
	local fullpagename = frame:preprocess('{{FULLPAGENAME}}')&lt;br /&gt;
	local sep = '&amp;amp;nbsp;&amp;lt;b&amp;gt;·&amp;lt;/b&amp;gt; '&lt;br /&gt;
	&lt;br /&gt;
	local res = '&amp;lt;span id=&amp;quot;' .. ns .. ':' .. tname &lt;br /&gt;
	.. '&amp;quot; class=&amp;quot;plainlinks nourlexpansion 1x&amp;quot;&amp;gt;'&lt;br /&gt;
	.. '[[:' .. ns .. ':' .. tname .. ']]&amp;amp;nbsp;('&lt;br /&gt;
	.. '[[' .. ns .. ' talk:' .. tname .. '|talk]]' .. sep&lt;br /&gt;
	.. '[[Special:PageHistory/' .. fname .. '|history]]' .. sep&lt;br /&gt;
	.. fullurllink('Special:Whatlinkshere/' .. fname, 'limit=5000&amp;amp;hidelinks=1&amp;amp;hideredirs=1', 'transclusions') .. sep&lt;br /&gt;
	.. fullurllink('Special:Log', 'page=' .. urlencode(fname), 'logs') .. sep&lt;br /&gt;
	.. '[[Special:PrefixIndex/' .. fname .. '/|subpages]])&amp;lt;/span&amp;gt;'&lt;br /&gt;
	&lt;br /&gt;
	return res&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;SWinxy</name></author>
	</entry>
</feed>