<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.xmethod.net/index.php?action=history&amp;feed=atom&amp;title=Module%3AUnicode_data%2Fdatasets</id>
	<title>Module:Unicode data/datasets - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.xmethod.net/index.php?action=history&amp;feed=atom&amp;title=Module%3AUnicode_data%2Fdatasets"/>
	<link rel="alternate" type="text/html" href="https://wiki.xmethod.net/index.php?title=Module:Unicode_data/datasets&amp;action=history"/>
	<updated>2026-05-01T20:57:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.4</generator>
	<entry>
		<id>https://wiki.xmethod.net/index.php?title=Module:Unicode_data/datasets&amp;diff=3309&amp;oldid=prev</id>
		<title>Docmoates: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmethod.net/index.php?title=Module:Unicode_data/datasets&amp;diff=3309&amp;oldid=prev"/>
		<updated>2026-01-01T14:37:08Z</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 14:37, 1 January 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:diff:1.41:old-3308:rev-3309 --&gt;
&lt;/table&gt;</summary>
		<author><name>Docmoates</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmethod.net/index.php?title=Module:Unicode_data/datasets&amp;diff=3308&amp;oldid=prev</id>
		<title>wiki&gt;MusikBot II: Protected &quot;Module:Unicode data/datasets&quot;: High-risk template or module: 1309 transclusions (more info) ([Edit=Require autoconfirmed or confirmed access] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmethod.net/index.php?title=Module:Unicode_data/datasets&amp;diff=3308&amp;oldid=prev"/>
		<updated>2025-07-15T18:00:35Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/Module:Unicode_data/datasets&quot; title=&quot;Module:Unicode data/datasets&quot;&gt;Module:Unicode data/datasets&lt;/a&gt;&amp;quot;: &lt;a href=&quot;https://en.wikipedia.org/wiki/High-risk_templates&quot; class=&quot;extiw&quot; title=&quot;wikipedia:High-risk templates&quot;&gt;High-risk template or module&lt;/a&gt;: 1309 transclusions (&lt;a href=&quot;/index.php?title=User:MusikBot_II/TemplateProtector&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:MusikBot II/TemplateProtector (page does not exist)&quot;&gt;more info&lt;/a&gt;) ([Edit=Require autoconfirmed or confirmed access] (indefinite))&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;
local unpack = unpack or table.unpack -- Lua 5.2 compatibility&lt;br /&gt;
&lt;br /&gt;
function export.dataset(dataset_name)&lt;br /&gt;
	local dataset = mw.ext.data.get(dataset_name)&lt;br /&gt;
	&lt;br /&gt;
	if not dataset then error(&amp;quot;Dataset &amp;quot; .. dataset_name .. &amp;quot; not found&amp;quot;) end&lt;br /&gt;
	local data = dataset.data&lt;br /&gt;
	local result = {}&lt;br /&gt;
	&lt;br /&gt;
	for _, item in ipairs(data) do&lt;br /&gt;
		local charcode_hex, filename = unpack(item)&lt;br /&gt;
		result[tonumber(charcode_hex)] = filename&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return export&lt;/div&gt;</summary>
		<author><name>wiki&gt;MusikBot II</name></author>
	</entry>
</feed>