Documentation for this module may be created at Module:Sandbox/Iceblock/Sandbox/doc

local p = {}

function p.sandbox(frame)
        local groupnumber = frame.args["gruppe1"] or frame.args["group1"] or false
        return groupnumber
end