https://github.com/adelheidsoftware/adelheid-wiki-tweaks
A MediaWiki extension that provides additional functionality specific to wikis run by Adelheid Software.
https://github.com/adelheidsoftware/adelheid-wiki-tweaks
mediawiki mediawiki-extension
Last synced: 2 months ago
JSON representation
A MediaWiki extension that provides additional functionality specific to wikis run by Adelheid Software.
- Host: GitHub
- URL: https://github.com/adelheidsoftware/adelheid-wiki-tweaks
- Owner: adelheidsoftware
- License: gpl-3.0
- Created: 2024-07-31T02:26:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T08:11:29.000Z (about 1 year ago)
- Last Synced: 2026-01-19T00:02:44.687Z (6 months ago)
- Topics: mediawiki, mediawiki-extension
- Language: PHP
- Homepage: https://adelheid.org/
- Size: 133 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# adelheid-wiki-tweaks
A MediaWiki extension that provides additional functionality specific to wikis run by Adelheid Software.
This extension modifies the footer links of our MediaWiki installation.
It also adds several custom parser functions:
* `toCargoBoolean`: converts `true`, `yes`, and similar to `1` and converts `false`, `no`, and similar to `0`.
* `calculateDamageTypes`: Takes in five booleans and determines the Elden Ring damage type from the input. The five booleans represent `standard`, `strike`, `slash`, `pierce`, and `none` damage, in that order.