Main public logs
From Pengwings
Combined display of all available logs of Pengwings. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:19, 16 February 2026 Theleruby talk contribs created page MediaWiki:Gadgets/timer/main.js (Created page with "// Template:Time, Template:Countdown Scripts pcj and Surafbrov from https://warcraft.wiki.gg/wiki/MediaWiki:Common.js: function timeInit() { function getDate(s) { s = s && s.match(/(\d{4})-(\d{2})-(\d{2}) (\d{1,2}):(\d{2})/); return s && Date.UTC(parseInt(s[1]), parseInt(s[2])-1, parseInt(s[3]), parseInt(s[4]), parseInt(s[5])); } function updateCountdown() { var $this = $(this), t = getDate($this.data("jst-time")), now = new Date(); if (t && (t >...")