Module:Template link general/config

From Fyra Wiki
< Module:Template link general
Revision as of 19:55, 7 June 2023 by Alyxia (talk | contribs) (Add the general template linking config)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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"] = "mw:Help:Substitution";

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