Modulo:Controllo di autorità: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m -sandbox navbox
-class hlist
Riga 278:
if link then
if withUid then
return '* ' .. label .. ' <span class="uid">' .. link .. '</span>\n'
else
return '* ' .. label .. ' ' .. link .. '\n'
end
else
return '* <span class="error">The ' .. id .. ' id ' .. rawValue .. ' is not valid.</span>[[Category:Wikipedia articles with faulty authority control identifiers (' .. id .. ')]]\n'
end
end
Riga 390:
return Navbox._navbox( {
name = 'Authority control',
bodyclass = 'hlist',
group1 = '[[Authority control]]' .. elementscats,
list1 = table.concat( elements, '<span style="font-weight:bold;">&nbsp;·</span> ' )
} )
else