Module:Infobox ET: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
Debug mode was broken |
||
| Line 5: | Line 5: | ||
local ET = require("Module:ET") | local ET = require("Module:ET") | ||
local infobox = require("Module:Infobox") | local infobox = require("Module:Infobox") | ||
-- check whether the input is a non-empty string | -- check whether the input is a non-empty string | ||
| Line 50: | Line 49: | ||
function p.infobox_ET(frame) | function p.infobox_ET(frame) | ||
-- debug mode will disable the categories | -- debug mode will disable the categories | ||
local debug_mode = | local debug_mode = frame.args["debug"] | ||
local categories = "" | local categories = "" | ||