Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adelheidsoftware/sbw-tweaks
A MediaWiki extension that provides additional functionality specific to the Soulsborne Wikis.
https://github.com/adelheidsoftware/sbw-tweaks
mediawiki mediawiki-extension
Last synced: about 1 month ago
JSON representation
A MediaWiki extension that provides additional functionality specific to the Soulsborne Wikis.
- Host: GitHub
- URL: https://github.com/adelheidsoftware/sbw-tweaks
- Owner: adelheidsoftware
- License: gpl-3.0
- Created: 2024-07-31T02:26:11.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T04:31:07.000Z (6 months ago)
- Last Synced: 2024-12-19T05:43:32.949Z (about 1 month ago)
- Topics: mediawiki, mediawiki-extension
- Language: PHP
- Homepage: https://soulsborne.wiki/
- Size: 126 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
# SBW-Tweaks
A MediaWiki extension that provides additional functionality specific to the Soulsborne Wikis.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.