Module:ItemTables: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m Sylphoid moved page Module:Sandbox/Sylphoid to Module:ItemTables: send to production |
make only template accessible |
||
| Line 118: | Line 118: | ||
local listofKeysTable = {} | local listofKeysTable = {} | ||
local listofItems = "" | local listofItems = "" | ||
local property = frame.args[1] or mw.title.getCurrentTitle().text | local property = frame:getParent().args[1] or mw.title.getCurrentTitle().text | ||
local copyVar = property | local copyVar = property | ||
listofKeysTable = friendlyNames(property) | listofKeysTable = friendlyNames(property) | ||