<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://archonodb.com/h/Module:InfoboxTools?feed=atom</id>
	<title>Module:InfoboxTools - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://archonodb.com/h/Module:InfoboxTools?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://archonodb.com/h/Module:InfoboxTools"/>
	<updated>2026-07-21T13:23:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://archonodb.com/index.php?title=Module:InfoboxTools&amp;diff=892&amp;oldid=prev</id>
		<title>NonaSoft: Created page with &quot;local p = {}  p.builder = function(frame) 	local data = frame.args[1] 	--[[ 	== EXAMPLE SYNTAX == 	name,image,heading[&quot;General Information&quot;],param[&quot;This&quot;, &quot;that&quot;] 	 	heavily tba 	]] 	local out = &quot;{{Infobox|&quot; 	local current = &quot;&quot; 	local i = 0 	while i &lt;= data.len() do 		i = i + 1 		if data[i] == &quot;,&quot;then 			-- SYNTAX RUN 			if current == &quot;name&quot; then 				out = out + &quot;{{InfoboxTitle|{{{name|}}}|{{{namecaption|}}}}}&quot; 			end 		else 			current = current + data[i] 		end 			 	end...&quot;</title>
		<link rel="alternate" type="text/html" href="https://archonodb.com/index.php?title=Module:InfoboxTools&amp;diff=892&amp;oldid=prev"/>
		<updated>2026-07-09T14:53:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  p.builder = function(frame) 	local data = frame.args[1] 	--[[ 	== EXAMPLE SYNTAX == 	name,image,heading[&amp;quot;General Information&amp;quot;],param[&amp;quot;This&amp;quot;, &amp;quot;that&amp;quot;] 	 	heavily tba 	]] 	local out = &amp;quot;{{Infobox|&amp;quot; 	local current = &amp;quot;&amp;quot; 	local i = 0 	while i &amp;lt;= data.len() do 		i = i + 1 		if data[i] == &amp;quot;,&amp;quot;then 			-- SYNTAX RUN 			if current == &amp;quot;name&amp;quot; then 				out = out + &amp;quot;{{InfoboxTitle|{{{name|}}}|{{{namecaption|}}}}}&amp;quot; 			end 		else 			current = current + data[i] 		end 			 	end...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
p.builder = function(frame)&lt;br /&gt;
	local data = frame.args[1]&lt;br /&gt;
	--[[&lt;br /&gt;
	== EXAMPLE SYNTAX ==&lt;br /&gt;
	name,image,heading[&amp;quot;General Information&amp;quot;],param[&amp;quot;This&amp;quot;, &amp;quot;that&amp;quot;]&lt;br /&gt;
	&lt;br /&gt;
	heavily tba&lt;br /&gt;
	]]&lt;br /&gt;
	local out = &amp;quot;{{Infobox|&amp;quot;&lt;br /&gt;
	local current = &amp;quot;&amp;quot;&lt;br /&gt;
	local i = 0&lt;br /&gt;
	while i &amp;lt;= data.len() do&lt;br /&gt;
		i = i + 1&lt;br /&gt;
		if data[i] == &amp;quot;,&amp;quot;then&lt;br /&gt;
			-- SYNTAX RUN&lt;br /&gt;
			if current == &amp;quot;name&amp;quot; then&lt;br /&gt;
				out = out + &amp;quot;{{InfoboxTitle|{{{name|}}}|{{{namecaption|}}}}}&amp;quot;&lt;br /&gt;
			end&lt;br /&gt;
		else&lt;br /&gt;
			current = current + data[i]&lt;br /&gt;
		end&lt;br /&gt;
			&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return &amp;quot;TBA&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>NonaSoft</name></author>
	</entry>
</feed>