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:
frameFrame 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:
frameFrame object (table) - Returns: Wikitext of resultant CSV list (string)
- Created with Docbunto
See Also