Modul:Portal bar: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Perbarui sintaks LUA per versi terbaru dari modul yang bersangkutan.
k Cleanup
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('[[Kategori:Templat portal dengan portal berpranala merah redlinked portals]]')
break
end
Baris 69:
:tag( 'span' )
:css( 'margin', '0 0.5em' )
:wikitext( string.format( getImageName{ portal }, '[[File:%s|24x21px]]', getImageName{ portal } ) )
:done()
:wikitext( string.format( '[[Portal:%s|%s portal]]', portal, portal ) )