모듈:Unsigned: 편집 역사

둘러보기로 이동 검색으로 이동

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

2023년 7월 12일 (수)

  • 최신이전 22:542023년 7월 12일 (수) 22:54Okera 토론 기여 2,585 바이트 +2,585 새 문서: local p = {} local function endswith(String, End) return End == '' or string.sub(String,-string.len(End)) == End end local function trim(s) return s:gsub("^%s+", ""):gsub("%s+$", ""):gsub("\226\128\142", "") end local function addKstToStringIfItDoesNotEndWithKst(s) if s == "" or endswith(s, "~~~~") then return s end if not endswith(s, "(KST)") then return s .. " (KST)" end return s end local function getDay(s) return s:gsub("Mon", "월"):gsub("Tue", "화"):gsub("Wed...