This is a data module. It cannot be invoked directly, but it can be accessed from other modules.
From Lua, use [[mw:Extension:Scribunto/Lua_reference_manual#mw.loadData|mw.loadData]]
. Be aware that will return a special type of table so some features are unavailable.
From templates, use, or
<nowiki>{{#invoke:LoadData|Numcr2namecr|0x160}}</nowiki>
→ .
Please do not add any functions, metatables etc. to this data table. mw.loadData
is very limited in what it will accept as valid input.