<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mywikibiz.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://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AISBNT"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:ISBNT&amp;action=history"/>
	<updated>2026-06-14T03:56:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://mywikibiz.com/index.php?title=Module:ISBNT&amp;diff=471964&amp;oldid=prev</id>
		<title>Zoran: Pywikibot 6.4.0</title>
		<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:ISBNT&amp;diff=471964&amp;oldid=prev"/>
		<updated>2021-07-15T22:07:37Z</updated>

		<summary type="html">&lt;p&gt;Pywikibot 6.4.0&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;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, '[[Special:BookSources/' .. isxn .. '|' .. isxn .. ']]' &lt;br /&gt;
			.. check_isbn({['args'] = {isxn, ['error'] = '&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;' ..&lt;br /&gt;
				frame:preprocess('{{main other|[[Category:Pages with ISBN errors]]}}')}})&lt;br /&gt;
			)&lt;br /&gt;
	end&lt;br /&gt;
	return table.concat(res, ', ')&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>