Module:GGST/PatchHistory

From Dustloop Wiki
Revision as of 21:15, 12 April 2024 by Emo Tarquin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {}
local html	

function draw()
  return [[Anji Mito = Test
  |-|
  Sol Badguy = Hello World]]
end

p.draw = draw

return p