پودمان:Yesno: تفاوت میان نسخهها
Undid revision 948472533 by [[Special:Contributions/w>Vogone|w>Vogone]] ([[User talk:w>Vogone|talk]])
(update) |
(Undid revision 948472533 by [[Special:Contributions/w>Vogone|w>Vogone]] ([[User talk:w>Vogone|talk]])) |
||
خط ۶: | خط ۶: | ||
-- should replace "val:lower()" with "mw.ustring.lower(val)" in the | -- should replace "val:lower()" with "mw.ustring.lower(val)" in the | ||
-- following line. | -- following line. | ||
val = type(val) == 'string' and | val = type(val) == 'string' and val:lower() or val | ||
if val == nil then | if val == nil then | ||
return nil | return nil | ||
خط ۱۴: | خط ۱۴: | ||
or val == 'true' | or val == 'true' | ||
or val == 't' | or val == 't' | ||
or val == ' | or val == 'on' | ||
or tonumber(val) == 1 | or tonumber(val) == 1 | ||
then | then | ||
خط ۲۶: | خط ۲۳: | ||
or val == 'false' | or val == 'false' | ||
or val == 'f' | or val == 'f' | ||
or val == ' | or val == 'off' | ||
or tonumber(val) == 0 | or tonumber(val) == 0 | ||
then | then |