Mabinogi World Wiki is brought to you by Coty C., 808idiotz, our other patrons, and contributors like you!!
Want to make the wiki better? Contribute towards getting larger projects done on our Patreon!

Wiki Home/Maintenance (new)

From Mabinogi World Wiki
[edit]Template Documentation

Description

New maintenance news post formatting template. Replaces Wiki Home/Maintenance.

Example

{{:Wiki Home/Maintenance (new)|isUnscheduled=n|startUTC=now|endUTC=now + 1 hour|length=1 hour|ended=n}}

  • Nexon has announced that Mabinogi will be taken down for a scheduled on August 6th at 8:34pm PDT100 until the estimated conclusion time at August 6th at 9:34pm PDT100 for a total of 1 hour.

Notes

The Parser Function #time (as seen used like so: {{#time:F j<\s\u\p>S</\s\u\p>|{{{startUTC}}} UTC}}) has various case-sensitive parts. This template currently uses the following:

  • F = Full Month Name, such as October
  • j = the Day, such as 1
  • <\s\u\p> </\s\u\p> = text to create <sup>th</sup> superscript formatting, such as " 5th ", but written in a way that the Parser Function can understand it (which appears to be PHP Scripting Language)
  • S = the suffix for ordinal numbers; see above

Parameters

Parameter Usage Important?
server If only one server is going down, specify it with this. Default: Mabinogi No
isUnscheduled A value of y indicates this maintenance was unscheduled.
A value of n indicates this maintenance was scheduled.
Yes
startUTC The start time in UTC. Yes
endUTC The end time in UTC. If maintenance ended early, feel free to adjust this. Yes
length The length of time the maintenance should take. For example: 1 hour Yes
src The ID of the news post swiped from its URL. For example: 65865 No
patchNotes The ID of the patch notes news post swiped from its URL. For example: 71780 No
ended A value of n indicates this maintenance has either not begun or not ended. (This is the default.)
A value of y indicates this maintenance ended around the expected time or later.
A value of early indicates this maintenance ended before the scheduled time.
No