Module:Sandbox/Frietjes/argcheck: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 244:
results[v] = 1
iargs[k] = 1
if targs[pre .. 'col_' .. v] or targs[pre .. 'text_note_res_' .. v] then -- or targs[pre .. 'note_res_text_' .. v] then
-- Great!
iargs[pre .. 'col_' .. v] = 1
iargs[pre .. 'text_' .. v] = 1
iargs[pre .. 'res_col_header'] = 1
if targs[pre .. 'note_res_' .. v] then
local multiref = 1
Line 266 ⟶ 267:
end
iargs[pre .. 'note_res_' .. v] = 1
end
if targs[pre .. 'res_col_header'] then
iargs[pre .. 'res_col_header'] = 1
end
else