Content deleted Content added
Jackmcbarn (talk | contribs) sync |
Jackmcbarn (talk | contribs) use mw.html |
||
Line 3:
local p = {}
local buildNavbox = require( 'Module:Navbox' )._navbox
local getImageName = require( 'Module:Portal' ).image
Line 11 ⟶ 10:
function p._main( portals, args )
if #portals < 1 then return '' end -- Don't display a blank navbox if no portals were specified.
local list =
for i, portal in ipairs( portals ) do
list
end
if yesno( args.border ) == false then -- Don't display a border if args.border is "no", "n", "false", 0 or false.
local root =
root
return tostring( root )
else
|