Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.06 KB

README.md

File metadata and controls

40 lines (27 loc) · 2.06 KB

Lua (Scribunto) Modules for Wikimedia projects

This repository is just a lazy way for me to keep track of the Lua modules I'm developing for Wikimedia projects. Please refer to the documentation and source code of each module on the Wikimedia projects for more information.

The repo is there just for me to take advantage of the github / IDE tooling, being the visual editor on Wikimedia projects quite limited at the moment.

You can query the Lua Modules on every Wikimedia project by using the following URL:

https://<lang>.<project>.org/w/index.php?title=Special:AllPages&namespace=828```

Where <lang> is the language code of the project and <project> is the project code. So for Italian Wikivoyage you would use it.wikivoyage.

828 is the namespace number for Lua modules.

Examples (Italian projects):

Structure

At the moment, they're simply organized by project, plus a sandbox folder for testing purposes.

Resources about Lua Modules on Wikimedia projects