Modulo:Immagine multipla: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
prima importazione da en.wiki da testare |
fix imagecount |
||
Riga 115:
-- find all the nonempty images
local imagenumbers = getImageNumbers(pargs)
local imagecount = #imagenumbers
if imagecount == 0 then
return ''
end
-- create an array with the number of images per row
|