Module:Lang: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 500:
 
function p.lang_xx (frame)
local args = getArgs(frame, {parentFirst = true});
-- local args = getArgs(frame, {parentFirst = true});
args.translation = args.translation or args.lit;
args.size = nil; -- size not supported in {{lang-xx}}
Anonymous user