Modul:Portal bar: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Tidak ada ringkasan suntingan
Taylor 49 (bicara | kontrib)
-require('Module:No globals')
 
(2 revisi perantara oleh satu pengguna lainnya tidak ditampilkan)
Baris 1:
-- This module implements {{portal bar}}.
 
require('Module:No globalsstrict')
 
local p = {}
Baris 28:
nav
:addClass( 'navbox' )
:css( 'padding', '0.4em 2em0em' )
end
Baris 42:
if (args.redlinks == 'yes') or (args.redlinks == 'y') or (args.redlinks == 'true') or (args.redlinks == 'include') then
-- if redlinks as been set to yes (or similar), add the cleanup category and then break the loop before the portal is removed from the list
nav:wikitext('[[CategoryKategori:PortalTemplat templatesportal withdengan redlinkedportal portalsberpranala merah]]')
break
end
Baris 53:
if not (portallen == #portals) then
if #portals == 0 then
return '[[CategoryKategori:PortalTemplat templatesportal withdengan allseluruh redlinkedportal portalsberpranala merah]]'
end
nav:wikitext('[[CategoryKategori:PortalTemplat templatesportal withdengan redlinkedseluruh portalsportal berpranala merah]]')
end