Template:Systime

From Post-Self
Revision as of 20:00, 7 February 2024 by Fireheart& (talk | contribs) (Implement TemplateData.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Renders a Systime timestamp with hovertext displaying the calendar timestamp.

Usage

The template accepts positional arguments for year, month, day, hour, minute, and second.

{{ Systime | <year> | <month> | <day> | <hour> | <minute> | <second> }}

  • At minimum, the template must be provided with the year.
  • The template requires both the month and the day to display the day of the year.
  • The template will only display fractional days if the hour is defined.
  • The minute and second arguments are entirely optional.

Example

{{Systime|2399|12|31|23|45}}


275+365.99

Display a timestamp in Systime with a calendar tooltip.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Year1

no description

Example
2399
Numberrequired
Month2

no description

Example
2
Numbersuggested
Day3

no description

Example
21
Numbersuggested
Hour4

The hour in 24-hour time.

Example
23
Numberoptional
Minute5

no description

Example
55
Numberoptional
Second6

no description

Example
13
Numberoptional