<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kingwarzcharts.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ASongCategories</id>
	<title>Module:SongCategories - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kingwarzcharts.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ASongCategories"/>
	<link rel="alternate" type="text/html" href="https://kingwarzcharts.com/index.php?title=Module:SongCategories&amp;action=history"/>
	<updated>2026-07-21T16:59:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://kingwarzcharts.com/index.php?title=Module:SongCategories&amp;diff=3223&amp;oldid=prev</id>
		<title>Kingwarz at 23:57, 10 June 2025</title>
		<link rel="alternate" type="text/html" href="https://kingwarzcharts.com/index.php?title=Module:SongCategories&amp;diff=3223&amp;oldid=prev"/>
		<updated>2025-06-10T23:57:55Z</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;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.getCategories(frame)&lt;br /&gt;
    local songType = frame.args[&amp;#039;type&amp;#039;] or &amp;#039;&amp;#039;&lt;br /&gt;
    local categories = {}&lt;br /&gt;
&lt;br /&gt;
    if songType == &amp;#039;Top 10 Hit Song&amp;#039; then&lt;br /&gt;
        table.insert(categories, &amp;#039;[[Category:Top 10 Hit Songs]]&amp;#039;)&lt;br /&gt;
    elseif songType == &amp;#039;No.1 Hit Song&amp;#039; then&lt;br /&gt;
        table.insert(categories, &amp;#039;[[Category:Number One Songs]]&amp;#039;)&lt;br /&gt;
    elseif songType == &amp;#039;Major Hit Song&amp;#039; then&lt;br /&gt;
        table.insert(categories, &amp;#039;[[Category:Major hit songs]]&amp;#039;)&lt;br /&gt;
        table.insert(categories, &amp;#039;[[Category:Number One Songs]]&amp;#039;)&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    return table.concat(categories, &amp;#039;&amp;#039;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Kingwarz</name></author>
	</entry>
</feed>