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:TimerRotate
[edit]Template Documentation
Description
Creates a timer that rotates through a list at a given interval based on a certain start time (epoch).
Example
{{TimerRotate |label=Moongates |epoch=2008-03-23T22:21:00S |at=18:00E }} * Tara * Ceo Island * Tir Chonaill ... {{TimerEnd}}
Parameters
Parameter # | Usage | Important? |
---|---|---|
1 label |
Name of the timer, displayed somewhere on the widget. | Yes |
epoch | Origin time for the timer, this is used to calculate how many change points have passed since this time. This is ISO 8601 format except that you may use S as the timezone to state that it's in server time, respecting daylight savings time. The format, for reference, is: year-month-day T hour:minute:second timezone. The timezone may also be Z for GMT or a form like -hour:minute (eg. +01:00) (note that timezones besides S do not respect daylight savings). | Yes |
at | Change at this time of day. This is of the form hours:minutes and requires a suffix of either E for Erinn time, S for server time, or Z for GMT. You may add multiple times to change at by separating them with commas. You may also specify sunshift to change at both sunrise and sunset. | Either this or every is required. |
every | Change at this interval. It must be in real time only, not Erinn time. The format is hours:minutes:seconds. | Either this or at is required. |
compress | If this is set, it will only show entries which have different values. For instance, if the next two moongates were Dunbarton followed by Ceo, it would only show one Dunbarton and then Ceo, adjusting the times appropriately. | No |
display | See here for details on display. | No |
style | Extra CSS styles to be applied. | No |
class | Extra CSS classes to be applied. | No |
id | Element ID to apply. | No |