<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://linguifex.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3Amessage_box</id>
	<title>Module:message box - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://linguifex.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3Amessage_box"/>
	<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Module:message_box&amp;action=history"/>
	<updated>2026-04-22T05:48:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://linguifex.com/w/index.php?title=Module:message_box&amp;diff=495520&amp;oldid=prev</id>
		<title>Sware: Created page with &quot;local html_create = mw.html.create local tostring = tostring  local export = {}  local function make_box(tag, rows, image, header, text) 	tag = tag:addClass(&quot;noprint&quot;) 		:tag(&quot;table&quot;) 			:tag(&quot;tr&quot;) 				:tag(&quot;td&quot;) 	if rows &gt; 1 then 		tag:attr(&quot;rowspan&quot;, rows) 	end 	tag = tag:wikitext(image) 		:done() 	if header then 		tag = tag:node(header) 			:done() 			:tag(&quot;tr&quot;) 	end 	return tostring(tag:tag(&quot;td&quot;) 		:wikitext(text) 		:allDone()) .. 		require(&quot;Module:TemplateStyles&quot;)(&quot;M...&quot;</title>
		<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Module:message_box&amp;diff=495520&amp;oldid=prev"/>
		<updated>2026-04-21T12:40:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local html_create = mw.html.create local tostring = tostring  local export = {}  local function make_box(tag, rows, image, header, text) 	tag = tag:addClass(&amp;quot;noprint&amp;quot;) 		:tag(&amp;quot;table&amp;quot;) 			:tag(&amp;quot;tr&amp;quot;) 				:tag(&amp;quot;td&amp;quot;) 	if rows &amp;gt; 1 then 		tag:attr(&amp;quot;rowspan&amp;quot;, rows) 	end 	tag = tag:wikitext(image) 		:done() 	if header then 		tag = tag:node(header) 			:done() 			:tag(&amp;quot;tr&amp;quot;) 	end 	return tostring(tag:tag(&amp;quot;td&amp;quot;) 		:wikitext(text) 		:allDone()) .. 		require(&amp;quot;Module:TemplateStyles&amp;quot;)(&amp;quot;M...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local html_create = mw.html.create&lt;br /&gt;
local tostring = tostring&lt;br /&gt;
&lt;br /&gt;
local export = {}&lt;br /&gt;
&lt;br /&gt;
local function make_box(tag, rows, image, header, text)&lt;br /&gt;
	tag = tag:addClass(&amp;quot;noprint&amp;quot;)&lt;br /&gt;
		:tag(&amp;quot;table&amp;quot;)&lt;br /&gt;
			:tag(&amp;quot;tr&amp;quot;)&lt;br /&gt;
				:tag(&amp;quot;td&amp;quot;)&lt;br /&gt;
	if rows &amp;gt; 1 then&lt;br /&gt;
		tag:attr(&amp;quot;rowspan&amp;quot;, rows)&lt;br /&gt;
	end&lt;br /&gt;
	tag = tag:wikitext(image)&lt;br /&gt;
		:done()&lt;br /&gt;
	if header then&lt;br /&gt;
		tag = tag:node(header)&lt;br /&gt;
			:done()&lt;br /&gt;
			:tag(&amp;quot;tr&amp;quot;)&lt;br /&gt;
	end&lt;br /&gt;
	return tostring(tag:tag(&amp;quot;td&amp;quot;)&lt;br /&gt;
		:wikitext(text)&lt;br /&gt;
		:allDone()) ..&lt;br /&gt;
		require(&amp;quot;Module:TemplateStyles&amp;quot;)(&amp;quot;Module:message box/styles.css&amp;quot;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function export.maintenance(color, image, title, text)&lt;br /&gt;
	local div = html_create(&amp;quot;div&amp;quot;)&lt;br /&gt;
		:addClass(&amp;quot;maintenance-box&amp;quot;)&lt;br /&gt;
		:addClass(&amp;quot;maintenance-box-&amp;quot; .. color)&lt;br /&gt;
	local header = html_create(&amp;quot;th&amp;quot;)&lt;br /&gt;
		:css(&amp;quot;text-align&amp;quot;, &amp;quot;left&amp;quot;)&lt;br /&gt;
		:wikitext(title)&lt;br /&gt;
	return make_box(div, 2, image, header, text)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function export.request(image, text)&lt;br /&gt;
	local div = html_create(&amp;quot;div&amp;quot;)&lt;br /&gt;
		:addClass(&amp;quot;request-box&amp;quot;)&lt;br /&gt;
	return make_box(div, 1, image, nil, text)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return export&lt;/div&gt;</summary>
		<author><name>Sware</name></author>
	</entry>
</feed>