Module:Listbox

From Zelda Dungeon Wiki
Revision as of 23:19, June 29, 2014 by Locke (talk | contribs) (trying out this lua stuff)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.

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

local p = {}
function p.hello(frame)
    return 'Hello'
end
return p