Content deleted Content added
No edit summary |
No edit summary |
||
Line 72:
if code then
table.insert (lang_table, "[\
end
elseif mw.ustring.find (element, 'Type: script') then
Line 78:
if code then
table.insert (script_table, "[\
end
elseif mw.ustring.find (element, 'Type: region') then
Line 84:
if code then
table.insert (region_table, "[\
end
end
|