MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 26: Line 26:


             // Update the fixed column content
             // Update the fixed column content
            $('#article-title').html('<p style="font-weight: bold;">' + entryNumber + '</p><p>' + title + '</p>');
$('#article-title').html('<p style="font-weight: bold;">' + entryNumber + '</p>');
            $('#article-content').html('<p>People: ' + people + '</p><p>Description: ' + description + '</p><p>Type: ' + type + '</p>');
$('#article-content').html('<p>' + people + '</p><p>' + title + '</p><p>' + description + '</p><p>' + type + '</p>');
         });
         });


Navigation menu