Module:In lang/sandbox: Difference between revisions

Content deleted Content added
+ native_name_lang();
No edit summary
Line 108:
--[[--------------------------< N A T I V E _ N A M E _ L A N G >----------------------------------------------
 
implements combined is_ietf_codeis_ietf_tag() and name_to_code() in Module:Lang for various infoboxen that support a
|native_name_lang= parameter.
 
Line 124:
local args = getArgs(frame);
if lang_module._is_ietf_code_is_ietf_tag (args[1]) then
return args[1]; -- if a code, return the code
else