Modul:Navbox: Perbedaan revisi

Loncat ke navigasi Loncat ke pencarian
5 bita ditambahkan ,  29 Juli 2021 22.01
k
1 revisi diimpor
Mediawiki>Hidayatsrf
(terjemahkan kategori pelacak)
k (1 revisi diimpor)
Baris 20: Baris 20:
-- by parent navboxes. The result is that the category shows all pages
-- by parent navboxes. The result is that the category shows all pages
-- where a child navbox is not contained in a parent navbox.
-- where a child navbox is not contained in a parent navbox.
local orphanCat = '[[Kategori:Navbox yatim]]'
local orphanCat = '[[Category:Navbox orphans]]'
if border == 'subgroup' and args.orphan ~= 'yes' then
if border == 'subgroup' and args.orphan ~= 'yes' then
-- No change; striping occurs in outermost navbox.
-- No change; striping occurs in outermost navbox.
Baris 329: Baris 329:
local function getTrackingCategories()
local function getTrackingCategories()
local cats = {}
local cats = {}
if needsHorizontalLists() then table.insert(cats, 'Navbox tanpa daftar horizontal') end
if needsHorizontalLists() then table.insert(cats, 'Navigational boxes without horizontal lists') end
if hasBackgroundColors() then table.insert(cats, 'Navbox menggunakan warna latar belakang') end
if hasBackgroundColors() then table.insert(cats, 'Navboxes using background colours') end
if isIllegible() then table.insert(cats, 'Navbox berpotensi tidak terbaca') end
if isIllegible() then table.insert(cats, 'Potentially illegible navboxes') end
if hasBorders() then table.insert(cats, 'Navbox menggunakan border') end
if hasBorders() then table.insert(cats, 'Navboxes using borders') end
return cats
return cats
end
end

Menu navigasi