Module:Sandbox/ProcrastinatingReader/three: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 208:
-- allow for aliases
for x, p in pairs( td_params ) do for y, alias in ipairs( p.aliases or {} ) do
--p['primary'] = x
all_aliases[alias] = p
if tonumber(alias) then all_aliases[tonumber(alias)] = p end
Line 249:
end
if hasval and table_name ~= 'duplicate' then
already_seen[tp_param] = hasvalp_name
end
end
Line 269 ⟶ 271:
end
end
end
-- add the first usage of alias to 'duplicate params'
if res['duplicate'] then
end