299
edits
Rogers>MSGJ m (add cfg for soft redirects and SIAs) |
Innocentuzo (talk | contribs) m (1 revision imported) |
||
(One intermediate revision by one other user not shown) | |||
Line 84: | Line 84: | ||
-- The parameter name to use for disambiguation pages page. | -- The parameter name to use for disambiguation pages page. | ||
cfg.dab = 'dab' | cfg.dab = 'dab' | ||
-- The parameter name to use for non-existent pages. | |||
cfg.ne = 'nonexistent' | |||
cfg.neDefault = 'page' | |||
cfg.softRedirect = 'soft_redirect' | cfg.softRedirect = 'soft_redirect' | ||
Line 90: | Line 94: | ||
cfg.sia = 'sia' | cfg.sia = 'sia' | ||
cfg.siaDefault = 'article' | cfg.siaDefault = 'article' | ||
cfg.rfd = 'redirect' | |||
cfg.rfdDefault = 'redirect' | |||
-- This table holds the different possible aliases for disambiguation-class | -- This table holds the different possible aliases for disambiguation-class |