Module:Test: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
No edit summary
(Undo revision 6855 by Ryciera (talk))
Line 1: Line 1:
function list()
local p = {}
print("Hello world")
 
function p.list()
name = ""
age = 0
gender = ""
end
end
return p

Revision as of 06:50, 25 August 2015

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

local p = {}

function p.list()
	name = ""
	age = 0
	gender = ""
end



return p