<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://ttl.tek.sdu.dk/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3APlayground</id>
	<title>Module:Playground - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://ttl.tek.sdu.dk/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3APlayground"/>
	<link rel="alternate" type="text/html" href="http://ttl.tek.sdu.dk/wiki/index.php?title=Module:Playground&amp;action=history"/>
	<updated>2026-05-06T02:19:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://ttl.tek.sdu.dk/wiki/index.php?title=Module:Playground&amp;diff=660&amp;oldid=prev</id>
		<title>Andb: Created page with &quot;local p = {}  local function toCelsius(f)     return (f - 32) * 5 / 9 end  local function toFahrenheit(c)     return c * 9 / 5 + 32 end  function p.functions()     local tempe...&quot;</title>
		<link rel="alternate" type="text/html" href="http://ttl.tek.sdu.dk/wiki/index.php?title=Module:Playground&amp;diff=660&amp;oldid=prev"/>
		<updated>2020-03-06T10:54:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  local function toCelsius(f)     return (f - 32) * 5 / 9 end  local function toFahrenheit(c)     return c * 9 / 5 + 32 end  function p.functions()     local tempe...&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;
local function toCelsius(f)&lt;br /&gt;
    return (f - 32) * 5 / 9&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local function toFahrenheit(c)&lt;br /&gt;
    return c * 9 / 5 + 32&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.functions()&lt;br /&gt;
    local temperature&lt;br /&gt;
    local result&lt;br /&gt;
	&lt;br /&gt;
    result = &amp;#039;;Fahrenheit to Celsius\n&amp;#039;&lt;br /&gt;
    for temperature = 0, 100, 10 do&lt;br /&gt;
        result = result .. &amp;#039;:&amp;#039; .. temperature .. &amp;#039; °F is &amp;#039; .. string.format(&amp;#039;%.1f&amp;#039;, toCelsius(temperature)) .. &amp;#039; °C\n&amp;#039;&lt;br /&gt;
    end&lt;br /&gt;
 &lt;br /&gt;
    result = result .. &amp;#039;;Celsius to Fahrenheit\n&amp;#039;&lt;br /&gt;
    for temperature = 0, 100, 10 do&lt;br /&gt;
        result = result .. &amp;#039;:&amp;#039; .. temperature .. &amp;#039; °C is &amp;#039; .. string.format(&amp;#039;%.1f&amp;#039;, toFahrenheit(temperature)) .. &amp;#039; °F\n&amp;#039;&lt;br /&gt;
    end&lt;br /&gt;
    return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Andb</name></author>
		
	</entry>
</feed>