Content deleted Content added
try navbox instead of nomobile |
make bordered portal bar a navbox |
||
Line 46:
local nav = mw.html.create( 'ul' )
:addClass( 'portal-bar noprint metadata
:attr( 'role', 'navigation' )
:attr( 'aria-label' , 'Portals' )
Line 54:
else
nav
:addClass( 'portal-bar-bordered navbox' )
end
|