Content deleted Content added
No edit summary |
No edit summary |
||
Line 343:
local err = false; -- boolean set true when an error is detected; one error message only
local cat_page_title = mw.title.getCurrentTitle(); -- get the category title
local lang_name;
for i, v in ipairs (args) do
if lang_module._is_ietf_tag (v) then
|