Module:Lang-zh: Difference between revisions

Content deleted Content added
m typo
fix error
Line 109:
else --no named parameters; see if there's an unnamed first parameter
c = args[1]
if (c) then
if (c > "") then -- if there is treat it as Chinese
c = p.lang("zh", c)
if (no) then -- handle "links=no"
return "Chinese: " .. c
else
return "[[Chinese language|Chinese]]: " .. c
end
end
end
return body
end