2017 © Pedro Peláez
 

library mediawiki-lightncandy-skin

Simple library for creating LightnCandy based skins for MediaWiki.

image

werdnum/mediawiki-lightncandy-skin

Simple library for creating LightnCandy based skins for MediaWiki.

  • Friday, June 5, 2015
  • by werdnum
  • Repository
  • 1 Watchers
  • 0 Stars
  • 158 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

This is a simple toolkit for creating LightNCandy-based skins for MediaWiki., (*1)

To create a LightNCandy-based skin, you do the following:, (*2)

  1. Create your template class, just make a class that derives from LightNCandyTemplate, and override the getTemplate() method to return a LightNCandy template method. The easiest way to implement this is to use my simple-lightncandy class and call its getTemplate() method.
  2. Create your skin class. Derive from SkinTemplate and set its $template member variable to the class name of your template class.
  3. Register your skin with the factory.

For a full example, see the Blueprint skin., (*3)

The Versions

05/06 2015

dev-master

9999999-dev

Simple library for creating LightnCandy based skins for MediaWiki.

  Sources   Download

GPL

by Andrew Garrett

14/01 2015

0.1.x-dev

0.1.9999999.9999999-dev

Simple library for creating LightnCandy based skins for MediaWiki.

  Sources   Download

GPL

by Andrew Garrett