Module:Pagetype/config: Difference between revisions

Content deleted Content added
m Changed protection level for "Module:Pagetype/config": High-risk Lua module ([Edit=Require administrator access] (indefinite) [Move=Require administrator access] (indefinite))
update from sandbox
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"
}
 
--------------------------------------------------------------------------------