יחידה:פרמטרים: הבדלים בין גרסאות בדף

אין תקציר עריכה
אין תקציר עריכה
שורה 88: שורה 88:
end
end


return {['main'] = foo}
function goo(frame)
local foor = foo(frame)
return frame:preprocess("<noinclude>a") .. foor .. frame:preprocess("b</noinclude><includeonly>c")
.. foor .. frame:preprocess("d</includeonly>")
end
 
return {['main'] = foo, ['test'] = goo}