View source for Module:Calendar date/Events
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local eventsfile = {}
--[[-------------------------< Holiday and Event configuration data > ------------------------------------
Entries take the form:
[NAME] { - Name of holiday or event in all-capital letters
name = '' - Name of the holiday or event as it would normally appear with mixed case
description = '' - Short description of the holiday
days = '' - Number of days (string)
df = '' - Default date format (mdy,dmy,iso) - can be overridden by "|df=" in the template
datatype = '' - Where the date is obtained, "calculator" or "localfile"
datasource = '' - The data calculator; or a link to the local file
source = '' - Describe the source, used in creating citations.
}
If datatype = 'localfile' then addition entries should be added:
citeurl = '' - URL where data was obtained
accessdate = '' - Date the data was generated
000
1:0
Template used on this page:
Return to Module:Calendar date/Events.