Revision as of 13:29, 24 January 2021 by RogerDodger(talk | contribs)(Created page with "local p = {}; p.class = function(frame) local name = frame.args[1] return p._class(name) end p._class = function(name) return name:lower():gsub("%s+","-") end return p")