Module:Yesno: Difference between revisions
back to the old "no" value, per talk
m>Mr. Stradivarius (more accurate default value for "no") |
m>Mr. Stradivarius (back to the old "no" value, per talk) |
||
Line 6: | Line 6: | ||
local retvals = { | local retvals = { | ||
yes = "yes", | yes = "yes", | ||
no = " | no = "", | ||
["¬"] = "" | ["¬"] = "" | ||
} | } |