<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://secrets.warcraftwatch.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AAPI_info%2Fsandbox</id>
	<title>Module:API info/sandbox - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://secrets.warcraftwatch.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AAPI_info%2Fsandbox"/>
	<link rel="alternate" type="text/html" href="https://secrets.warcraftwatch.com/w/index.php?title=Module:API_info/sandbox&amp;action=history"/>
	<updated>2026-05-06T21:45:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://secrets.warcraftwatch.com/w/index.php?title=Module:API_info/sandbox&amp;diff=7142&amp;oldid=prev</id>
		<title>imported&gt;Ketho at 05:18, 21 July 2025</title>
		<link rel="alternate" type="text/html" href="https://secrets.warcraftwatch.com/w/index.php?title=Module:API_info/sandbox&amp;diff=7142&amp;oldid=prev"/>
		<updated>2025-07-21T05:18:57Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local infobox_module = require(&amp;quot;Module:API_info/util/infobox&amp;quot;)&lt;br /&gt;
-- local properties_module = require(&amp;quot;Module:API_info/properties&amp;quot;)&lt;br /&gt;
local m = {}&lt;br /&gt;
&lt;br /&gt;
function m.main(f)&lt;br /&gt;
	local pageName = f.args[1]&lt;br /&gt;
	return pageName&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function m.infobox()&lt;br /&gt;
	local example = {&lt;br /&gt;
		&amp;quot;|+ title text&amp;quot;,&lt;br /&gt;
		&amp;quot;! header 1&amp;quot;,&lt;br /&gt;
		&amp;quot;| banana&amp;quot;,&lt;br /&gt;
		&amp;quot;! header 2&amp;quot;,&lt;br /&gt;
		{ -- html list&lt;br /&gt;
			{icon = &amp;quot;Inv_gizmo_01.png&amp;quot;, url = &amp;quot;https://wowprogramming.com&amp;quot;, text = &amp;quot;hello&amp;quot;},&lt;br /&gt;
			{icon = &amp;quot;Inv_gizmo_02.png&amp;quot;, url = &amp;quot;https://www.google.com&amp;quot;, iconsize = 24, text = &amp;quot;world&amp;quot;},&lt;br /&gt;
			{icon = &amp;quot;Inv_gizmo_03.png&amp;quot;, url = &amp;quot;https://github.com&amp;quot;, text = &amp;quot;apple&amp;quot;},&lt;br /&gt;
		},&lt;br /&gt;
	}&lt;br /&gt;
	local box = infobox_module:main(example)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return m&lt;/div&gt;</summary>
		<author><name>imported&gt;Ketho</name></author>
	</entry>
</feed>