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

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


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