Module:Pagetype/config: Difference between revisions

m
1 revision imported
m (1 revision imported: Prefs for Twinkle)
m (1 revision imported)
 
(One intermediate revision by one other user not shown)
Line 117:
-- The value used if the module detects an undefined namespace.
cfg.otherDefault = 'page'
 
-- The usual suffix denoting a plural.
cfg.plural = 's'
 
-- This table holds plurals not formed by a simple suffix.
cfg.irregularPlurals = {
["category"] = "categories"
}
 
--------------------------------------------------------------------------------