Difference between revisions of "MediaWiki:HealdImages.js"
[http://www.nga.gov/content/ngaweb/research/casva/research-projects.html A Project of the National Gallery of Art, Center for Advanced Study in the Visual Arts ]
(Install package: HEALD Images) |
(No difference)
|
Revision as of 19:12, June 23, 2021
$( function () {
// Finds an image info section and moves it to the bottom
var $imageInfo = $( '#mw-content-text .about-image-section' ),
$parserOutput = $( '#mw-content-text > .mw-parser-output' );
if ( $imageInfo.length ) {
$imageInfo.appendTo( $parserOutput );
}
} );