Modulo:Citazione: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
-parte da ridiscutere meglio. mai stato nelle linee guida e contrasta con lo stile unico approvato con sondaggio. dp:fonti#Ordine parametri del template Cita pubblicazione |
m considera numeri anche le stringhe del tipo n-n o n/n |
||
Riga 1 085:
else
if is_set(Volume) then
-- considera numeri anche le stringhe del tipo n-n o n/n
if tonumber(Volume) or A:ORIGIN('Volume') == "vol" then▼
temp = mw.ustring.gsub(Volume,'[%-/]','')
Volume = "vol. " .. Volume
end
end
if is_set(Issue) then
if tonumber(temp) then
Issue = "nº " .. Issue
end
|