특정판 필터링펼치기접기 끝 날짜:태그 필터:wikieditor (숨긴 태그)넘겨주기 대상 변경넘겨주기 제거대체됨되돌려진 기여비우기새 넘겨주기수동 되돌리기시각 편집시각 편집: 전환됨일괄 되돌리기편집 취소 판 보이기 차이 선택: 비교하려는 판의 라디오 버튼을 선택한 다음 엔터나 아래의 버튼을 누르세요. 설명: (최신) = 최신 판과 비교, (이전) = 이전 판과 비교, 잔글= 사소한 편집 2023년 11월 19일 (일) 최신이전 07:102023년 11월 19일 (일) 07:10 HyunJongSu 토론 기여 잔글 5,175 바이트 0 "모듈:Time ago" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신이전 07:102023년 11월 19일 (일) 07:10 HyunJongSu 토론 기여 5,175 바이트 +5,175 새 문서: -- Implement Template:Time ago local numberSpell, yesno -- lazy load function numberSpell(arg) numberSpell = require('Module:NumberSpell')._main return numberSpell(arg) end function yesno(arg) yesno = require('Module:Yesno') return yesno(arg) end local p = {} -- Table to convert entered text values to numeric values. local timeText = { ['seconds'] = 1, ['초'] = 1, ['minutes'] = 60, ['분'] = 60, ['hours'] = 3600, ['시간'] = 3600, ['days'] = 86400, ['일'...