WikiBuilder
329
个编辑
小 (导入1个版本) |
小无编辑摘要 |
||
第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 = type(val) == 'string' and mw.ustring.lower(val) or val | ||
if val == nil then | if val == nil then | ||
return nil | return nil |