Content deleted Content added
check tracking no longer required |
set min/max portals to (0, infinite) |
||
Line 34:
:addClass(sandbox(args,args.border and 'portal-bar-bordered' or 'portal-bar-unbordered'))
local trackingCat = ''
-- Allow any number of portals
args.minPortals = 0
args.maxPortals = -1
-- Check to see whether there are redlinks, filter out unless args.redlink is true
portals, trackingCat = checkExists(portals, args)
nav:wikitext(trackingCat)
|