Modul:Check isxn/Doku: Unterschied zwischen den Versionen
imported>Frietjes |
imported>Frietjes |
||
Zeile 21: | Zeile 21: | ||
== Templates/modules using this module == | == Templates/modules using this module == | ||
* {{tl| | * {{tl|Book list}} | ||
* {{tl|Graphic novel list}} | * {{tl|Graphic novel list}} | ||
* {{tl|Infobox book/isbn}} | * {{tl|Infobox book/isbn}} | ||
* {{tl|Infobox comic book title}} | * {{tl|Infobox comic book title}} | ||
* {{tl|Infobox comics story arc}} | * {{tl|Infobox comics story arc}} | ||
* {{tl|Infobox comics team and title}} | |||
* {{tl|ISBNT}} | |||
* {{tl|ISSN}} | |||
== See also == | == See also == | ||
* [[Module:Citation/CS1]], the original source for this module. | * [[Module:Citation/CS1]], the original source for this module. |
Version vom 11. März 2016, 19:35 Uhr
Dies ist eine nachgeordnete Seite der Dokumentation von Modul:Check isxn. Sie enthält Informationen zur Verwendung, Kategorisierung und zu anderem Inhalt, der nicht Bestandteil der originalen Modul-Seite ist. |
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=<span class="error">Invalid ISBN</span>}}
For ISMNs,
{{#invoke:check isxn|check_ismn|979-0-1234567-8-9|error=<span class="error">Invalid ISMN</span>}}
For ISSNs,
{{#invoke:check isxn|check_issn|1234-5678|error=<span class="error">Invalid ISSN</span>}}
Examples
{{#invoke:check isxn|check_isbn|978-3-16-148410-0|error=<span class="error">Invalid ISBN</span>}}
→{{#invoke:check isxn|check_isbn|978-0-12-345678-9|error=<span class="error">Invalid ISBN</span>}}
→ Invalid ISBN{{#invoke:check isxn|check_isbn|ISBN 978-3-16-148410-0|error=<span class="error">Invalid ISBN</span>}}
→ Invalid ISBN{{#invoke:check isxn|check_ismn|979-0-9016791-7-7|error=<span class="error">Invalid ISMN</span>}}
→{{#invoke:check isxn|check_ismn|979-0-1234567-8-9|error=<span class="error">Invalid ISMN</span>}}
→ Invalid ISMN{{#invoke:check isxn|check_issn|1234-5679|error=<span class="error">Invalid ISSN</span>}}
→{{#invoke:check isxn|check_issn|1234-5678|error=<span class="error">Invalid ISSN</span>}}
→ Invalid ISSN
Templates/modules using this module
- {{Book list}}
- {{Graphic novel list}}
- {{Infobox book/isbn}}
- {{Infobox comic book title}}
- {{Infobox comics story arc}}
- {{Infobox comics team and title}}
- {{ISBNT}}
- {{ISSN}}
See also
- Module:Citation/CS1, the original source for this module.