Module:Lang: Difference between revisions

m
match sandbox;
(more strict code match;)
m (match sandbox;)
Line 601:
args.rtl = args.rtl == 'yes'; -- convert to boolean: 'yes' -> true, other values -> false
args.italic = to_boolean(args.italic); -- ==convert to boolean or nil: 'yes' -> true, 'no' -> false; else nil
 
local out = {};
Anonymous user