프벤위키에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2024년 12월 2일 (월) 16:39 신사 토론 기여님이 미디어위키:Live-recent.js 문서를 만들었습니다 (새 문서: $( function () { 'use strict'; var articleNamespaces, talkNamespaces, isArticleTab, limit; articleNamespaces = $( '.live-recent' ).attr( 'data-article-ns' ); talkNamespaces = $( '.live-recent' ).attr( 'data-talk-ns' ); isArticleTab = true; limit = $( '#live-recent-list' )[ 0 ].childElementCount; function timeFormat( timestamp ) { var now = new Date(); var time = new Date( timestamp ); var diffInSeconds = Math.floor((now - time) / 1000); var diffInMinutes = Math....)