Module:Check isxn/doc: Difference between revisions
Appearance
Content deleted Content added
Caleb Cooper (talk | contribs) |
Caleb Cooper (talk | contribs) |
||
| Line 25: | Line 25: | ||
See wikipedia for more info: [[wikipedia:Module:Check isxn]] |
See wikipedia for more info: [[wikipedia:Module:Check isxn]] |
||
== See also == |
|||
* [[Module:Citation/CS1]], the original source for this module. |
|||
Latest revision as of 07:52, 19 October 2020
| This is a documentation subpage for Template:Terminate sentence It contains usage information, categories and other content that is not part of the original module page. |
| This module is subject to page protection. It is a highly visible module in use by a very large number of pages, or is substituted very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is protected from editing. |
| This page was automatically imported from Commons any changes will be overwritten, the source page is here () |
This module may be used to validate ISBNs, ISMNs, and ISSNs.
Usage
For ISBNs,
{{#invoke:check isxn|check_isbn|978-0-12-345678-9|error={{error-small|Invalid ISBN}}}}
For ISMNs,
{{#invoke:check isxn|check_ismn|979-0-1234567-8-9|error={{error-small|Invalid ISMN}}}}
For ISSNs,
{{#invoke:check isxn|check_issn|1234-5678|error={{error-small|Invalid ISSN}}}}
Examples
{{#invoke:check isxn|check_isbn|978-3-16-148410-0|error={{error-small|Invalid ISBN}}}}→{{#invoke:check isxn|check_isbn|978-0-12-345678-9|error={{error-small|Invalid ISBN}}}}→ Invalid ISBN{{#invoke:check isxn|check_isbn|ISBN 978-3-16-148410-0|error={{error-small|Invalid ISBN}}}}→ Invalid ISBN{{#invoke:check isxn|check_ismn|979-0-9016791-7-7|error={{error-small|Invalid ISMN}}}}→{{#invoke:check isxn|check_ismn|979-0-1234567-8-9|error={{error-small|Invalid ISMN}}}}→ Invalid ISMN{{#invoke:check isxn|check_issn|1234-5679|error={{error-small|Invalid ISSN}}}}→{{#invoke:check isxn|check_issn|1234-5678|error={{error-small|Invalid ISSN}}}}→ Invalid ISSN
See wikipedia for more info: wikipedia:Module:Check isxn