User talk:Mlpearc
From MediaWiki.org
Contents |
[edit] Re: Extension:Theme Designer
Oh, 1.16 doesn't have Html::closeElement. If you need it to work just replace any Html::closeElement with Xml::closeElement. That extension was never exactly completed, it does some interesting stuff, but it's really a glorified tool for site css experimentation right now. Dantman 02:21, 31 May 2011 (UTC)
[edit] Re: Book manager error
I've reported these problems on bug #30583 and bug #30585. Thank you for reporting them. Helder 12:31, 26 August 2011 (UTC)
[edit] Archive box
{{Archive box
| title = [[<NS_PROJECT (The wiki name)> talk:Requests_for_permissions/Archive 1|Archived request]]
| box-width = 175px
| search = yes
| auto = long
| links = 2
| root = <NS_PROJECT (The wiki name)> talk:Requests_for_permissions/
| button-label = Search Requests
| style = background-color:#F0FFF0; border: 1px solid #2E8B57;
| image = [[File:Exquisite-hdd mount.png|35px]]
}}
[edit] Namespace shorcuts
$wgNamespaceAliases = array(
'EFD' => NS_PROJECT,
'TM' => NS_TEMPLATE,
'CAT' => NS_CATEGORY,
'HP' => NS_HELP,
'MW' => NS_MEDIAWIKI,
);
/* Namespace shorcuts */ $wgNamespaceAliases['EFD'] = NS_PROJECT; $wgNamespaceAliases['MW'] = NS_MEDIAWIKI; $wgNamespaceAliases['MW'] = NS_MEDIAWIKI;