Для документации этого модуля может быть создана страница Модуль:Bananas/doc
-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}
function p.hello()
mw.log("1112222")
--return tonumber (os.time({year="1900", month="12", day="31", hour="0", min="0", sec="0"})) -- return "Hello, world a!"
return tonumber (os.time())
end
return p