Skip to content

Choose a tag to compare

@wlft wlft released this 19 Jul 14:05

Feature release.

Features

  • Support for common/, with usage similar to shared/, but sites must opt-in individually.
  • Support for syncing content on the MediaWiki namespace, like Common.js, with behavior identical to how modules and templates are currently handled.
  • Support for labels. Now modules//label:ModuleName/ModuleName.module.lua will be valid and interpreted as Module:ModuleName. This is useful for labelling imports, like wikipedia:Arguments or runespace:DependencyList.
  • Added ignore_content_model_errors option, which makes WikiWire ignore unsyncable files, such as .md or .txt files. Lua files incorrectly named with .lua instead of .module.lua may still throw errors.

Full Changelog: v0.3.0...v0.4.0