MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tags: Manual revert Reverted
No edit summary
Tag: Reverted
Line 51: Line 51:
var quote = $(this).find('.quote').text();
var quote = $(this).find('.quote').text();
var modificationDate = $(this).find('.modification-date').text();
var modificationDate = $(this).find('.modification-date').text();
var image = {
    link: $(this).find('.image1 a').attr('href'),
    src: $(this).find('.image1 img').attr('src'),
    alt: $(this).find('.image1 img').attr('alt'),
    caption: $(this).find('.caption-image1').text() // Assuming caption is stored in a separate element
};


             // Update the fixed column content
             // Update the fixed column content

Navigation menu