For this:
Deadlines (UTC) Current time is 2024-11-17 07:49:41 ( Deadline has started. (refresh) | )
Utility template for {{Signpost/Deadline}}. Displays a horizontal "progress" bar representing the amount of time remaining in a time span, color-coded (green → yellow → red) to indicate how close it is to the end of the span.
The bar is overlaid with various pieces of information:
|short=
is not enabled:
|start=YYYY-MM-DD
|end=YYYY-MM-DD HH:NN UTC
|label=text
|end=
date, when labeling the bar.|short=truthy value
|width=number or percentage
100%
. Values followed by a percent sign are interpreted as percentages, all others in pixel (px
) units.How much remains of the current calendar month:
{{Signpost/DateCountdown |label=End of month:{{sp}} |start={{#time:Y-m"-01"|now}}<!--First day (-01) of current month--> |end={{#time:Y-m-d|{{#time:Y-m"-01"|now}} + 1 month}} |width=80% }}