Modulo:Typo: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
vedi disc |
gestisco inserimenti nulli o vuoti |
||
Riga 2:
function p.preposizione(frame)
if frame.args[1] == nil or frame.args[1] == "" then return nil end
if frame.args[2] == nil or frame.args[2] == "" then return nil end
tables = {
['di'] = {
|