Editing Module:Infobox itemGive 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 784: | Line 784: | ||
function p.render(frame) | function p.render(frame) | ||
local output = concat({ | local output = concat({ | ||
build_tooltip_impl(frame, false), | build_tooltip_impl(frame, false), | ||
}, "\n") | }, "\n") | ||
return mw.getCurrentFrame():preprocess(output) | return mw.getCurrentFrame():preprocess(output) | ||