יחידה:Yesno: הבדלים בין גרסאות בדף
fix bugs highlighted in Module talk:Yesno/testcases |
more accurate default value for "no" |
||
| שורה 6: | שורה 6: | ||
local retvals = { | local retvals = { | ||
yes = "yes", | yes = "yes", | ||
no = "", | no = "<!-- null -->", | ||
["¬"] = "" | ["¬"] = "" | ||
} | } | ||