Module:IU: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 January 2025

  • curprev 08:5908:59, 20 January 2025Pavel Malakhov addition contribs 700 bytes +700 Created page with "local iu = {} -- functions package for “Secret Doctrine” by H.P. Blavatsky local function isempty(s) return s == nil or s == '' 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['volume'] )..."