차이 선택: 비교하려는 판의 라디오 버튼을 선택한 다음 엔터나 아래의 버튼을 누르세요.
설명: (최신) = 최신 판과 비교, (이전) = 이전 판과 비교, 잔글= 사소한 편집

2023년 9월 17일 (일)

  • 최신이전 09:132023년 9월 17일 (일) 09:13HyunJongSu 토론 기여잔글 3,663 바이트 0 "모듈:Navbox with collapsible groups" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한))
  • 최신이전 09:132023년 9월 17일 (일) 09:13HyunJongSu 토론 기여 3,663 바이트 +3,663 새 문서: -- This module implements {{Navbox with collapsible groups}} local q = {} local Navbox = require('Module:Navbox') -- helper functions local function concatstrings(s) local r = table.concat(s, '') if r:match('^%s*$') then r = nil end return r end local function concatstyles(s) local r = table.concat(s, ';') while r:match(';%s*;') do r = mw.ustring.gsub(r, ';%s*;', ';') end if r:match('^%s*;%s*$') then r = nil end return r end function q._navbox(pargs) -- table for a...