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("Module:Data/Scripts")
return (data[frame.args[1]] or {}).dictfloat or ""
end
}