Нет описания правки |
Нет описания правки |
||
| Строка 1: | Строка 1: | ||
return function() return ' | return { test = function() | ||
local ok, result = pcall(function() | |||
return tostring(type(mw.http)) | |||
end) | |||
if ok then return tostring(result) else return 'ERR: ' .. tostring(result) end | |||
end, } | |||
Версия от 12:32, 22 июня 2026
Для документации этого модуля может быть создана страница Модуль:TableOfChemicals/doc
return { test = function()
local ok, result = pcall(function()
return tostring(type(mw.http))
end)
if ok then return tostring(result) else return 'ERR: ' .. tostring(result) end
end, }