All public logs

Combined display of all available logs of Teopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:03, 12 December 2024 Pavel Malakhov addition contribs created page Module:PDF (Created page with "local pdf = {} -- functions package for PDF books to match page numbers in pdf and hard-copy. local function isempty(s) return s == nil or s == '' end -- Return pdf page number in BCW, which coresponds to book page -- Example for vol.1: xxxiv → 34; 100 → 180 -- Call example: {{#invoke: PDF | bcw_pdf_page | volume=1 | page=17}} -- Values see at: https://en.teopedia.org/lib/Special:RunQuery/BCW_page_info function pdf.bcw_pdf_page( frame ) local volume = tonumber(...")