「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

次編輯