Module:Date Stuff: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 16: Line 16:
local orgiArgs = frame.args
local orgiArgs = frame.args
local args = {}
local args = {}
if firstDate == "{{{1}}}" or secondDate == "{{{2}}}" then
if orgiArgs[1] == "{{{1}}}" or orgiArgs[2] == "{{{2}}}" then
return nil
return nil
end
end

Navigation menu