Module:Infobox: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 432: | Line 432: | ||
-- Render tracking categories. args.decat == turns off tracking categories. | -- Render tracking categories. args.decat == turns off tracking categories. | ||
local function renderTrackingCategories() | local function renderTrackingCategories() | ||
if | local yesnoFunc = require("Module:Yesno") | ||
if yesnoFunc(args.decat) then return end | |||
if args.child == 'yes' then | if args.child == 'yes' then | ||
if args.title then | if args.title then | ||