View source for Module:ISO 639 name
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
require('strict');
local getArgs = require ('Module:Arguments').getArgs;
local override_data = mw.loadData ('Module:ISO 639 name/ISO 639 override');
local deprecated_data = mw.loadData ('Module:ISO 639 name/ISO 639 deprecated');
local parts = {
{'Module:ISO 639 name/ISO 639-1', '1'},
{'Module:ISO 639 name/ISO 639-2', '2'},
{'Module:ISO 639 name/ISO 639-2B', '2B'},
{'Module:ISO 639 name/ISO 639-3', '3'},
{'Module:ISO 639 name/ISO 639-5', '5'},
}
--[[--------------------------< E R R O R _ M E S S A G E S >--------------------------------------------------
]]
local error_messages = {
['err_msg'] = '<span style="font-size:100%;" class="error show_639_err_msgs">error: $1 ([[Template:ISO 639 name|help]])</span>',
['err_text'] = { -- error messages used only in the code to name functions
['ietf'] = '$1 is an IETF tag', -- $1 is the ietf tag
000
1:0
Return to Module:ISO 639 name.