require('strict')local p =
p.main = function(frame) local match = false for name, value in pairs(frame.args) do if type(name)
frame.args.value:lower then match = true break end end return match and 'yes' or 'no'end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:If any equal".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.