پودمان:Citation/CS1/en: تفاوت میان نسخه‌ها

محتوای حذف‌شده محتوای افزوده‌شده
جز اصلاح جزئی توضیحات
مستثنی کردن فارسی
خط ۱٬۶۴۶:
else
name = lang; -- return whatever <lang> has so that we show something
if (name~="Persian") then
utilities.set_message ('maint_unknown_lang'); -- add maint category if not already added
end
end
سطر ۱٬۶۵۷ ⟵ ۱٬۶۵۹:
return ''; -- if one language and that language is this wiki's return an empty string (no annotation)
end
if (name=='Persian') then
return (" " .. wrap_msg ('language', name)); -- otherwise wrap with '(in ...)'
return (" " .. wrap_msg ('language', 'فارسی')); -- otherwise wrap with '(in ...)'
else
return (" " .. wrap_msg ('language', name)); -- otherwise wrap with '(in ...)'
end
--[[ TODO: should only return blank or name rather than full list
so we can clean up the bunched parenthetical elements Language, Type, Format