Modulo:Numero romano/test: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
+test |
+test |
||
Riga 28:
{ "50000", '<span style="text-decoration:overline;">L</span>'},
{ "100000", '<span style="text-decoration:overline;">C</span>'},
-- il limite massimo è 5 milioni
{ "4999999", '<span style="text-decoration:overline;">MMMMCMXCV</span>MMMMCMXCIX'},
{ "5000000", 'N/A'},
-- espressioni
{ "1 + 2", "III" },
{ "(10 + 20) * 30", "CM" }
})
end
|