Module:Crafting: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 20: Line 20:
end
end


return Grid(args, 1, 1)
return Grid(args, 1, 1, args.Large)
end
function p.BigCell( f )
local args = f.args
if #args == 0 then
args = f:getParent().args
end
 
return Grid(args, 1, 1, true)
end
end


Bureaucrats, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, translator, Widget editors
154

edits