モジュール:Citation/CS1/Configuration (Ipemoto a=nukar)
2025 ppm 11 2025-11-12T19:02:26+00:00up 12 302025 (Wak.) 19:02時点におけるwerson
、 2025 ppm 11 2025-11-12T19:02:26+00:00up 12 302025 (Wak.)編集の要約なし
(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. | 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 | ||