62 737
modifications
Aucun résumé des modifications Balise : Révoqué |
Aucun résumé des modifications Balise : Révoqué |
||
Ligne 143 : | Ligne 143 : | ||
text = function(args) | text = function(args) | ||
local link = args[1] | local link = args[1] | ||
if not link then return '' end | if not link then return '' end | ||
text = | text = link | ||
local many = false | local many = false | ||
for i = 2, 5 do | for i = 2, 5 do | ||
local link = args[i] | local link = args[i] | ||
if link then | if link then | ||
many = true | many = true | ||
text = text .. ', | text = text .. ', ' .. link | ||
else | else | ||
break | break |
modifications