모듈:Navbox: 두 판 사이의 차이

둘러보기로 이동 검색으로 이동
11 바이트 추가됨 ,  2018년 5월 8일 (화)
잔글
편집 요약 없음
잔글편집 요약 없음
잔글편집 요약 없음
21번째 줄: 21번째 줄:
-- 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 = '[[Category:Navbox orphans]]'
local orphanCat = '[[분류:외톨이 둘러보기 상자]]'
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.
332번째 줄: 332번째 줄:


for _, cat in ipairs(getTrackingCategories()) do
for _, cat in ipairs(getTrackingCategories()) do
builder:wikitext('[[Category:' .. cat .. ']]')
builder:wikitext('[[분류:' .. cat .. ']]')
end
end
end
end
익명 사용자

둘러보기 메뉴