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:

  • The action you have requested is limited to users in one of the groups: Users, Administrators, Trusted.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

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
הההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
000
1:0
Debug console
* The module exports are available as the variable "p", including unsaved modifications. * Precede a line with "=" to evaluate it as an expression or use print(). Use mw.logObject() for tables. * Use mw.log() and mw.logObject() in module code to send messages to this console.

Template used on this page:

Return to Module:Calendar date/Events.