Module:Sandbox/BrandonXLF/1: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 32:
local file_date = 'File-Date: ' .. frame.args["file-date"]; -- set the file date line from |file-date=
 
for code, name in mw.ustring.gmatch (content, '(%a%a%a)(%a+)') do -- get code and 'forward' name
if code then
if string.find (lang_table[#lang_table] or '', '^%[\"' .. code) then -- if this is an additional name for code ('or' empty string for first time when lang_table[#lang_table] is nil)