Module:GGST/PatchHistory: Difference between revisions

From Dustloop Wiki
No edit summary
No edit summary
 
Line 3: Line 3:


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



Latest revision as of 21:15, 12 April 2024

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