ಮಾಡ್ಯೂಲ್:Infobox/config

ವಿಕಿಪೀಡಿಯದಿಂದ, ಇದು ಮುಕ್ತ ಹಾಗೂ ಸ್ವತಂತ್ರ ವಿಶ್ವಕೋಶ

Documentation for this module may be created at ಮಾಡ್ಯೂಲ್: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',

}