Content deleted Content added
type of next item |
it's a meta-table so the normal methods won't work |
||
Line 89:
--]]
function p.calendar(frame)
local args =
for k, v in pairs(frame.args) do
args[k] = v
end
return type(next(args))
--[[
|