Module:Infobox: Difference between revisions
Add a __dump param for debugging
m (Typo) |
(Add a __dump param for debugging) |
||
Line 48:
obj:store_smw()
obj:parse_categories()
if args_raw.__dump then
obj:dump()
end
return obj
end
|