Module:Navbox: Difference between revisions

ArrowHead294 (talk | contribs)
m «height» and «width» attributes are deprecated as part of elements; put them into CSS instead
ArrowHead294 (talk | contribs)
mNo edit summary
Line 215: Line 215:
args["Is Data Navbox"] = is_data_navbox
args["Is Data Navbox"] = is_data_navbox
return p._navbox(args)
local debugg = args["debug"]
local result = p._navbox(args)
return (debugg == "true" and "<pre>" .. result .. "</pre>" or result)
end
end


return p
return p