Difference between revisions of "Wiki/mediawiki/extensions/getting extensions"
< Wiki | mediawiki | extensions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | <br/> | + | <br /> |
MediaWiki made it easy on us with their "Extension Distributor" | MediaWiki made it easy on us with their "Extension Distributor" | ||
Line 6: | Line 6: | ||
Assuming the below link is still valid, you can browse a dropdown list of available extensions and dropdown list of stable releases of MediaWiki. | Assuming the below link is still valid, you can browse a dropdown list of available extensions and dropdown list of stable releases of MediaWiki. | ||
− | https://www.mediawiki.org/wiki/Special:ExtensionDistributor | + | <a href="https://www.mediawiki.org/wiki/Special:ExtensionDistributor">https://www.mediawiki.org/wiki/Special:ExtensionDistributor</a> |
+ | |||
+ | |||
+ | |||
+ | |||
+ | # Download an extension | ||
+ | # uncompress the downloaded extension | ||
+ | # add the extension to the "extensions" in your wiki | ||
+ | # Open the README for installation instructions | ||
+ | ## usually you doe this by modifying LocalSettings.php | ||
+ | ### usually, just add the following line: |
Revision as of 18:30, 30 August 2020
MediaWiki made it easy on us with their "Extension Distributor"
Assuming the below link is still valid, you can browse a dropdown list of available extensions and dropdown list of stable releases of MediaWiki.
<a href="https://www.mediawiki.org/wiki/Special:ExtensionDistributor">https://www.mediawiki.org/wiki/Special:ExtensionDistributor</a>
- Download an extension
- uncompress the downloaded extension
- add the extension to the "extensions" in your wiki
- Open the README for installation instructions
- usually you doe this by modifying LocalSettings.php
- usually, just add the following line:
- usually you doe this by modifying LocalSettings.php