Modulo:FictionTV: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m +webserie
m rimosso intervallo con congiunzione
Riga 22:
elseif mw.ustring.match(annoprimatv, '^%[%[%d%d%d%d%]%]%s*–%s*%[%[%d%d%d%d%]%]$') then
inizio, fine = mw.ustring.match(annoprimatv, '^%[%[(%d%d%d%d)%]%]%s*–%s*%[%[(%d%d%d%d)%]%]$')
-- intervallo tipo "[[2010]] e [[2015]]"
elseif mw.ustring.match(annoprimatv, '^%[%[%d%d%d%d%]%]%s+e%s+%[%[%d%d%d%d%]%]$') then
inizio, fine = mw.ustring.match(annoprimatv, '^%[%[(%d%d%d%d)%]%]%s+e%s+%[%[(%d%d%d%d)%]%]$')
-- intervallo tipo "[[2010]] - in produzione"
elseif mw.ustring.match(annoprimatv, '^%[%[%d%d%d%d%]%]%s*-%s*in produzione$') or