InternationalScratchWiki / ScratchWikiSkin2

Skin for the Scratch Wiki.
https://en.scratch-wiki.info
MIT License
17 stars 15 forks source link

Reimplement using Mustache templates #108

Open ghost opened 1 year ago

ghost commented 1 year ago

MediaWiki's guide on making skins currently recommends that skins are implemented using the Mustache template engine (which is possible in MediaWiki since 1.25, and the zordius/lightncandy Packagist package is listed as being installed in Special:Version as part of MediaWiki).

It reduces the reliance on PHP and might solve several issues tagged on this repository about deprecated functions.