Difference between revisions of "Module:Ismael"

From The Inquisition Legacy
Jump to: navigation, search
(Created page with "local p = {} function p.hello(frame) return 'Hello' end return p")
 
(No difference)

Latest revision as of 15:58, 12 September 2016

local p = {} function p.hello(frame)

   return 'Hello'

end return p