MediaWiki:Gadget-Countdown.js: Revision history

From Halopedia, the Halo wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

March 13, 2024

  • curprev 17:1917:19, March 13, 2024Porplemontage talk contribs 3,286 bytes +3,286 Created page with "// ================== // Countdown 2.0, rewrite by Pecoes // Original script by Splarka + Eladkse // ================== $(function (module, mw, $) { 'use strict'; var translations = $.extend(true, { en: { and: 'and', second: 'second', seconds: 'seconds', minute: 'minute', minutes: 'minutes', hour: 'hour', hours: 'hours', day: 'day', days: 'days' } }, module.translations || {}), i18n = translations[ mw.config.get('wgContentLanguage')..."