Content deleted Content added
Cyborg Coder (talk | contribs) No edit summary |
Cyborg Coder (talk | contribs) No edit summary |
||
Line 9:
end
"jul", "aug", "sep", "oct", "nov", "dec" }
local days_in_month = { 31, 0, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }
Line 27:
function p.date(frame)
local date = frame.args.text or mw.text.trim(frame.args[1] or "")
local dformat = frame.args.format or default
|