Module:Yesno:修订间差异

添加10字节 、​ 2024年6月21日 (星期五)
无编辑摘要
(导入1个版本)
SSF讨论 | 贡献
无编辑摘要
 
第6行: 第6行:
-- 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
WikiBuilder
321

个编辑