모듈:Sort: 편집 역사

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

2018년 3월 3일 (토)

  • 최신이전 14:592018년 3월 3일 (토) 14:59백괴게임>Bd3076 430 바이트 +430 새 문서: local p = {} function p.asc(frame) items = splitLine( frame.args[1] ); table.sort( items ); return table.concat( items, "\n" ); end function p.desc(frame) items...