Module:Infobox item: Difference between revisionsGive feedback
Added list for prop keys that need to be ignored |
Gammaton32 (talk | contribs) removed enhanced tabber as a temporary fix for broken formatting |
||
| Line 676: | Line 676: | ||
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) | ||