Module:R:ka:GED

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

Serves {{R:ka:GED}} to generate a direct link to the online website, so that when the link is opened the word pops up automatically.


local export = {}

-- {{R:ka:GED}}
function export.R_ka_GED(frame)
	local term = frame.args
	local data = ] .. string.len(term) .. ].. term .. ]
	return require("Module:base64").encode(data)
end

return export