Модуль:Bananas: различия между версиями
Перейти к навигации
Перейти к поиску
Karaby (обсуждение | вклад) Нет описания правки |
Karaby (обсуждение | вклад) Нет описания правки |
||
| Строка 3: | Строка 3: | ||
function p.hello() | function p.hello() | ||
return tostring (os.date("%c",4294967295)),"@", | return | ||
tostring (os.date("%c",2147483647)),"@", | mw.language.new( 'ru' ):plural( 2, 'год', 'года', 'лет') | ||
tostring (os.date("%c",-2147483647)),"@", | |||
tostring (os.date("%c",2147483650)),"@", | --tostring (os.date("%c",4294967295)),"@", | ||
tostring (os.date("%c",-2147483650)),"@", | --tostring (os.date("%c",2147483647)),"@", | ||
--tostring (os.date("%c",-2147483647)),"@", | |||
--tostring (os.date("%c",2147483650)),"@", | |||
--tostring (os.date("%c",-2147483650)),"@", | |||
-- tostring (os.time()),":",tonumber (os.time({year=1911, day=11, month=11,})) -- return "Hello, world a!" | |||
--return tostring (os.time()),":",tonumber(os.time()) | --return tostring (os.time()),":",tonumber(os.time()) | ||
end | end | ||
return p | return p | ||
Версия от 10:39, 18 марта 2015
Для документации этого модуля может быть создана страница Модуль:Bananas/doc
-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}
function p.hello()
return
mw.language.new( 'ru' ):plural( 2, 'год', 'года', 'лет')
--tostring (os.date("%c",4294967295)),"@",
--tostring (os.date("%c",2147483647)),"@",
--tostring (os.date("%c",-2147483647)),"@",
--tostring (os.date("%c",2147483650)),"@",
--tostring (os.date("%c",-2147483650)),"@",
-- tostring (os.time()),":",tonumber (os.time({year=1911, day=11, month=11,})) -- return "Hello, world a!"
--return tostring (os.time()),":",tonumber(os.time())
end
return p