W3TPL: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
(github)
(/source moved to /archive/code; added /history and /archive)
Line 3: Line 3:
===Pages===
===Pages===
* [[/recipes]]: useful snippets for W3TPL
* [[/recipes]]: useful snippets for W3TPL
* [[/source]]: the source code for the extension
* [[/tags]]: tags defined for use within wikitext
* [[/tags]]: tags defined for use within wikitext
* [[/sysdata]]: syntax for accessing system data
* [[/sysdata]]: syntax for accessing system data
* [[/test suite]]: code to verify that W3TPL is working properly
* [[/test suite]]: code to verify that W3TPL is working properly
* [[/history]]: change log
* [[/dev]]: bits & pieces under development
* [[/dev]]: bits & pieces under development
* [[/archive]]: obsolete stuff
==Links==
==Links==
* [https://github.com/woozalia/w3tpl/ GitHub]: code should be here soon
* [https://github.com/woozalia/w3tpl/ GitHub]: official code repository

Revision as of 19:45, 13 March 2015

Overview

W3TPL, which stands for Woozle's Wacky Wiki Text Processing Language, is a scripting language extension for MediaWiki. It is currently in development, although it does perform some useful functions as-is.

Pages

  • /recipes: useful snippets for W3TPL
  • /tags: tags defined for use within wikitext
  • /sysdata: syntax for accessing system data
  • /test suite: code to verify that W3TPL is working properly
  • /history: change log
  • /dev: bits & pieces under development
  • /archive: obsolete stuff

Links

  • GitHub: official code repository