אונטערשייד צווישן ווערסיעס פון "יחידה:Citation/CS1/Configuration"

קיין רעדאגירונג באמערקונג
אין תקציר עריכה
צייכן: צוריקגעשטעלט
אין תקציר עריכה
צייכן: צוריקגעשטעלט
שורה 2,170: שורה 2,170:
local id_limits_data_load_fail = false; -- flag; assume that we will be successful when loading json id limit tabular data
local id_limits_data_load_fail = false; -- flag; assume that we will be successful when loading json id limit tabular data
local tab_data_t = mw.ext.data.get ('CS1/Identifier limits.tab'); -- attempt to load the tabular data from commons into <tab_data_t>
local tab_data_t
if mw.ext and mw.ext.data then
    tab_data_t = mw.ext.data.get('CS1/Identifier limits.tab')
end -- attempt to load the tabular data from commons into <tab_data_t>
if not tab_data_t then -- undocumented 'feature': mw.ext.data.get() sometimes returns false
if not tab_data_t then -- undocumented 'feature': mw.ext.data.get() sometimes returns false
id_limits_data_load_fail = true; -- set the flag so that Module:Citation/CS1 can create an unannotated maint category
id_limits_data_load_fail = true; -- set the flag so that Module:Citation/CS1 can create an unannotated maint category