Module:Soreness

From Growtopia
Revision as of 11:39, 20 November 2024 by >Sorenesss
Jump to navigationJump to search

Documentation for this module may be created at Module:Soreness/doc

local p = {}
 
function p.test(frame)
	local class = {}
	table.insert(class,"growsprite")
    return "<span class='"..table.concat(class," ").."'>"..frame.args[1].."</span>[".."[Category:AutoPurge]]"
end
 
return p