الفرق بين الصفحتين: «وحدة:Citation/CS1» و«وحدة:Citation/CS1/ملعب»
من دار الحكمة
(الفرق بين الصفحتين)
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 | ||
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 |