This module maintains the complete list of supported Wikidot module rules
and provides a case-insensitive lookup by module name. When the parser
encounters [[module XYZ ...]], it uses getModuleRuleByName("xyz") to
find the corresponding rule handler.
Module rule registry and name-based lookup.
This module maintains the complete list of supported Wikidot module rules and provides a case-insensitive lookup by module name. When the parser encounters
[[module XYZ ...]], it usesgetModuleRuleByName("xyz")to find the corresponding rule handler.