Jump to content

Module:Citation/CS1/Configuration: Difference between revisions

extra text true, remove Roman numeral patterns until there is consensus
m ('no' / 'nos' in |issue= tweak;)
(extra text true, remove Roman numeral patterns until there is consensus)
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 = {
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.