Module:Data/Scripts
Jump to navigation
Jump to search
Properties for the various scripts
return {
nahan = { dictfloat = ""},
naqoo = { dictfloat = "1"},
_getDictfloat = function ( frame )
local data = require("Data/Scripts")
return data[frame.args[1]].dictfloat or ""
end
}