Module:reference information/functions

Hello, you have come here looking for the meaning of the word Module:reference information/functions. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:reference information/functions, but we will also tell you about its etymology, its characteristics and you will know how to say Module:reference information/functions in singular and plural. Everything you need to know about the word Module:reference information/functions you have here. The definition of the word Module:reference information/functions will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:reference information/functions, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.


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,
}