Modul:Portal-inline: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
Hidayatsrf (bicara | kontrib) ←Membuat halaman berisi 'local getImageName = require( 'Module:Portal' ).image local p = {} local function checkPortalExists(portal) return not (mw.title.makeTitle(100, portal).id == 0) end local trackingEnabled = true -- Check whether to do tracking in this namespace -- Returns true unless the page is one of the banned namespaces local function checkTrackingNamespace() local thisPage = mw.title.getCurrentTitle() if (thisPage.namespace == 1) -- Talk or (thisPage.namespace == 2)...' |
tidak perlu kategori ini |
||
(2 revisi perantara oleh satu pengguna lainnya tidak ditampilkan) | |||
Baris 87:
if not ((args.redlinks == 'yes') or (args.redlinks == 'y') or (args.redlinks == 'true') or (args.redlinks == 'include')) then
-- just return if redlinks is not "yes" or similar
return tostring(root)
end
Baris 113 ⟶ 106:
displayName = portals[1]
else
displayName =
end
-- display portal-inline content
|