https://github.com/liquipedia/networknotice
Network wide site notice, with wikicode support.
https://github.com/liquipedia/networknotice
extension liquipedia mediawiki mediawiki-extension
Last synced: 12 days ago
JSON representation
Network wide site notice, with wikicode support.
- Host: GitHub
- URL: https://github.com/liquipedia/networknotice
- Owner: Liquipedia
- License: mit
- Created: 2017-10-14T02:56:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T11:13:39.000Z (11 months ago)
- Last Synced: 2025-03-27T06:11:58.771Z (29 days ago)
- Topics: extension, liquipedia, mediawiki, mediawiki-extension
- Language: PHP
- Homepage: https://liquipedia.net
- Size: 87.9 KB
- Stars: 6
- Watchers: 10
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NetworkNotice
MediaWiki Extension for Liquipedia
# Installation
* Extract the extension folder to extensions/NetworkNotice/
* Add the following line to LocalSettings.php:```
wfLoadExtension( 'NetworkNotice' );
```* Add table to DB (can import from networknotice.sql).