Mabinogi World Wiki is brought to you by Coty C., 808idiotz, our other patrons, and contributors like you!!
Keep this wiki going by contributing to our Patreon!

Template:DateFormatRow

From Mabinogi World Wiki
February 1st, 2024 - March 31st, 2024
[edit]Template Documentation
  • Displays up to two dates in "Month" "Day", "Year" format.
  • If {{{start}}} is provided; Outputs {{StartDate}}
  • If {{{end}}} is also provided; Outputs {{StartDate}} - {{EndDate}}
    • Literally: (Start, then End, separated by "Space-Dash-Space")

Usage example:

{{DateFormatRow|start=2024-02-01|end=2024-03-31|template=DateFormatMonthDaythYear}}
Parameter # Usage Important?
start A date string.
Should be exactly 10 characters in (YYYY-MM-DD) format.
Yes
end A date string.
Should be exactly 10 characters in (YYYY-MM-DD) format.
No
template A formatting template.
Used to alter the appearance of the (Day), (Month) and (Year) components.
Supported formats:
Template Example Output
DateFormatMonthDayYear February 1, 2024 - March 2, 2024
DateFormatMonthDaythYear February 1st, 2024 - February 29th, 2024
No