Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:Keppel date: Difference between revisions

Template page
Content deleted Content added
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 9: Line 9:
{
{
"params": {
"params": {
"year": {},
"year": {
"month": {},
"label": "Year",
"description": "Year (in conjunction with month and day) to convert",
"day": {},
"time": {}
"example": "2025",
"type": "number"
},
"month": {
"label": "Month",
"description": "Month (in conjunction with year and day) to convert",
"example": "03",
"type": "number"
},
"day": {
"label": "Day",
"description": "Day (in conjunction with year and month) to convert",
"example": "04",
"type": "number"
},
"time": {
"aliases": [
"1"
],
"label": "Time",
"description": "Unix time to convert",
"example": "1741122967",
"type": "number"
}
},
},
"description": "Converts the current (or provided) date to a Keppel date",
"description": "Converts the current (or provided) date to a Keppel date",

Revision as of 21:17, March 4, 2025

Converts the current (or provided) date to a Keppel date

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Yearyear

Year (in conjunction with month and day) to convert

Example
2025
Numberoptional
Monthmonth

Month (in conjunction with year and day) to convert

Example
03
Numberoptional
Dayday

Day (in conjunction with year and month) to convert

Example
04
Numberoptional
Timetime 1

Unix time to convert

Example
1741122967
Numberoptional