Content deleted Content added
tstyles |
make this the ul directly |
||
Line 45:
if #portals < 1 then return '' end
local nav = mw.html.create( '
:addClass( 'portal-bar noprint metadata' )
:attr( 'role', 'navigation' )
Line 126:
end
for _, portal in ipairs( portals ) do
:tag( 'li' )
:tag( 'span' )
Line 139 ⟶ 138:
) )
end
return mw.getCurrentFrame():extensionTag{
|