„Modul:Homokozó/Pepo41/Arguments” változatai közötti eltérés

[ellenőrzött változat][ellenőrzött változat]
Tartalom törölve Tartalom hozzáadva
Nincs szerkesztési összefoglaló
Nincs szerkesztési összefoglaló
159. sor:
 
if not (options.Trim_and_nil_for_empty or options.TrimOnly or options.Return_not_space_or_nil or options.NoChange) then hiba = true end
-- if options.Trim_and_nil_for_empty and not(options.TrimOnly or options.Return_not_space_or_nil or options.NoChange) then hiba = true end
-- if options.TrimOnly and not(options.Trim_and_nil_for_empty or options.Return_not_space_or_nil or options.NoChange) then hiba = true end
-- if options.Return_not_space_or_nil and not(options.Trim_and_nil_for_empty or options.TrimOnly or options.NoChange) then hiba = true end
-- if options.NoChange and not(options.Trim_and_nil_for_empty or options.TrimOnly or options.Return_not_space_or_nil) then hiba = true end
 
if hiba then