<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.xen.wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ATemplate_rating</id>
	<title>Module:Template rating - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.xen.wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ATemplate_rating"/>
	<link rel="alternate" type="text/html" href="https://en.xen.wiki/index.php?title=Module:Template_rating&amp;action=history"/>
	<updated>2026-06-16T07:29:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://en.xen.wiki/index.php?title=Module:Template_rating&amp;diff=213973&amp;oldid=prev</id>
		<title>Ganaram inukshuk: Created page with &quot;local getArgs = require(&quot;Module:Arguments&quot;).getArgs local ctg = require(&quot;Module:Category handler&quot;)._category_handler  local p = {}  function p._template_rating(args) 	local rating = args[&quot;rating&quot;] or draft					-- Rating of the template/module: draft, ready, broken, or deprecated 	local namespace = args[&quot;namespace&quot;] or &quot;template&quot;		-- Namespace: either module or template; default is template 	local name = args[&quot;name&quot;] or &quot;Some template&quot;			-- The name of the module/template...&quot;</title>
		<link rel="alternate" type="text/html" href="https://en.xen.wiki/index.php?title=Module:Template_rating&amp;diff=213973&amp;oldid=prev"/>
		<updated>2025-10-21T22:28:33Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local getArgs = require(&amp;quot;Module:Arguments&amp;quot;).getArgs local ctg = require(&amp;quot;Module:Category handler&amp;quot;)._category_handler  local p = {}  function p._template_rating(args) 	local rating = args[&amp;quot;rating&amp;quot;] or draft					-- Rating of the template/module: draft, ready, broken, or deprecated 	local namespace = args[&amp;quot;namespace&amp;quot;] or &amp;quot;template&amp;quot;		-- Namespace: either module or template; default is template 	local name = args[&amp;quot;name&amp;quot;] or &amp;quot;Some template&amp;quot;			-- The name of the module/template...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local getArgs = require(&amp;quot;Module:Arguments&amp;quot;).getArgs&lt;br /&gt;
local ctg = require(&amp;quot;Module:Category handler&amp;quot;)._category_handler&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p._template_rating(args)&lt;br /&gt;
	local rating = args[&amp;quot;rating&amp;quot;] or draft					-- Rating of the template/module: draft, ready, broken, or deprecated&lt;br /&gt;
	local namespace = args[&amp;quot;namespace&amp;quot;] or &amp;quot;template&amp;quot;		-- Namespace: either module or template; default is template&lt;br /&gt;
	local name = args[&amp;quot;name&amp;quot;] or &amp;quot;Some template&amp;quot;			-- The name of the module/template&lt;br /&gt;
	local details = args[&amp;quot;details&amp;quot;]							-- Extra details, if any&lt;br /&gt;
	local replacement = args[&amp;quot;replacement&amp;quot;]					-- If this is deprecated, is there a replacement?&lt;br /&gt;
	local is_archived = args[&amp;quot;archived&amp;quot;] or false			-- If this is deprecated, should the old one be preserved?&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.template_rating(frame)&lt;br /&gt;
	local args = getArgs(frame)&lt;br /&gt;
	&lt;br /&gt;
	return p._template_rating(args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Ganaram inukshuk</name></author>
	</entry>
</feed>