Module:User:Surjection/100KB includer

From Wiktionary, the free dictionary
Jump to navigation Jump to search

This is a private module sandbox of Surjection, for their own experimentation. Items in this module may be added and removed at Surjection's discretion; do not rely on this module's stability.


local export = {}

function export.require(frame)
	local data = require("Module:User:Surjection/100KB").data
	return mw.ustring.sub(data, 1, 1)
end

function export.loadData(frame)
	local data = mw.loadData("Module:User:Surjection/100KB").data
	return mw.ustring.sub(data, 1, 1)
end

return export