Module:Portal bar/sandbox: Difference between revisions

Content deleted Content added
set min/max portals to (0, infinite)
rename
Line 5:
local portalModule = require('Module:Portal/sandbox')
local getImageName = portalModule.image
local checkExistscheckPortals = portalModule._checkExists_checkPortals
local processPortalArgs = portalModule._processPortalArgs
local yesno = require( 'Module:Yesno' )
Line 39:
args.maxPortals = -1
-- Check to see whether there are redlinks, filter out unless args.redlink is true
portals, trackingCat = checkExistscheckPortals(portals, args)
nav:wikitext(trackingCat)
if #portals == 0 then