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):
- Moduli su it.voy
- Moduli su it.wikisource
- Moduli su it.wiktionary
- Moduli su it.wikibooks
- Moduli su it.wikinews
- Moduli su it.wikiquote
- Moduli su it.wikipedia
At the moment, they're simply organized by project, plus a sandbox
folder for testing purposes.