Module:Ismael

From The Inquisition Legacy
Revision as of 15:58, 12 September 2016 by Ismael (talk | contribs) (Created page with "local p = {} function p.hello(frame) return 'Hello' end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

   return 'Hello'

end return p