Module:Yesno: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
tweak logic to make it work like the actual template - the documentation was slightly wrong |
fix logic for the case where the first positional parameter is "¬" |
||
வரிசை 30:
val = args[1]
-- First deal with the case if val is nil or "¬", then deal with other cases.
if val == nil or val == '¬' then
return retvals['¬']
end
| |||