BlackHawk
Created page with "-- <pre> local p = {} local pics = mw.loadData("Module:Profession clickpic/data"); function p.main(frame) local args = frame:getParent().args return p._main{ profession = args[1] or '', level = args[2], link = args.link, }; end local function unpackMainArgs(args, ...) if (select("#", ...) == 0 and type(args) == "table") then return args, args.profession, args.level; else return nil, args, ...; end end function p._main(...) local args, profession,..."