Module:Infobox/config : Différence entre versions

De Wiklou, le Wiki du Biclou
Aller à : navigation, rechercher
(add wrapper suffix)
 
m (1 révision importée)
 
(Aucune différence)

Version actuelle datée du 25 janvier 2016 à 18:24

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',

}