<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ATRLTaskRow</id>
	<title>Module:TRLTaskRow - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ATRLTaskRow"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:TRLTaskRow&amp;action=history"/>
	<updated>2026-05-05T16:26:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=Module:TRLTaskRow&amp;diff=35208&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;local p = {}  function p.main(frame) 	local args = frame:getParent().args 	local id = args.id 	return p._main(id) end  function p._main(id) 	local completion_percent = mw.loadJsonData(&quot;Module:Trailblazer_Reloaded_League/Tasks/completion.json&quot;)[tonumber(id)] 	if (completion_percent ~= nil) then 		local color = &quot;&quot; 		if (completion_percent &lt; 0.1) then 			completion_percent = &quot;&lt;0.1&quot; 			color = &quot;red&quot; 		elseif (completion_percent &lt; 1) then 			color = &quot;orange&quot; 		elseif (complet...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:TRLTaskRow&amp;diff=35208&amp;oldid=prev"/>
		<updated>2024-10-16T23:13:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p.main(frame) 	local args = frame:getParent().args 	local id = args.id 	return p._main(id) end  function p._main(id) 	local completion_percent = mw.loadJsonData(&amp;quot;Module:Trailblazer_Reloaded_League/Tasks/completion.json&amp;quot;)[tonumber(id)] 	if (completion_percent ~= nil) then 		local color = &amp;quot;&amp;quot; 		if (completion_percent &amp;lt; 0.1) then 			completion_percent = &amp;quot;&amp;lt;0.1&amp;quot; 			color = &amp;quot;red&amp;quot; 		elseif (completion_percent &amp;lt; 1) then 			color = &amp;quot;orange&amp;quot; 		elseif (complet...&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;
function p.main(frame)&lt;br /&gt;
	local args = frame:getParent().args&lt;br /&gt;
	local id = args.id&lt;br /&gt;
	return p._main(id)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._main(id)&lt;br /&gt;
	local completion_percent = mw.loadJsonData(&amp;quot;Module:Trailblazer_Reloaded_League/Tasks/completion.json&amp;quot;)[tonumber(id)]&lt;br /&gt;
	if (completion_percent ~= nil) then&lt;br /&gt;
		local color = &amp;quot;&amp;quot;&lt;br /&gt;
		if (completion_percent &amp;lt; 0.1) then&lt;br /&gt;
			completion_percent = &amp;quot;&amp;lt;0.1&amp;quot;&lt;br /&gt;
			color = &amp;quot;red&amp;quot;&lt;br /&gt;
		elseif (completion_percent &amp;lt; 1) then&lt;br /&gt;
			color = &amp;quot;orange&amp;quot;&lt;br /&gt;
		elseif (completion_percent &amp;lt; 10) then&lt;br /&gt;
			color = &amp;quot;yellow&amp;quot;&lt;br /&gt;
		elseif (completion_percent &amp;lt; 50) then&lt;br /&gt;
			color = &amp;quot;green&amp;quot;&lt;br /&gt;
		elseif (completion_percent &amp;lt;= 100) then&lt;br /&gt;
			color = &amp;quot;blue&amp;quot;&lt;br /&gt;
		end&lt;br /&gt;
		return string.format(&amp;quot;class=&amp;#039;table-bg-%s | %s%%&amp;quot;, color, completion_percent)&lt;br /&gt;
	else&lt;br /&gt;
		return &amp;quot;class=&amp;#039;table-na nohighlight&amp;#039; style=&amp;#039;text-align: center;&amp;#039; | &amp;lt;small&amp;gt;N/A&amp;lt;/small&amp;gt;&amp;quot;&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>