Modul:reference information/functions

A Wikiszótárból, a nyitott szótárból

A modult a Modul:reference information/functions/doc lapon tudod dokumentálni

return {
	Hakluyt = function (data, page)
		-- Model:
		-- https://archive.org/stream/cihm_35668#page/n{{#expr:{{{page|{{{2|{{{pageref|}}}}}}}}}+20}}/mode/1up
		return "https://archive.org/stream/cihm_35668#page/n" .. (data + page) .. "/mode/1up"
	end,
}