Մոդուլ:Ստորոգութիւնները միայն հոդվածում

local p = {}

function p.main( frame ) local s = "" local title = mw.title.getCurrentTitle() local pargs = frame:getParent().args if title and title.namespace == 0 and not pargs["nocat"] then for i,v in ipairs(pargs) do s = s .. "" end end return s end

return p