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:SetDates

From Mabinogi World Wiki

2024-02-01 - 2024-03-31


February 1, 2024 - March 2, 2024


February 1st, 2024 - February 29th, 2024

[edit]Template Documentation

Then:

  • 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 1:

{{SetDates|start=2024-02-01|end=2024-03-31}}


Usage example 2:

{{SetDates|start=2024-02-01|end=2024-03-02|template=DateFormatMonthDayYear}}


Usage example 3:

{{SetDates|start=2024-02-01|end=2024-02-29|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