<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://linguifex.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3Afamily_tree%2Fdocumentation_functions</id>
	<title>Module:family tree/documentation functions - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://linguifex.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3Afamily_tree%2Fdocumentation_functions"/>
	<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Module:family_tree/documentation_functions&amp;action=history"/>
	<updated>2026-04-23T07:04:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://linguifex.com/w/index.php?title=Module:family_tree/documentation_functions&amp;diff=495435&amp;oldid=prev</id>
		<title>Sware: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Module:family_tree/documentation_functions&amp;diff=495435&amp;oldid=prev"/>
		<updated>2026-04-21T12:01:20Z</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 12:01, 21 April 2026&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 mediawiki-mw_:diff:1.41:old-495434:rev-495435 --&gt;
&lt;/table&gt;</summary>
		<author><name>Sware</name></author>
	</entry>
	<entry>
		<id>https://linguifex.com/w/index.php?title=Module:family_tree/documentation_functions&amp;diff=495434&amp;oldid=prev</id>
		<title>wikt&gt;Theknightwho at 01:32, 25 February 2023</title>
		<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Module:family_tree/documentation_functions&amp;diff=495434&amp;oldid=prev"/>
		<updated>2023-02-25T01:32:00Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local export = {}&lt;br /&gt;
&lt;br /&gt;
function export.etymology_language_data(frame)&lt;br /&gt;
	local Array = require &amp;quot;Module:array&amp;quot;&lt;br /&gt;
	local output = Array()&lt;br /&gt;
	local etymology_languages = require &amp;quot;Module:family tree/etymology languages&amp;quot;&lt;br /&gt;
	&lt;br /&gt;
	local function sort_etymology_language_codes(code1, code2)&lt;br /&gt;
		return etymology_languages[code1][1] &amp;lt; etymology_languages[code2][1]&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	for code, data in require &amp;quot;Module:table&amp;quot;.sortedPairs(etymology_languages, sort_etymology_language_codes) do&lt;br /&gt;
		local code_list = data.codes&lt;br /&gt;
		if code_list[2] then&lt;br /&gt;
			table.sort(code_list)&lt;br /&gt;
			output:insert(&amp;quot;* &amp;quot; .. data[1] .. &amp;quot; (&amp;lt;code&amp;gt;&amp;quot; .. code .. &amp;quot;&amp;lt;/code&amp;gt;): &amp;quot;&lt;br /&gt;
				.. Array(code_list)&lt;br /&gt;
					:filter(function(alt_code)&lt;br /&gt;
							return alt_code ~= code&lt;br /&gt;
						end)&lt;br /&gt;
					:map(function(alt_code)&lt;br /&gt;
							return &amp;quot;&amp;lt;code&amp;gt;&amp;quot; .. alt_code .. &amp;quot;&amp;lt;/code&amp;gt;&amp;quot;&lt;br /&gt;
						end)&lt;br /&gt;
					:concat(&amp;quot;, &amp;quot;))&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return output:concat(&amp;quot;\n&amp;quot;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return export&lt;/div&gt;</summary>
		<author><name>wikt&gt;Theknightwho</name></author>
	</entry>
</feed>