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 4: Line 4:
|day={{{day|}}}
|day={{{day|}}}
|hour={{{hour|}}}
|hour={{{hour|}}}
|minute={{{minute|}}}
|second={{{second|}}}
|time={{{time|}}}
|time={{{time|}}}
|year_only={{{year_only|}}}
|year_only={{{year_only|}}}
Line 14: Line 16:
"year": {
"year": {
"label": "Year",
"label": "Year",
"description": "Year (in conjunction with month and day) to convert",
"description": "Date and time to convert",
"example": "2025",
"example": "2025",
"type": "number"
"type": "number"
Line 20: Line 22:
"month": {
"month": {
"label": "Month",
"label": "Month",
"description": "Month (in conjunction with year and day) to convert",
"description": "Date and time to convert",
"example": "03",
"example": "3",
"type": "number"
"type": "number"
},
},
"day": {
"day": {
"label": "Day",
"label": "Day",
"description": "Day (in conjunction with year and month) to convert",
"description": "Date and time to convert",
"example": "04",
"example": "20",
"type": "number"
"type": "number"
},
},
Line 50: Line 52:
"type": "boolean",
"type": "boolean",
"default": "false"
"default": "false"
},
"hour": {
"label": "Hour",
"description": "Date and time to convert",
"example": "23",
"type": "number",
"default": "0"
},
"minute": {
"label": "Minute",
"description": "Date and time to convert",
"example": "59",
"default": "0"
},
"second": {
"label": "Second",
"description": "Date and time to convert",
"example": "59",
"type": "number",
"default": "0"
}
}
},
},
"description": "Converts the current (or provided) date to a Keppel date",
"description": "Converts the current (or provided) date to a Keppel date",
"format": "inline"
"format": "inline",
"paramOrder": [
"year",
"month",
"day",
"hour",
"minute",
"second",
"time",
"year_only",
"month_day_only"
]
}
}
</templatedata>
</templatedata>

Revision as of 08:06, September 17, 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

Date and time to convert

Example
2025
Numberoptional
Monthmonth

Date and time to convert

Example
3
Numberoptional
Dayday

Date and time to convert

Example
20
Numberoptional
Hourhour

Date and time to convert

Default
0
Example
23
Numberoptional
Minuteminute

Date and time to convert

Default
0
Example
59
Unknownoptional
Secondsecond

Date and time to convert

Default
0
Example
59
Numberoptional
Timetime 1

Unix time to convert

Example
1741122967
Numberoptional
Year onlyyear_only

If only the year should be shown

Default
false
Booleanoptional
Month and day onlymonth_day_only

If only the month and day should be shown

Default
false
Booleanoptional

Examples

{{Keppel date}}

Liliyogh 23, 1134 LE

{{Keppel date|year_only=yes}}


{{Keppel date|month_day_only=yes}}

Liliyogh 23

{{Keppel date|year=2024|month=10|day=02}}

Ludervinn 17, 1132 LE

{{Keppel date|time=120412050}}

Glausonn 11, 1081 LE

Contents