Content deleted Content added
Cyborg Coder (talk | contribs) No edit summary |
Cyborg Coder (talk | contribs) No edit summary |
||
Line 29:
local date = frame.args.text or mw.text.trim(frame.args[1] or "")
date = " " .. date
local dformat = frame.args.format or
if date == "" then date = "No date" end
--local d, y = date:match("(%d+)%D+(%d+)")
|