Module:Infobox interval: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 363: | Line 363: | ||
local s = infobox.build("<u>Interval information</u>", infobox_data) | local s = infobox.build("<u>Interval information</u>", infobox_data) | ||
return frame:preprocess( | |||
if not debug_mode then | |||
s = s .. cats | |||
end | |||
return frame:preprocess(s) | |||
end | end | ||
return p | return p | ||