62 737
modifications
Aucun résumé des modifications Balise : Révoqué |
Aucun résumé des modifications Balise : Révoqué |
||
Ligne 139 : | Ligne 139 : | ||
end | end | ||
}, | }, | ||
[" | ["principal"] = { | ||
warning = false, | warning = false, | ||
text = function(args) | text = function(args) | ||
local link = args[1] | local link = args[1] | ||
local display = args['t1'] or link | |||
if not link then return '' end | if not link then return '' end | ||
text = link | text = '[' .. link .. ' ' .. display .. ' ]' | ||
local many = false | local many = false | ||
for i = 2, 5 do | for i = 2, 5 do | ||
local link = args[i] | local link = args[i] | ||
local display = args['t' .. i] or link | |||
if link then | if link then | ||
many = true | many = true | ||
text = text .. ', ' .. link | text = text .. ', [' .. link .. ' ' .. display .. ']' | ||
else | else | ||
break | break |
modifications