An open API service indexing awesome lists of open source software.

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: about 1 month ago
JSON representation

A MediaWiki extension that provides additional functionality specific to wikis run by Adelheid Software.

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.