Diferencia entre revisiones de «Módulo:Distinguish»

Sin resumen de edición
Etiqueta: Revertido
Sin resumen de edición
Etiqueta: Reversión manual
 
Línea 20: Línea 20:
checkType("_distinguish", 1, args, 'table')
checkType("_distinguish", 1, args, 'table')
if #args == 0 and not text then return '' end
if #args == 0 and not text then return '' end
local text = string. Format(
local text = string.format(
'No debe ser confundido con %s.',
'Not to be confused with %s.',
text or mHatlist.orList(args, true)
text or mHatlist.orList(args, true)
)
)