Module:Data/Scripts

From Annwan’s Wiki
Revision as of 12:59, 14 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]].dictfloat or ""
	end
}