2508
правок
Iniquity (обсуждение | вклад) м (5 версий импортировано из w:Модуль:Yesno) |
Iniquity (обсуждение | вклад) (Reseting page to the current content of mw:Module:Yesno. (docs, translate)) |
||
or val == 'true'
or val == 't'
or val == '
or tonumber(val) == 1
then
or val == 'false'
or val == 'f'
or val == '
or tonumber(val) == 0
then
|