Content deleted Content added
Cyborg Coder (talk | contribs) No edit summary |
Cyborg Coder (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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+)")
local d = date:match("%D(
local y = date:match("(%d%d%d+)")
local mnth = date:match("%a+") or ""
|