Few questions:
- Does this still work in mw1.30?
- Can it create a page with a namespace specified? Is any special escaping needed for the colon?
- With the default of
$egAutoCreatePageNamespaces = [ NS_MAIN, NS_USER, NS_CUSTOM ];
, does it mean that it will work in template included in a page in the main namespace? Or Do I should add "NS_TEMPLATE"?