Module:Yesno: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(more accurate default value for "no")
(back to the old "no" value, per talk)
Line 6:
local retvals = {
yes = "yes",
no = "<!-- null -->",
["¬"] = ""
}