Content deleted Content added
remove moz and webkit as standard now well supported |
don't call the module if no parameters are presented Tag: Reverted |
||
Line 4:
local p = {}
local getArgs -- lazily initialized
Line 82 ⟶ 80:
if args.navbar ~= 'off' and args.navbar ~= 'plain' and not (not args.name and mw.getCurrentFrame():getParent():getTitle():gsub('/sandbox$', '') == 'Template:Navbox') then
titleCell:wikitext(
args.name,
mini = 1,
|