الفرق بين الصفحتين: «وحدة:Citation/CS1» و«وحدة:Citation/CS1/ملعب»

من دار الحكمة
(الفرق بين الصفحتين)
اذهب إلى التنقلاذهب الى البحث
صفحة 1
صفحة 2
imported>Mr. Ibrahem
إخفاء تصنيف:صيانة الاستشهاد: استشهادات بمسارات غير مؤرشفة إذا كان المسار من موقع archive.org
 
imported>MenoBot
ط إصلاح أخطاء فحص ويكيبيديا من 1 إلى 104
 
سطر 2٬533: سطر 2٬533:
local archive_url_timestamp; -- timestamp from wayback machine url
local archive_url_timestamp; -- timestamp from wayback machine url
--#Added Block to add category for unarchived URLs
--#Added Block to add category for unarchived URLs
if utilities.is_set(URL) and not utilities.is_set(A['ArchiveURL']) and not wikidatacite
if utilities.is_set(URL) and not utilities.is_set(A['ArchiveURL']) and not wikidatacite then
and not URL:match('//archive%.org/') -- no need for ArchiveURL if the URL is from archive cite! by User:Mr. Ibrahem
then
utilities.add_prop_cat ('no_archive');
utilities.add_prop_cat ('no_archive');
end
end
سطر 3٬598: سطر 3٬596:
metadata.set_selected_modules (cfg, utilities); -- so that functions in COinS can see the selected cfg tables and selected Utilities module
metadata.set_selected_modules (cfg, utilities); -- so that functions in COinS can see the selected cfg tables and selected Utilities module
z = utilities.z; -- table of error and category tables in Module:Citation/CS1/Utilities
z = utilities.z; -- table of error and category tables in Module:Citation/CS1/Utilities
mw.logObject( z, 'z' )
is_preview_mode = not utilities.is_set (frame:preprocess ('{{REVISIONID}}'));
is_preview_mode = not utilities.is_set (frame:preprocess ('{{REVISIONID}}'));
--local args = {}; -- table where we store all of the template's arguments
--local args = {}; -- table where we store all of the template's arguments