모든 공개 기록
둘러보기로 이동
검색으로 이동
okerawiki에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2023년 7월 11일 (화) 21:52 Okera 토론 기여님이 모듈:Message box 문서를 만들었습니다 (새 문서: -- 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() -----...)