<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://heroes.thelazy.net//index.php?action=history&amp;feed=atom&amp;title=Module%3ACreatures%2Fdoc</id>
	<title>Module:Creatures/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://heroes.thelazy.net//index.php?action=history&amp;feed=atom&amp;title=Module%3ACreatures%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://heroes.thelazy.net//index.php?title=Module:Creatures/doc&amp;action=history"/>
	<updated>2026-06-02T16:32:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://heroes.thelazy.net//index.php?title=Module:Creatures/doc&amp;diff=171124&amp;oldid=prev</id>
		<title>Imahero: Created page with &quot;This module is meant to be loaded by other modules. For example: &lt;syntaxhighlight lang=lua&gt; local p = {}  function p.test(frame) 	return creatureTest() end  function creatureTest(items) 	local items = loadData(&quot;Creatures&quot;) 	local result = &quot;&quot; 	for k, v in pairs(items) do 		result = result .. k .. &quot;&#039;s attack is &quot; .. v[&quot;attack&quot;] .. &quot;, &quot; 	end 	result = result:sub(1, -3) 	return result end  function loadData(name) 	if mw.title.new(name, 828).exists then 		return mw.loadData(&quot;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://heroes.thelazy.net//index.php?title=Module:Creatures/doc&amp;diff=171124&amp;oldid=prev"/>
		<updated>2025-08-29T00:53:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This module is meant to be loaded by other modules. For example: &amp;lt;syntaxhighlight lang=lua&amp;gt; local p = {}  function p.test(frame) 	return creatureTest() end  function creatureTest(items) 	local items = loadData(&amp;quot;Creatures&amp;quot;) 	local result = &amp;quot;&amp;quot; 	for k, v in pairs(items) do 		result = result .. k .. &amp;quot;&amp;#039;s attack is &amp;quot; .. v[&amp;quot;attack&amp;quot;] .. &amp;quot;, &amp;quot; 	end 	result = result:sub(1, -3) 	return result end  function loadData(name) 	if mw.title.new(name, 828).exists then 		return mw.loadData(&amp;quot;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This module is meant to be loaded by other modules. For example:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=lua&amp;gt;&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.test(frame)&lt;br /&gt;
	return creatureTest()&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function creatureTest(items)&lt;br /&gt;
	local items = loadData(&amp;quot;Creatures&amp;quot;)&lt;br /&gt;
	local result = &amp;quot;&amp;quot;&lt;br /&gt;
	for k, v in pairs(items) do&lt;br /&gt;
		result = result .. k .. &amp;quot;&amp;#039;s attack is &amp;quot; .. v[&amp;quot;attack&amp;quot;] .. &amp;quot;, &amp;quot;&lt;br /&gt;
	end&lt;br /&gt;
	result = result:sub(1, -3)&lt;br /&gt;
	return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function loadData(name)&lt;br /&gt;
	if mw.title.new(name, 828).exists then&lt;br /&gt;
		return mw.loadData(&amp;quot;Module:&amp;quot; .. name)&lt;br /&gt;
	end&lt;br /&gt;
	return nil&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Imahero</name></author>
	</entry>
</feed>