Module:Infobox/config
La documentation pour ce module peut être créée à Module:Infobox/config/doc
-- This module provides configuration details for [[Module:Infobox]]. return { -- Name of the wrapper template used. ['wrapper'] = "Template:Infobox", -- Suffix for detecting the sandbox page for the wrapper. ['wrapper-sandbox-suffix'] = '/sandbox', -- The name of the category to add on pages which contain infoboxes with no -- data rows. ['category-no-data-row'] = 'Articles which use infobox templates with no data rows', -- The name of the category to add on child infoboxes that use the title -- parameter. ['category-embedded-title'] = 'Pages which use embedded infobox templates with the title parameter', }