Module:Data/Scripts

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

Properties for the various scripts


return {
	nahan = { dictfloat = ""},
	naqoo = { dictfloat = "1"},
	_getDictfloat = function ( frame )
		local data = require("Module:Data/Scripts")
		return (data[frame.args[1]] or {}).dictfloat or ""
	end
}