Content deleted Content added
m oops |
suggest use of {{Please check ISBN}} |
||
Line 13:
// == Helpers ==
// === DOM manipulation ===
Line 1,431 ⟶ 1,432:
end: m.end,
name: 'ISBN',
replacement: "{{Please check ISBN|"+m[1]+""}}",
description: 'Should be either 10 or 13 digits long',
help: 'ISBN numbers should be either 10 or 13 digits long. '
Line 1,444 ⟶ 1,446:
end: m.end,
name: 'ISBN',
replacement: "{{Please check ISBN|"+m[1]+""}}",
description: 'Improper usage of X as a digit',
help: "``<tt>X</tt>'' can only be used in 10-digit ISBN numbers "
Line 1,469 ⟶ 1,472:
end: m.end,
name: 'ISBN',
replacement: "{{Please check ISBN|"+m[1]+""}}",
description: 'Bad ISBN checksum',
help: 'Bad ISBN checksum for<br/><tt>' + m[1] + '</tt><br/>'
|