Module:Data/Scripts

From Annwan’s Wiki
Revision as of 08:53, 15 April 2025 by Annwan (talk | contribs)
Jump to navigation Jump to search

Properties for the various scripts


local def, _a do local _u = require("Module:Utils") def, _a = _u._a, _u.def end
return {
	nahan = { dictfloat = ""},
	naqoo = { dictfloat = "1"},
	_getDictfloat = function ( x )
		local data = require("Module:Data/Scripts")
		return def(def(data[_a(x)], {}).dictfloat or "")
	end
}