<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki3d.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AWarning</id>
	<title>Module:Warning - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki3d.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AWarning"/>
	<link rel="alternate" type="text/html" href="https://mediawiki3d.org/index.php?title=Module:Warning&amp;action=history"/>
	<updated>2026-04-26T21:15:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://mediawiki3d.org/index.php?title=Module:Warning&amp;diff=2746&amp;oldid=prev</id>
		<title>OpenDEM 1: 1 revision imported from :wikipedia:en:Module:Warning</title>
		<link rel="alternate" type="text/html" href="https://mediawiki3d.org/index.php?title=Module:Warning&amp;diff=2746&amp;oldid=prev"/>
		<updated>2025-08-16T17:02:40Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported from &lt;a href=&quot;https://en.wikipedia.org/wiki/en:Module:Warning&quot; class=&quot;extiw&quot; title=&quot;wikipedia:en:Module:Warning&quot;&gt;wikipedia:en:Module:Warning&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 17:02, 16 August 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&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;/table&gt;</summary>
		<author><name>OpenDEM 1</name></author>
	</entry>
	<entry>
		<id>https://mediawiki3d.org/index.php?title=Module:Warning&amp;diff=2745&amp;oldid=prev</id>
		<title>wikipedia:en&gt;Pppery: Changed protection settings for &quot;Module:Warning&quot;: High-risk template or module ([Edit=Require template editor access] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://mediawiki3d.org/index.php?title=Module:Warning&amp;diff=2745&amp;oldid=prev"/>
		<updated>2025-08-11T16:03:58Z</updated>

		<summary type="html">&lt;p&gt;Changed protection settings for &amp;quot;&lt;a href=&quot;/index.php/Module:Warning&quot; title=&quot;Module:Warning&quot;&gt;Module:Warning&lt;/a&gt;&amp;quot;: &lt;a href=&quot;/index.php?title=WP:High-risk_templates&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:High-risk templates (page does not exist)&quot;&gt;High-risk template or module&lt;/a&gt; ([Edit=Require template editor access] (indefinite))&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local libraryUtil = require(&amp;#039;libraryUtil&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
local wrapper = &amp;quot;%s&amp;quot; -- wikitext formatting&lt;br /&gt;
local msg_loc = &amp;quot;Lua warning in %s at line %d: %s.&amp;quot;&lt;br /&gt;
local msg = &amp;quot;Lua warning: %s.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
return function (message, level)&lt;br /&gt;
	libraryUtil.checkType(&amp;#039;warn&amp;#039;, 2, level, &amp;#039;number&amp;#039;, true)&lt;br /&gt;
	level = level or 1&lt;br /&gt;
	if level &amp;gt; 0 then&lt;br /&gt;
		local _, location = pcall(error, &amp;#039;&amp;#039;, level+2)&lt;br /&gt;
		if location ~= &amp;#039;&amp;#039; then&lt;br /&gt;
			location = mw.text.split(location:sub(1,-3), &amp;#039;:%f[%d]&amp;#039;)&lt;br /&gt;
			message = msg_loc:format(location[1], location[2], message)&lt;br /&gt;
		else&lt;br /&gt;
			message = msg:format(message)&lt;br /&gt;
		end&lt;br /&gt;
	else&lt;br /&gt;
		message = msg:format(message)&lt;br /&gt;
	end&lt;br /&gt;
	mw.addWarning(wrapper:format(message))&lt;br /&gt;
end&lt;/div&gt;</summary>
		<author><name>wikipedia:en&gt;Pppery</name></author>
	</entry>
</feed>