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
(Ported Template:Yesno to Lua)
 
(Trim space)
Line 22: Line 22:
val = (val or ''):lower()
val = (val or ''):lower()
val = val:match'^%s*(.*%S)' or ''
if val == '' then
if val == '' then
Cookies help us deliver our services. By using our services, you agree to our use of cookies.