Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Yesno: Difference between revisions

Content added Content deleted
(fix logic for the case where the first positional parameter is "¬")
(removing code that's no longer used)
Line 23:
args = pframe.args
for k,v in pairs(args) do
any = true
retvals[k] = v
end
Line 35 ⟶ 34:
end
 
val = val:lower() -- Coerce to blank if nil; makeMake lowercase.
val = val:match'^%s*(.*%S)' or '' -- Trim whitespace.
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.