وحدة:Citation/CS1/Identifiers: الفرق بين النسختين

[نسخة منشورة][نسخة منشورة]
تم حذف المحتوى تمت إضافة المحتوى
ط تحديث
طلا ملخص تعديل
سطر 498:
if is_set(inactive_year) and is_set (inactive_month) then
table.insert( z.error_categories, 'Pagesصفحات withتحتوي DOIsعلى inactiveوصلة asدوي ofغير نشطة منذ ' .. inactive_yearinactive_month .. ' ' .. inactive_monthinactive_year); -- use inactive month in category name -- Pages with DOIs inactive as of
elseif is_set(inactive_year) then
table.insert( z.error_categories, 'Pagesصفحات withتحتوي DOIsعلى inactiveوصلة asدوي ofغير نشطة منذ ' .. inactive_year);
else
table.insert( z.error_categories, 'Pagesصفحات withتحتوي inactiveعلى DOIsوصلة دوي غير نشطة'); -- when inactive doesn't contain a recognizable date
end
inactive = " (" .. cfg.messages['inactive'] .. ' ' .. inactive .. ')';