<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.teopedia.org/w-lib/index.php?action=history&amp;feed=atom&amp;title=Module%3AIU</id>
	<title>Module:IU - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.teopedia.org/w-lib/index.php?action=history&amp;feed=atom&amp;title=Module%3AIU"/>
	<link rel="alternate" type="text/html" href="https://en.teopedia.org/w-lib/index.php?title=Module:IU&amp;action=history"/>
	<updated>2026-04-24T06:13:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.2</generator>
	<entry>
		<id>https://en.teopedia.org/w-lib/index.php?title=Module:IU&amp;diff=26850&amp;oldid=prev</id>
		<title>Pavel Malakhov: Created page with &quot;local iu = {} -- functions package for “Secret Doctrine” by H.P. Blavatsky  local function isempty(s)   return s == nil or s == &#039;&#039; end  -- Return pdf page number in Isis Unveiled, which coresponds to book page -- Example for vol.1: xxx → 30; 100 → 53 -- Call example: {{#invoke: IU | pdf_page | volume=1 | page=17}} -- Values: -- vol. 1, pages: i-xlv, 1-628 -- vol. 2, pages: i-iv, 1-692 function iu.pdf_page( frame ) 	local volume = tonumber( frame.args[&#039;volume&#039;] )...&quot;</title>
		<link rel="alternate" type="text/html" href="https://en.teopedia.org/w-lib/index.php?title=Module:IU&amp;diff=26850&amp;oldid=prev"/>
		<updated>2025-01-20T08:59:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local iu = {} -- functions package for “Secret Doctrine” by H.P. Blavatsky  local function isempty(s)   return s == nil or s == &amp;#039;&amp;#039; end  -- Return pdf page number in Isis Unveiled, which coresponds to book page -- Example for vol.1: xxx → 30; 100 → 53 -- Call example: {{#invoke: IU | pdf_page | volume=1 | page=17}} -- Values: -- vol. 1, pages: i-xlv, 1-628 -- vol. 2, pages: i-iv, 1-692 function iu.pdf_page( frame ) 	local volume = tonumber( frame.args[&amp;#039;volume&amp;#039;] )...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local iu = {} -- functions package for “Secret Doctrine” by H.P. Blavatsky&lt;br /&gt;
&lt;br /&gt;
local function isempty(s)&lt;br /&gt;
  return s == nil or s == &amp;#039;&amp;#039;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
-- Return pdf page number in Isis Unveiled, which coresponds to book page&lt;br /&gt;
-- Example for vol.1: xxx → 30; 100 → 53&lt;br /&gt;
-- Call example: {{#invoke: IU | pdf_page | volume=1 | page=17}}&lt;br /&gt;
-- Values:&lt;br /&gt;
-- vol. 1, pages: i-xlv, 1-628&lt;br /&gt;
-- vol. 2, pages: i-iv, 1-692&lt;br /&gt;
function iu.pdf_page( frame )&lt;br /&gt;
	local volume = tonumber( frame.args[&amp;#039;volume&amp;#039;] ) or 1&lt;br /&gt;
	local page = tonumber( frame.args[&amp;#039;page&amp;#039;] ) or 1 &lt;br /&gt;
	local p_pdf = 1&lt;br /&gt;
&lt;br /&gt;
	--mw.log(&amp;#039;vol= &amp;#039;.. volume .. &amp;#039;, page= &amp;#039; .. page)&lt;br /&gt;
	if volume == 1 then&lt;br /&gt;
		p_pdf = 45 + page&lt;br /&gt;
	else &lt;br /&gt;
		p_pdf = 4 + page&lt;br /&gt;
	end&lt;br /&gt;
&lt;br /&gt;
	return p_pdf&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return iu&lt;/div&gt;</summary>
		<author><name>Pavel Malakhov</name></author>
	</entry>
</feed>