Module:PHL sports team/testtable: Difference between revisions

Content deleted Content added
comment out lines that create script errors; use error detection to emit a real error message and tracking category instead
No edit summary
 
Line 178:
local root = mw.html.create('table')
local args = (frame.args[1] ~= nil) and frame.args or frame:getParent().args
local tname = args['tname'] or 'PBA team' or 'MPBL team'
local league = args['league'] or 'PBA' or 'MPBL'
local temp, alias = {}, {}