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