On Thu, Apr 23, 2015 at 1:44 PM, Jack Phoenix <[email protected]> wrote:
> > A lot of the on-wiki > documentation at MediaWiki.org is outdated, lacking or likely both. ... > You'll need: > *good explanation follows* > That's pretty much what https://www.mediawiki.org/wiki/Manual:Skinning says. I made a few improvements. If you see anything outdated or lacking there, Be Bold. Would it help if we developed a BoilerPlate skin like the BoilerPlate extension? On Fri, Apr 24, 2015 at 11:00 AM, Bartosz Dziewoński <[email protected]> wrote: For example, to get rid of everything related to MediaWiki UI (replace > 'yourskinname' with the name of your skin): > > $wgResourceModuleSkinStyles['yourskinname'] = array( > 'mediawiki.ui' => array(), > 'mediawiki.ui.checkbox' => array(), > 'mediawiki.ui.radio' => array(), > 'mediawiki.ui.anchor' => array(), > 'mediawiki.ui.button' => array(), > 'mediawiki.ui.input' => array(), > 'mediawiki.ui.icon' => array(), > 'mediawiki.ui.text' => array(), > ); > I added this to https://www.mediawiki.org/wiki/Manual:$wgResourceModuleSkinStyles and mention this global in Manual:Skinning. -- =S Page WMF Tech writer _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
