پودمان:Infobox/config

از پژوهشکده امر به معروف
< پودمان:Infobox
نسخهٔ تاریخ ‏۱۲ اسفند ۱۳۹۳، ساعت ۲۰:۱۵ توسط Mr. Stradivarius (نظرات) (add wrapper suffix)

(تفاوت) → نسخهٔ قدیمی‌تر | نمایش نسخهٔ فعلی (تفاوت) | نسخهٔ جدیدتر ← (تفاوت)
پرش به: ناوبری، جستجو

توضیحات این پودمان می‌تواند در پودمان:Infobox/config/توضیحات قرار گیرد.

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

}