<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://emergency-response-liberty-county.wiki/Module:User_error?action=history&amp;feed=atom</id>
	<title>Module:User error - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://emergency-response-liberty-county.wiki/Module:User_error?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://emergency-response-liberty-county.wiki/Module:User_error?action=history"/>
	<updated>2026-04-17T21:58:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://emergency-response-liberty-county.wiki/index.php?title=Module:User_error&amp;diff=117&amp;oldid=prev</id>
		<title>Lucah1337: Imported from SC Wiki</title>
		<link rel="alternate" type="text/html" href="https://emergency-response-liberty-county.wiki/index.php?title=Module:User_error&amp;diff=117&amp;oldid=prev"/>
		<updated>2026-02-18T13:29:46Z</updated>

		<summary type="html">&lt;p&gt;Imported from SC Wiki&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>Lucah1337</name></author>
	</entry>
</feed>