Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liquipedia/cardhover
https://github.com/liquipedia/cardhover
extension liquipedia mediawiki mediawiki-extension
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liquipedia/cardhover
- Owner: Liquipedia
- License: mit
- Created: 2016-09-20T17:20:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T15:42:13.000Z (almost 3 years ago)
- Last Synced: 2023-08-16T04:50:43.961Z (over 1 year ago)
- Topics: extension, liquipedia, mediawiki, mediawiki-extension
- Language: PHP
- Homepage: https://liquipedia.net
- Size: 33.2 KB
- Stars: 2
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CardHover
![Code Style](https://github.com/Liquipedia/CardHover/workflows/Code%20Style/badge.svg)This extension generates hover images for internal links to card pages.
# Installation
* Extract the extension folder to extensions/CardHover/
* Add the following line to LocalSettings.php:```
wfLoadExtension( 'CardHover' );
```