Changes
return '[[Category:Miscellaneous pages with ' .. id .. ' identifiers]]'
end
end
return '* <span class="error">The ' .. id .. ' id ' .. rawValue .. ' is not valid.</span>[[Category:Wikipedia articles with faulty authority control identifiers (' .. id .. ')]]\n'
end
end
{ 'ULAN', '[[Union List of Artist Names|ULAN]]', 245, ulanLink }
}
local p = {}
--Create rows
local elements = {}
--Worldcat
for k, params in pairs( conf ) do
local val = parentArgs[params[1]]
if val and val ~= '' then
table.insert( elements, createRow( params[1], params[2] .. ':', val, params[4]( val ), true ) )