Модуль:Bananas

Материал из Буквицы
Перейти к навигации Перейти к поиску

Для документации этого модуля может быть создана страница Модуль:Bananas/doc

-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}

function p.hello()
return tostring (os.time()),":",tostring (os.time({year=1900, month=12,})) -- return "Hello, world a!"
--return tostring (os.time()),":",tonumber(os.time())
end

return p