Module:ErraCalendar/Months

From Errapedia
Jump to navigation Jump to search

Documentation for this module may be created at Module:ErraCalendar/Months/doc

-- This is a table that tracks all the months of Erra and what seasons they correspond to.
-- You can update the definitions below if necessary, just edit the values within the quotations following the "name" and "season" tags. If you want to add or remove months, simply delete the entire line or copy and paste it in place.
-- Please note that all of these are ordered. Make sure that your months and seasons are in order from first to last in how they are organized here. Make sure that any month block has a comma following it *unless* it's the last one.
-- Where necessary, the number of months in a year will be automatically calculated based on how many entries are in this table here.
-- Example Block: {name="Your Month Name Here", season="Your Season Name Here"}

local MonthTable = {
-- Add or edit months below this line
{name="Een", season="Rise"},
{name="Kar", season="Rise"},
{name="Mir", season="Rise"},
{name="Rort", season="Life"},
{name="Kir", season="Life"},
{name="Sur", season="Life"},
{name="Ith", season="Low"},
{name="Trint", season="Low"},
{name="Sorth", season="Low"}
-- Don't add or edit anything below this line
}

return MonthTable