Module:Yesno: Difference between revisions
Jump to navigation
Jump to search
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 = "", | ||
["¬"] = "" | ["¬"] = "" | ||
} | } |