Module:Template link general/config: Difference between revisions
From Handhelds Wiki
Jump to navigationJump to search
mediawiki>Pppery m Protected "Module:Template link general/config" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)) |
HandheldWiki (talk | contribs) m 1 revision imported |
(No difference)
| |
Latest revision as of 17:54, 10 May 2025
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.