View source for Module:Lang
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
--[=[
Lua support for the {{lang}}, {{lang-xx}}, and {{transl}} templates and replacement of various supporting templates.
]=]
require('Module:No globals');
local initial_style_state; -- set by lang_xx_normal() and lang_xx_italic()
local getArgs = require ('Module:Arguments').getArgs;
local unicode = require ("Module:Unicode data"); -- for is_latin() and is_rtl()
local yesno = require ('Module:Yesno');
local lang_name_table = mw.loadData ('Module:Language/name/data');
local synonym_table = mw.loadData ('Module:Lang/ISO 639 synonyms'); -- ISO 639-2/639-2T code translation to 639-1 code
local lang_data = mw.loadData ('Module:Lang/data'); -- language name override and transliteration tool-tip tables
000
1:0
Templates used on this page:
- Template:Cl (view source)
- Template:High-risk (view source)
- Template:Language templates (view source)
- Template:Slink (view source)
- Template:Template link code (view source)
- Template:Tld (view source)
- Template:Tlx (view source)
- Module:Arguments (view source)
- Module:Lang/doc (view source)
- Module:Template link general (view source)
Return to Module:Lang.