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

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

2023년 5월 15일 (월)

  • 최신이전 13:262023년 5월 15일 (월) 13:26HyunJongSu 토론 기여 1,144 바이트 +1,144 새 문서: -- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(tostring(args.message or args[1] or error('지정된 메시지가 없습니다', 2))) ) end fu...
(최신 | 오래됨) ( | 이전 50개) (20 | 50 | 100 | 250 | 500) 보기