모듈:Anchor: 편집 역사

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

2024년 5월 21일 (화)

  • 최신이전 13:102024년 5월 21일 (화) 13:10신사 토론 기여 638 바이트 −7,233 내용을 "-- {{anchor}}에 쓰이는 모듈입니다. local getArgs = require('모듈:Arguments').getArgs local tableTools = require('모듈:TableTools') local p = {} function p.main(frame) -- Get the positional arguments from #invoke, remove any nil values, -- and pass them to p._main. local args = getArgs(frame) local argArray = tableTools.compressSparseArray(args) return p._main(unpack(argArray)) end function p._main(...) -- Generate the list of anchors. local..."(으)로 바꿈 태그: 대체됨
  • 최신이전 13:102024년 5월 21일 (화) 13:10신사 토론 기여 7,871 바이트 +7,871 새 문서: -------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace aliases...