Module:CareerList: Difference between revisions

48 bytes removed ,  13 March 2023
no edit summary
No edit summary
No edit summary
 
 
local function getAlias(alias, title)
if not alias or alias == '' then
return title'N/A'
else
return alias
end
end
end
 
local function getNotes(notes)
if not notes or notes == '' then
return 'N/A'
else
return notes
end
end
end
 
if not args.site then