Module:TNT/config: Difference between revisions

From Karteria DWRP Wiki
Jump to navigationJump to search
mediawiki>ExE Boss
Use better configuration names and document options
 
Icie (talk | contribs)
m 1 revision imported
 
(No difference)

Latest revision as of 07:03, 29 December 2025

See source: https://www.mediawiki.org/wiki/Module:TNT


local p = {};

-- The tracking category name for global TemplateData pages located on Commons
-- under "Data:Templatedata/" instead of "Data:TemplateData/",
-- defaults to `"Templates using legacy global TemplateData table name"`
-- when not set; set to `false` to disable all categorisation
p.legacyTemplateDataCategoryName = nil;

-- Whether to add the language subtag to the template name using {{#translation:}},
-- defaults to `false`
p.translatableCategoryLink = true;

return p;