<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="rue">
	<id>https://wiki.kocky.cc/w/index.php?action=history&amp;feed=atom&amp;title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%3AUser_error</id>
	<title>Модуль:User error - Історія едітовань</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kocky.cc/w/index.php?action=history&amp;feed=atom&amp;title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%3AUser_error"/>
	<link rel="alternate" type="text/html" href="https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:User_error&amp;action=history"/>
	<updated>2026-04-04T05:33:28Z</updated>
	<subtitle>Історія едітовань той сторінкы на вікі</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:User_error&amp;diff=90&amp;oldid=prev</id>
		<title>Бетярь: 1 ревізія: InfoboxNeue from StarCitizenTools</title>
		<link rel="alternate" type="text/html" href="https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:User_error&amp;diff=90&amp;oldid=prev"/>
		<updated>2023-10-17T23:55:19Z</updated>

		<summary type="html">&lt;p&gt;1 ревізія: InfoboxNeue from StarCitizenTools&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;rue&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Старша верзія&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Ревізія 01:55, 18 октовбра 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key wiki:diff::1.12:old-89:rev-90 --&gt;
&lt;/table&gt;</summary>
		<author><name>Бетярь</name></author>
	</entry>
	<entry>
		<id>https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:User_error&amp;diff=89&amp;oldid=prev</id>
		<title>starcitizen&gt;Alistair3149: Created page with &quot;-------------------------------------------------------------------------------- -- A less intimidating version of the built-in &quot;error()&quot; function, to help -- editors fix their mistakes when transcluding a template. -- -- @see wikia:w:c:Dev:Module:User error for a similar module. --------------------------------------------------------------------------------  local checkType = require(&quot;libraryUtil&quot;).checkType;  return function (message, ...) 	checkType(&quot;Module:User...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.kocky.cc/w/index.php?title=%D0%9C%D0%BE%D0%B4%D1%83%D0%BB%D1%8C:User_error&amp;diff=89&amp;oldid=prev"/>
		<updated>2023-06-01T04:08:37Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;-------------------------------------------------------------------------------- -- A less intimidating version of the built-in &amp;quot;error()&amp;quot; function, to help -- editors fix their mistakes when transcluding a template. -- -- @see &lt;a href=&quot;http://www.wikia.com/wiki/w:c:Dev:Module:User_error&quot; class=&quot;extiw&quot; title=&quot;wikia:w:c:Dev:Module:User error&quot;&gt;wikia:w:c:Dev:Module:User error&lt;/a&gt; for a similar module. --------------------------------------------------------------------------------  local checkType = require(&amp;quot;libraryUtil&amp;quot;).checkType;  return function (message, ...) 	checkType(&amp;quot;Module:User...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Нова сторінка&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>starcitizen&gt;Alistair3149</name></author>
	</entry>
</feed>