“モジュール:Citation/CS1/Configuration” のwerson間の差分

編集の要約なし
(https://ja.wikipedia.org/w/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Citation/CS1/Configuration&oldid=106910821 の複製)
 
編集の要約なし
 
2,640行目: 2,640行目:
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 = mw.loadData ('Module:Citation/CS1/Identifier limits'); -- attempt to load the tabular data from commons into <tab_data_t>
if false == tab_data_t then -- undocumented 'feature': mw.ext.data.get() sometimes returns false
if false == 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