warframe

This is the documentation page for Module:InternalNames


Simple module to generate a CSV list of items' known uniqueNames for debuggging purposes.

CSV List

Lua error in Module:InternalNames at line 30: data for mw.loadData contains a table with a metatable.

Missing Internal Names

Lua error in Module:InternalNames at line 30: data for mw.loadData contains a table with a metatable.

Documentation

Package items

internalnames.main(frame) (function)
Entry point to invoke module. Generates a CSV list of item internal names mapped to their localized name.
Parameter: frame Frame object (table)
Returns: Wikitext of resultant CSV list (string)
internalnames.findMissingInternalNames(frame) (function)
Generates a CSV list of item names that have unknown internal names.
Parameter: frame Frame object (table)
Returns: Wikitext of resultant CSV list (string)

Created with Docbunto

See Also


Code