Module:Template link general/config
From Net 7 Portal Wiki
More actions
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.
-- Codemonkeyx: not dealing with localization
cfg["subst-link"] = nil;
return cfg; -- Don’t touch this line.