پودمان:Yesno: تفاوت میان نسخه‌ها

۱۵۱ بایت اضافه‌شده ،  ‏۱۳ اکتبر ۲۰۲۰
صفحه‌ای تازه حاوی «-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return func...» ایجاد کرد
fa>Wikivahdat
(Undid revision 948472533 by [[Special:Contributions/w>Vogone|w>Vogone]] ([[User talk:w>Vogone|talk]]))
 
(صفحه‌ای تازه حاوی «-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return func...» ایجاد کرد)
خط ۶: خط ۶:
-- 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:lower() or val
val = type(val) == 'string' and mw.ustring.lower(val) 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 == 'on'
or val == 'بله'
or val == 'آره'
or val == 'درست'
or val == 'صحیح'
or tonumber(val) == 1
or tonumber(val) == 1
then
then
خط ۲۳: خط ۲۶:
or val == 'false'
or val == 'false'
or val == 'f'
or val == 'f'
or val == 'off'
or val == 'خیر'
or val == 'نه'
or val == 'غلط'
or val == 'اشتباه'
or tonumber(val) == 0
or tonumber(val) == 0
then
then
۸٬۱۲۶

ویرایش