--given a pattern input like "country%d", if there is only one of it (excluding youth teams of the same country etc), give "nationality profession", e.g "German footballer"
--data = mw.loaddata("Module:Short description from country/data")local p =
function p.main (frame) local getArgs = require('Module:Arguments').getArgs local args = getArgs(frame,) if args.disable