Module:Citation/CS1/Configuration: Difference between revisions

m
m ('no' / 'nos' in |issue= tweak;)
 
(3 intermediate revisions by 2 users not shown)
Line 578: Line 578:
vpatterns = { -- patterns for |volume=
vpatterns = { -- patterns for |volume=
'^volumes?',
'^volumes?',
'^vols?[%.:=]?',
'^vols?[%.:=]?'
'^v[%.:= ]', -- Roman numeral without separator (space char is sep char here)
},
},
ipatterns = { -- patterns for |issue=
ipatterns = { -- patterns for |issue=
'^issues?',
'^issues?',
'^iss[%.:=]?',
'^iss[%.:=]?',
'^i[%.:= ]', -- Roman numeral without separator (space char is sep char here)
'^numbers?',
'^numbers?',
'^nos?%A', -- don't match 'november' or 'nostradamus'
'^nos?%A', -- don't match 'november' or 'nostradamus'
Line 1,352: Line 1,350:
anchor = 'extra_text_volume',
anchor = 'extra_text_volume',
category = 'CS1 errors: extra text: volume',
category = 'CS1 errors: extra text: volume',
hidden = false,
hidden = true,
},
},
err_first_missing_last = {
err_first_missing_last = {
Line 1,909: Line 1,907:
encode = true,
encode = true,
separator = ' ',
separator = ' ',
id_limit = 8100000,
id_limit = 8300000,
access = 'free', -- free to read
access = 'free', -- free to read
},
},
Line 1,922: Line 1,920:
encode = false,
encode = false,
separator = ' ',
separator = ' ',
id_limit = 33900000,
id_limit = 34400000,
},
},
['RFC'] = {
['RFC'] = {