편집 요약 없음
잔글 (Twotwo2019(토론)의 편집을 콩가루의 마지막 판으로 되돌림) |
편집 요약 없음 |
||
51번째 줄: | 51번째 줄: | ||
-- also no show/hide link, then we need a spacer on the right to achieve the left shift. | -- also no show/hide link, then we need a spacer on the right to achieve the left shift. | ||
if args.state == 'plain' then spacerSide = 'right' end | if args.state == 'plain' then spacerSide = 'right' end | ||
elseif args.navbar == 'plain' or (not args.name and mw.getCurrentFrame():getParent():getTitle() == ' | elseif args.navbar == 'plain' or (not args.name and mw.getCurrentFrame():getParent():getTitle() == '틀:둘러보기 상자' and (border == 'subgroup' or border == 'child' or border == 'none')) then | ||
-- No navbar. Need a spacer on the left to balance out the width of the show/hide link. | -- No navbar. Need a spacer on the left to balance out the width of the show/hide link. | ||
if args.state ~= 'plain' then spacerSide = 'left' end | if args.state ~= 'plain' then spacerSide = 'left' end |