Module:Lang: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(enable suppressed script error;)
No edit summary
Line 151: Line 151:
local variant = '';
local variant = '';
local private = '';
local private = '';

local c;
if not is_set (source) then
if not is_set (source) then
return nil, nil, nil, nil, nil, 'missing language tag';
return nil, nil, nil, nil, nil, 'missing language tag';
Line 781: Line 780:
]]
]]


function p.lang_xx (frame)
--function p.lang_xx (frame)
initial_style_state = 'italic';
-- initial_style_state = 'italic';
return _lang_xx (frame);
-- return _lang_xx (frame);
end
--end