Difference between revisions of "Template:ISBNT/doc"

From blackwiki
Jump to navigation Jump to search
imported>Jonesey95
(Replace ISBN magic link with template, per RFC)
imported>Jonesey95
m (Fix Linter errors using AutoEd)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 
{{Lua|Module:Check isxn}}
 
{{Lua|Module:Check isxn}}
 +
{{High-risk|27000}}
 
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE -->
 
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE -->
  
Line 8: Line 9:
 
===Entering ISBNs===
 
===Entering ISBNs===
 
An ISBN link is created by using the {{tl|ISBN}} template with the International Standard Book Number. Example:
 
An ISBN link is created by using the {{tl|ISBN}} template with the International Standard Book Number. Example:
* <tt><nowiki>{{ISBN|978-1-4133-0454-1}}</nowiki></tt> &nbsp; produces {{ISBN|978-1-4133-0454-1}}
+
* <code><nowiki>{{ISBN|978-1-4133-0454-1}}</nowiki></code> &nbsp; produces {{ISBN|978-1-4133-0454-1}}
  
 
In tables (or other applications) where the letters "ISBN" would be redundant, this '''ISBNT''' template may be used instead, and the link still gets created automatically:
 
In tables (or other applications) where the letters "ISBN" would be redundant, this '''ISBNT''' template may be used instead, and the link still gets created automatically:
* <tt><nowiki>{{ISBNT|1-4133-0454-0}}</nowiki></tt> &nbsp; produces {{ISBNT|1-4133-0454-0}}
+
* <code><nowiki>{{ISBNT|1-4133-0454-0}}</nowiki></code> &nbsp; produces {{ISBNT|1-4133-0454-0}}
* <tt><nowiki>{{ISBNT|978-1-4133-0454-1}}</nowiki></tt> &nbsp; produces {{ISBNT|978-1-4133-0454-1}}
+
* <code><nowiki>{{ISBNT|978-1-4133-0454-1}}</nowiki></code> &nbsp; produces {{ISBNT|978-1-4133-0454-1}}
 +
* <code><nowiki>{{ISBNT|978-1-4133-0454-1|978-1-4133-0454-1|978-1-4133-0454-1}}</nowiki></code> &nbsp; produces {{ISBNT|978-1-4133-0454-1|978-1-4133-0454-1|978-1-4133-0454-1}}
 +
* <code><nowiki>{{ISBNT|978-1-4133-0454-1|978-1-4133-0454-1|978-1-4133-0454-1|leadout=and}}</nowiki></code> &nbsp; produces {{ISBNT|978-1-4133-0454-1|978-1-4133-0454-1|978-1-4133-0454-1|leadout=and}}
  
 
===Error checking===
 
===Error checking===
 
This template uses [[Module:Check isxn]] to validate the ISBN. If the ISBN is not valid, this subtemplate will still generate the link, and it will add the article to [[:Category:Pages with ISBN errors]].
 
This template uses [[Module:Check isxn]] to validate the ISBN. If the ISBN is not valid, this subtemplate will still generate the link, and it will add the article to [[:Category:Pages with ISBN errors]].
 +
 +
Since invalid ISBNs are sometimes used in publications, it is possible to disable the validity check for individual ISBNs given as parameters. In order to do so, add <code>invalid?=yes</code> (with ? replaced by the parameter number 1 to 9) to the template. In this case, the article will be added to [[:Category:Pages with listed invalid ISBNs]].
 +
 +
* <code><nowiki>{{ISBNT|1-4133-0451-0}}</nowiki></code> &nbsp; produces {{ISBNT|1-4133-0451-0}}
 +
 +
* <code><nowiki>{{ISBNT|1-4133-0451-0|invalid1=yes}}</nowiki></code> &nbsp; produces {{ISBNT|1-4133-0451-0|invalid1=yes}}
 +
 +
* <code><nowiki>{{ISBNT|1-4133-0451-0|invalid1=no}}</nowiki></code> &nbsp; produces {{ISBNT|1-4133-0451-0|invalid1=no}}
 +
 +
* <code><nowiki>{{ISBNT}}</nowiki></code> &nbsp; produces {{ISBNT}}
  
 
===See also===
 
===See also===
 
* [[Wikipedia:ISBN]]
 
* [[Wikipedia:ISBN]]
 
* {{tl|ISBN}}
 
* {{tl|ISBN}}
 +
* {{tl|SBN}}
 +
* {{tl|ISMN}}
 +
* {{tl|Listed Invalid ISBN}}
 +
* {{tl|Catalog lookup link}}
  
<includeonly>
+
<includeonly>{{sandbox other||
 
[[Category:Catalog lookup templates]]
 
[[Category:Catalog lookup templates]]
 
[[Category:International Standard Book Number templates]]
 
[[Category:International Standard Book Number templates]]
</includeonly>
+
[[Category:Wikipedia formatting and function templates|{{PAGENAME}}]]
 +
}}</includeonly>

Latest revision as of 02:16, 3 June 2020

Usage

Use this template to create a link to Special:BookSources for an International Standard Book Number without the usual "ISBN" prefix. For example, in a table with a column labelled "ISBN", it would be redundant to write "ISBN" before every International Standard Book Number in the column.

Entering ISBNs

An ISBN link is created by using the {{ISBN}} template with the International Standard Book Number. Example:

  • {{ISBN|978-1-4133-0454-1}}   produces ISBN 978-1-4133-0454-1

In tables (or other applications) where the letters "ISBN" would be redundant, this ISBNT template may be used instead, and the link still gets created automatically:

Error checking

This template uses Module:Check isxn to validate the ISBN. If the ISBN is not valid, this subtemplate will still generate the link, and it will add the article to Category:Pages with ISBN errors.

Since invalid ISBNs are sometimes used in publications, it is possible to disable the validity check for individual ISBNs given as parameters. In order to do so, add invalid?=yes (with ? replaced by the parameter number 1 to 9) to the template. In this case, the article will be added to Category:Pages with listed invalid ISBNs.

  • {{ISBNT|1-4133-0451-0|invalid1=no}}   produces 1-4133-0451-0 Parameter error in {{ISBN}}: Invalid ISBN.
  • {{ISBNT}}   produces Parameter error in {{ISBN}}: Missing ISBN.

See also