Module:Infobox interval: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
Undo revision 184879 by ArrowHead294 (talk). The debug mode is used in several places on the wiki where categories should be disabled Tag: Undo |
||
| Line 362: | Line 362: | ||
end | end | ||
local result = infobox.build("<u>Interval information</u>", infobox_data) .. cats | local result = infobox.build("<u>Interval information</u>", infobox_data) | ||
return frame:preprocess( | |||
if not debug_mode then | |||
result = result .. cats | |||
end | |||
return frame:preprocess(result) | |||
end | end | ||
return p | return p | ||