HyunJongSu의 사용자 기여

기여 검색펼치기접기
⧼contribs-top⧽
⧼contribs-date⧽
(최신 | 오래됨) ( | ) (20 | 50 | 100 | 250 | 500) 보기

2023년 5월 5일 (금)

  • 00:052023년 5월 5일 (금) 00:05 차이 역사 +1,501 새글 모듈:Sortkey새 문서: local getArgs = require('Module:Arguments').getArgs local p = {} function p._encode(sortkey) -- Protect against sortkey nesting. -- Example: {{sort|{{dts|2013|07|07}}|{{dts|1990|12|01}}}} if string.find(sortkey, "sortkey") or string.find(sortkey, "data-sort-value") then return ""; end return mw.text.encode(sortkey) end function p.encode(frame) local args = getArgs(frame); return p._encode(args[1] or "") end local function valid_number(num) -- Return true if num...

2023년 5월 3일 (수)

2023년 5월 2일 (화)

2023년 5월 1일 (월)

(최신 | 오래됨) ( | ) (20 | 50 | 100 | 250 | 500) 보기