"ମଡ୍ୟୁଲ:Infobox" ପୃଷ୍ଠାର ସଂସ୍କରଣ‌ଗୁଡ଼ିକ ମଧ୍ୟରେ ତଫାତ

Content deleted Content added
fix Attempt to index upvalue 'origArgs' error
Fix "attempt to index upvalue 'origArgs' (a nil value)"
୩୯୯ କ ଧାଡ଼ି:
end
 
local function p.parseDataParameters()
-- Parse the data parameters in the same order that the old {{infobox}} did, so that
-- references etc. will display in the expected places. Parameters that depend on
୪୫୬ କ ଧାଡ଼ି:
origArgs = frame:getParent().args
else
origArgs = frame.args
end
p.parseDataParameters()
return _infobox()
୪୬୯ କ ଧାଡ଼ି:
for k,v in pairs(frame.args) do origArgs[k] = mw.text.trim(v) end
p.parseDataParameters()
return _infobox()