Module:Portal bar/sandbox: Difference between revisions

Content deleted Content added
use sandbox style
use correct plurals
Line 127:
end
local li = nav:tag('li')
li:wikitext('[[Wikipedia:Contents/Portals|PortalsPortal]]:')
if #portals > 1 then
li:wikitext('s')
end
li:wikitext(':')
for _, portal in ipairs( portals ) do
nav