<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.americanmusicclub.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AISBNT</id>
	<title>Module:ISBNT - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.americanmusicclub.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AISBNT"/>
	<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/index.php?title=Module:ISBNT&amp;action=history"/>
	<updated>2026-04-07T20:44:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wiki.americanmusicclub.com/index.php?title=Module:ISBNT&amp;diff=28719&amp;oldid=prev</id>
		<title>Amc-admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.americanmusicclub.com/index.php?title=Module:ISBNT&amp;diff=28719&amp;oldid=prev"/>
		<updated>2018-01-13T00:44:35Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module implements [[Template:ISBNT]]&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.link(frame)&lt;br /&gt;
	local check_isbn = require( &amp;quot;Module:Check isxn&amp;quot; ).check_isbn&lt;br /&gt;
	local isxns = mw.text.split(frame.args[1] or frame:getParent().args[1] or &amp;#039;&amp;#039;, &amp;quot;%s*,%s*&amp;quot;)&lt;br /&gt;
	local res = {}&lt;br /&gt;
	for i, isxn in ipairs(isxns) do&lt;br /&gt;
		table.insert(res, &amp;#039;[[Special:BookSources/&amp;#039; .. isxn .. &amp;#039;|&amp;#039; .. isxn .. &amp;#039;]]&amp;#039; &lt;br /&gt;
			.. check_isbn({[&amp;#039;args&amp;#039;] = {isxn, [&amp;#039;error&amp;#039;] = &amp;#039;&amp;lt;span class=&amp;quot;error&amp;quot; style=&amp;quot;font-size:88%&amp;quot;&amp;gt;Check ISBN&amp;lt;/span&amp;gt;&amp;#039; ..&lt;br /&gt;
				frame:preprocess(&amp;#039;{{main other|[[Category:Pages with ISBN errors]]}}&amp;#039;)}})&lt;br /&gt;
			)&lt;br /&gt;
	end&lt;br /&gt;
	return table.concat(res, &amp;#039;, &amp;#039;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Amc-admin</name></author>
	</entry>
</feed>