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

Content deleted Content added
Նոր էջ «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 pa...»:
(Տարբերութիւն չկայ)

10:41, 17 Յուլիս 2020-ի տարբերակ

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