local infobox = require ('Module:Infobox').infoboxlocal getArgs = require ('Module:Arguments').getArgs
local p =
function p.main(frame) local args = getArgs (frame)
InfoboxArgs = InfoboxArgs["subbox"] = "yes"
local a = 1 local IsEmpty = true local KeepCheckingForArgs = true while KeepCheckingForArgs
if args[thisBranch] and args[thisVersion] then InfoboxArgs[CurLabel] = args[thisBranch] InfoboxArgs[CurData] = args[thisVersion] if args[thisDate] then InfoboxArgs[CurData] = InfoboxArgs[CurData] .. " / " .. args[thisDate] end else KeepCheckingForArgs = false if a > 1 then IsEmpty = false end end a = a + 1 end
if IsEmpty
return p