<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ASandbox%2FLibrarian_lena</id>
	<title>Module:Sandbox/Librarian lena - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ASandbox%2FLibrarian_lena"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/Librarian_lena&amp;action=history"/>
	<updated>2026-05-27T16:28:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Sandbox/Librarian_lena&amp;diff=145735&amp;oldid=prev</id>
		<title>imported&gt;Librarian lena at 20:57, 22 May 2020</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/Librarian_lena&amp;diff=145735&amp;oldid=prev"/>
		<updated>2020-05-22T20:57:20Z</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;--this is how you comment&lt;br /&gt;
--Lua cares about case but not whitespace&lt;br /&gt;
--function starts an action, p ends it&lt;br /&gt;
--functions can be local or global (in front of p={}), and if you don&amp;#039;t write either, defaults to global&lt;br /&gt;
--task 2: name=}} isn&amp;#039;t an empty string! lua only recognizes a completely missing parameter as an empty string&lt;br /&gt;
&lt;br /&gt;
p={}&lt;br /&gt;
&lt;br /&gt;
function p.Learning(frame)&lt;br /&gt;
	return &amp;quot;Hello World.&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
p.Hi = function(frame)&lt;br /&gt;
	whatevsName = frame.args.name or &amp;quot;Bubba&amp;quot;&lt;br /&gt;
	return &amp;quot;Hello from Lua to my friend &amp;quot; .. whatevsName .. &amp;quot;.&amp;lt;br&amp;gt;&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.temperature(frame)&lt;br /&gt;
	cel=frame.args.celsius cel=tonumber(13)&lt;br /&gt;
	fahr=cel*9/5+32&lt;br /&gt;
	&lt;br /&gt;
	if cel &amp;gt; 12 then&lt;br /&gt;
		msg = &amp;quot; it is warm.&amp;quot;&lt;br /&gt;
	else&lt;br /&gt;
		msg = &amp;quot; it is not that warm.&amp;quot;&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return &amp;quot;The temperature is &amp;quot; .. fahr .. &amp;quot; degrees Fahrenheit and &amp;quot; .. msg ..&amp;quot;.&amp;lt;br&amp;gt;&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Librarian lena</name></author>
	</entry>
</feed>