View source for Module:Time/data
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.
--[[--------------------------< C O N F I G U R A T I O N D A T A >------------------------------------------
for internationalization, this section to hold constant text, parameter names and values, other items subject to
language translation
]]
local cfg = {
['default_df'] = 'mdy', -- default date format when |<df> and |df= omitted or empty
['df_vals'] = {
['dmy']=true,
['dmy12']=true, -- also 'y'
['dow']=true,
['mdy']=true,
['mdy12']=true,
['iso']=true,
['y']=true, -- also 'dmy' and 'dmy12'
['12']=true,
['24']=true,
};
000
1:0
Template used on this page:
Return to Module:Time/data.