Editing Module:Sandbox/One BarGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 127: | Line 127: | ||
local categoryDisplay = itemName["Slot"] | local categoryDisplay = itemName["Slot"] | ||
local description = itemName["Description"] | local description = frame:expandTemplate{ | ||
title = 'ItemDescription', | |||
args = { | |||
itemName["Description"] | |||
} | |||
} | |||
local tableData = mw.html.create('tr') | local tableData = mw.html.create('tr') | ||