EOB:Project Mediawiki configuration

From Encyclopedia of Buddhism
Jump to navigation Jump to search

User guide

Consult the User's Guide for information on using the wiki software.

Configuration

Variables

$wgCapitalLinks = false;

  • https://www.mediawiki.org/wiki/Manual:$wgCapitalLinks
  • I tried this variable to allow lower-case first letter in article titles, but it broke some templates, because it causes all artcle names to be case-senstivie (including first letter). There is an override option for different namespaces, but it would require serious thought and effort to set this up.