Для документации этого модуля может быть создана страница Модуль:Test/doc
local p = {} function p.test(frame) local output = "" if mw.ext.iCCupDB then output = "Расширение iCCupDB доступно." else output = "Расширение iCCupDB не найдено." end return output end return p