Jump to content

Module:Check isxn/doc

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 20:03, 18 March 2016 (Templates/modules using this module). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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>}} calling template requires template_name parameter
  • {{#invoke:check isxn|check_isbn|ISBN 978-3-16-148410-0|error=<span class="error">Invalid ISBN</span>}} calling template requires template_name parameter
  • {{#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

See also