Module:Check isxn/doc: Difference between revisions
Appearance
Content deleted Content added
Added the page to Category:Module documentation pages |
|||
Line 28: | Line 28: | ||
* {{tl|Infobox comics team and title}} |
* {{tl|Infobox comics team and title}} |
||
* {{tl|ISBN}} |
* {{tl|ISBN}} |
||
* {{tl|ISBNT}} |
* {{tl|ISBNT}} |
||
* {{tl|ISMN}} |
* {{tl|ISMN}} |
||
* {{tl|ISSN}} |
* {{tl|ISSN}} |
Latest revision as of 14:50, 11 September 2024
![]() | This Lua module is used on approximately 490,000 pages, or roughly 1% of all pages. To avoid major disruption and server load, any changes should be tested in the module's /sandbox or /testcases subpages, or in your own module sandbox. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
This module may be used to validate ISBNs, ISMNs, and ISSNs.
Usage
[edit]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
[edit]{{#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}}}}
→ calling template requires template_name parameter{{#invoke:check isxn|check_isbn|ISBN 978-3-16-148410-0|error={{error-small|Invalid ISBN}}}}
→ calling template requires template_name parameter{{#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
Templates/modules using this module
[edit]- {{Book list}}
- {{Graphic novel list}}
- {{Infobox comic book title}}
- {{Infobox comics story arc}}
- {{Infobox comics team and title}}
- {{ISBN}}
- {{ISBNT}}
- {{ISMN}}
- {{ISSN}}
See also
[edit]- Module:Citation/CS1, the original source for this module.