All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Phonos. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:34, 20 February 2023 TheresNoTime talk contribs created page User:TheresNoTime/common.js (Created page with "mw.loader.using( ['mediawiki.util', 'mediawiki.api'] ).then( function () { function padWithZeroes( num ) { // Pad a number with zeroes. The number must be an integer where // 0 <= num < 100. return num < 10 ? '0' + num.toString() : num.toString(); } function showTime( $target ) { var now = new Date(); var timezone = window.LiveClockTimeZone || 'UTC'; // Set the time. var hh, mm, ss; if ( timezone === "UTC" ) { hh = now.getUTCHours(); mm = now.getUTCMinu...")