Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a24a07ae1d61c20a

Jump to content

Module:Countdown2/doc

From Wikipedia, the free encyclopedia
Countdown2
DescriptionThis module powers {{countdown2}}.
Status
Beta
UpdatedJune 1, 2026 (2 months ago)
Dependencies

This module powers {{countdown2}}. The module takes in two primary arguments, time and offset, and returns a formatted countdown string corresponding to the duration of the countdown.

Documentation

Package items

countdown2.main( frame, args ) (function)
Entrypoint for the module.
Parameters:
frame current frame (table)
args current arguments (table)
args.before text to prepend to countdown (string)
args.after text to append to countdown (string)
args.time time argument (string)
args.end what to show when the countdown is over (string)
args.offset offset argument (string)
args.shorthand whether to use shorthand units (boolean)
args.precision the number of units to use (number)
args.purge whether to show a purge link (boolean)
args.style inline styles to apply to countdown text (string)
Returns: the output wikitext

Documentation above is auto generated