<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://chronos.erina.moe/index.php?action=history&amp;feed=atom&amp;title=Module%3AUser_error</id>
	<title>Module:User error - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://chronos.erina.moe/index.php?action=history&amp;feed=atom&amp;title=Module%3AUser_error"/>
	<link rel="alternate" type="text/html" href="https://chronos.erina.moe/index.php?title=Module:User_error&amp;action=history"/>
	<updated>2026-06-01T04:20:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://chronos.erina.moe/index.php?title=Module:User_error&amp;diff=61&amp;oldid=prev</id>
		<title>Erina: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://chronos.erina.moe/index.php?title=Module:User_error&amp;diff=61&amp;oldid=prev"/>
		<updated>2026-01-13T23:20:23Z</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 23:20, 13 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 noaverse:diff:1.41:old-60:rev-61 --&gt;
&lt;/table&gt;</summary>
		<author><name>Erina</name></author>
	</entry>
	<entry>
		<id>https://chronos.erina.moe/index.php?title=Module:User_error&amp;diff=60&amp;oldid=prev</id>
		<title>Erina: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://chronos.erina.moe/index.php?title=Module:User_error&amp;diff=60&amp;oldid=prev"/>
		<updated>2025-09-21T15:10:41Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;--------------------------------------------------------------------------------&lt;br /&gt;
-- A less intimidating version of the built-in &amp;quot;error()&amp;quot; function, to help&lt;br /&gt;
-- editors fix their mistakes when transcluding a template.&lt;br /&gt;
--&lt;br /&gt;
-- @see [[wikia:w:c:Dev:Module:User error]] for a similar module.&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
local checkType = require(&amp;quot;libraryUtil&amp;quot;).checkType;&lt;br /&gt;
&lt;br /&gt;
return function (message, ...)&lt;br /&gt;
	checkType(&amp;quot;Module:User error&amp;quot;, 1, message, &amp;quot;string&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
	local result = mw.text.tag(&lt;br /&gt;
		&amp;quot;strong&amp;quot;,&lt;br /&gt;
		{ class=&amp;quot;error&amp;quot; },&lt;br /&gt;
		&amp;quot;Error: &amp;quot; .. message&lt;br /&gt;
	);&lt;br /&gt;
&lt;br /&gt;
	local categories = {};&lt;br /&gt;
	for i = 1, select(&amp;quot;#&amp;quot;, ...) do&lt;br /&gt;
		local category = select(i, ...);&lt;br /&gt;
		checkType(&amp;quot;Module:User error&amp;quot;, 1 + i, category, &amp;quot;string&amp;quot;, true);&lt;br /&gt;
&lt;br /&gt;
		if (category and category ~= &amp;quot;&amp;quot;) then&lt;br /&gt;
			table.insert(categories, &amp;quot;[[Category:&amp;quot; .. category .. &amp;quot;]]&amp;quot;);&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return result .. table.concat(categories);&lt;br /&gt;
end;&lt;/div&gt;</summary>
		<author><name>Erina</name></author>
	</entry>
</feed>