Extensions: Difference between revisions

From The Maceys in California
Created page with "The following local extensions are loaded on this wiki: *[https://www.mediawiki.org/wiki/Extension:Display_Title DisplayTitle] This needs to be explored a bit. Allows *[https://www.mediawiki.org/wiki/Extension:Maps Maps] This is used to display map on the web site. The published installation instructions don't work. I finally settled on adding the following to the require-dev section of the composer.json file in the home directory: "mediawiki/maps": "13.0.1" The 13..."
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


*[https://www.mediawiki.org/wiki/Extension:Display_Title DisplayTitle]  
*[https://www.mediawiki.org/wiki/Extension:Display_Title DisplayTitle]  
This needs to be explored a bit. Allows
This needs to be explored a bit.
 
*[https://www.mediawiki.org/wiki/Extension:HTML_Tags HTML Tags]
*[https://www.mediawiki.org/wiki/Extension:Iframe Iframe]
*[https://www.mediawiki.org/wiki/Extension:IframePage IframePage]
*[https://www.mediawiki.org/wiki/Extension:LinkTarget LinkTarget]
*[https://www.mediawiki.org/wiki/Extension:Maps Maps]
*[https://www.mediawiki.org/wiki/Extension:Maps Maps]
This is used to display map on the web site. The published installation instructions don't work. I finally settled on adding the following to the require-dev section of the composer.json file in the home directory:
This is used to display map on the web site. The published installation instructions don't work. I finally settled on adding the following to the require-dev section of the composer.json file in the home directory:
Line 11: Line 16:


  composer update
  composer update
*[https://www.mediawiki.org/wiki/Extension:PageOwnership PageOwnership]
*[https://www.mediawiki.org/wiki/Extension:Widgets Widgets]
*[https://www.mediawiki.org/wiki/Extension:WikidataPageBanner WikidataPageBanner]

Latest revision as of 01:32, 7 July 2026

The following local extensions are loaded on this wiki:

This needs to be explored a bit.

This is used to display map on the web site. The published installation instructions don't work. I finally settled on adding the following to the require-dev section of the composer.json file in the home directory:

"mediawiki/maps": "13.0.1"

The 13.0.1 is the release number. After adding that line, run:

composer update