모듈:Message box: 편집 역사

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

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

2023년 7월 11일 (화)

  • 최신이전 21:522023년 7월 11일 (화) 21:52Okera 토론 기여 17,733 바이트 +17,733 새 문서: -- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('strict') local getArgs local categoryHandler = require('Module:Category handler')._main local yesno = require('Module:Yesno') local localize = mw.loadData('Module:Message box/localize') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -----...