Module:Infobox item: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) removed enhanced tabber as a temporary fix for broken formatting |
Undo revision 64454 by Gammaton32 (talk) Tabs should be working now I think Tag: Undo |
||
| Line 676: | Line 676: | ||
function p.render(frame) | function p.render(frame) | ||
local output = concat({ | local output = concat({ | ||
"<tabber>", | |||
lang.get_string("citadel_settings_camera_preset_default") .. "=", | |||
build_tooltip_impl(frame, false), | build_tooltip_impl(frame, false), | ||
"|-|", | |||
lang.get_string("Citadel_ItemDraft_Enhanced") .. "=", | |||
build_tooltip_impl(frame, true), | |||
"</tabber>" | |||
}, "\n") | }, "\n") | ||
return mw.getCurrentFrame():preprocess(output) | return mw.getCurrentFrame():preprocess(output) | ||