Jump to content

Module:User:Erutuon/display data

From Wiktionary, the free dictionary
local export = {}

function export.show()
	require("Module:User:Erutuon/pass data from invocation").pass_data("here is the data")
	local data_module = mw.loadData("Module:User:Erutuon/bad data module")
	return data_module.data
end

return export