Module:Template link general/config: Difference between revisions

From Foo "Raspberry" Barz
Create configuration subpage for Module:Template link general
 
m 导入1个版本
 
(No difference)

Latest revision as of 12:58, 30 January 2024

Documentation for this module may be created at Module:Template link general/config/doc

local cfg = {}; -- Don’t touch this line.

-- The link for the “subst:” prefix when the “link subst” parameter is truthy.
-- Set to “nil” to disable  the “link subst” parameter.
cfg["subst-link"] = "Special:MyLanguage/Help:Substitution";

return cfg; -- Don’t touch this line.