Template:Keppel date: Difference between revisions
Template page
More actions
Content deleted Content added
Tesinormed (talk | contribs) No edit summary Tag: 2017 source edit |
Tesinormed (talk | contribs) No edit summary Tag: 2017 source edit |
||
| Line 9: | Line 9: | ||
{ |
{ |
||
"params": { |
"params": { |
||
"year": { |
"year": { |
||
" |
"label": "Year", |
||
"description": "Year (in conjunction with month and day) to convert", |
|||
| ⚫ | |||
" |
"example": "2025", |
||
"type": "number" |
|||
}, |
|||
"month": { |
|||
"label": "Month", |
|||
"description": "Month (in conjunction with year and day) to convert", |
|||
"example": "03", |
|||
"type": "number" |
|||
}, |
|||
| ⚫ | |||
"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
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Year | year | Year (in conjunction with month and day) to convert
| Number | optional |
| Month | month | Month (in conjunction with year and day) to convert
| Number | optional |
| Day | day | Day (in conjunction with year and month) to convert
| Number | optional |
| Time | time 1 | Unix time to convert
| Number | optional |