모든 공개 기록

이음위키에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.

기록 목록
  • 2023년 12월 22일 (금) 18:59 HyunJongSu 토론 기여님이 모듈:Portal bar 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
  • 2023년 12월 22일 (금) 18:59 HyunJongSu 토론 기여님이 모듈:Portal bar 문서를 만들었습니다 (새 문서: -- This module implements {{portal bar}}. require('strict') local p = {} local function checkPortalExists(portal) return not (mw.title.makeTitle(100, portal).id == 0) end local getImageName = require( 'Module:Portal' ).image local yesno = require( 'Module:Yesno' ) local trackingInThisNamespace = false local function checkNamespace() local thisPage = mw.title.getCurrentTitle() if (thisPage.namespace == 2) -- User or (thisPage.namespace == 3) -- User talk or (thisPage.n...)